deggen
deggen
This fixes the Undefined index errors.
https://github.com/bitcoin-sv/arc/blob/2643ccbf1ae427ead0e5bc564ccf32231f41d43d/validator/default/default_validator.go#L158 This should check to ensure inputs are all final only if the nLocktime is being enforced. The TODO suggests that this check was raising issues during development. I think...
There are some aspects of the functionality which rely on a local node, for example "REJECTED" status relying on a zmq message. Similarly - support for rawtx submissions require a...
## Summary We should add a new method to the Transaction class which is for formally adding a merkle path to it. ## Motivation Important because at the moment you...
## Bug Description Title is enough. Just to track issue as known.
## Summary We need to make use of the CHANGELOG.md file - details are unclear when new releases come out.
## Summary Create MerklePath from TSC standard merkle proof using WoC api. ## Motivation Probably a bunch of apps have stored merkle proofs in TSC format and this gives them...
## Summary There is a flag added to the sign function which allows a dev to specify - only sign something which doesn't already have an unlockingScript set, or re-run...
## Summary Update to latest version of go-sdk which has inbuilt functions for parsing both BEEF_V1 and BEEF_V2, and Atomic BEEF. /tx should support Atomic BEEF /txs should support BEEF_V2...
## Summary Teranode announces Subtrees on a topic of the Libp2p private DHT. We should listen to that rather than full blocks from SV Nodes using wire protocol. ## Motivation...