Discussion of ActorForth and related projects under the ActorForth organization.
scherrey on filepos
Updated refdocs. (compare)
scherrey on filepos
Added compiling to categories a… Merge branch 'filepos' of githu… (compare)
scherrey on filepos
Add initial Makefile. Uncomment… Improve parallel builds. Improve parallel builds. and 7 more (compare)
MayaPosch on master
Separate unit tests into separa… (compare)
Never mind, it seems all the "standard" transactions are in fact hard-coded. From what I discovered in the BitcoinUnlimited code...
"IsStandardTx" requires the script to pass a check in "IsStandard", which requires the script to pass "Solver" which checks that the locking script is one of the following kinds:
If it doesn't match, it returns "nonstandard" transaction type, which the node ignores IF it's configured to do so.
Unrelated:
Is there an easy way of running testnet instead of regtest with bch-toolkit
?
Unrelated:
Is there an easy way of running testnet instead of regtest with
bch-toolkit
?
try comment out this
https://github.com/ActorForth/bch-toolkit/blob/4ceae7e50c2323f6cb21c30838948b7bce3ec570/bitcoin.conf#L3
testnet=1
instead? Mainnet is the default isn't it?
Node and rest
Note we never test the testnet before. So you will be our first tester.
Btw, there is a new bitcash update, including a change from @nicolaiskye :)