We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are there any test vectors for DIP2/DIP4 transactions that have been confirmed on-chain?
python-trezor has one, but it does not appear to be a "real" transaction.
The text was updated successfully, but these errors were encountered:
@keepkeyjon You can find some for on-chain DIP2 (testnet) transactions here - https://github.com/dashevo/dashj/tree/master/core/src/test/java/org/bitcoinj/evolution
For example, the CbTx part of DIP4 and the Provider * transactions from DIP3.
Note, the CbTx example above is for CbTx v1. We are now on v2 as of the latest release. It added an additional field as detailed in the DIP4 update.
Sorry, something went wrong.
No branches or pull requests
Are there any test vectors for DIP2/DIP4 transactions that have been confirmed on-chain?
python-trezor has one, but it does not appear to be a "real" transaction.
The text was updated successfully, but these errors were encountered: