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
initialFunds
From txpipe/pallas#296 (comment) we know that Pallas doesn't parse this field properly
However, once that's fixed in Pallas, Dolos also needs to properly add these to the set of UTXOs (i.e. do not only use genesis_utxos for byron)
genesis_utxos
For the following Shelley genesis block
"initialFunds" : { "00c8c47610a36034aac6fc58848bdae5c278d994ff502c05455e3b3ee8f8ed3a0eea0ef835ffa7bbfcde55f7fe9d2cc5d55ea62cecb42bab3c" : 10000000000, }
In utxorpc, make the following call
await queryClient.searchUtxosByPaymentPart(Buffer.from("8200581cc8c47610a36034aac6fc58848bdae5c278d994ff502c05455e3b3ee8", "hex"));
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From txpipe/pallas#296 (comment) we know that Pallas doesn't parse this field properly
However, once that's fixed in Pallas, Dolos also needs to properly add these to the set of UTXOs (i.e. do not only use
genesis_utxos
for byron)How to test if the feature works
For the following Shelley genesis block
In utxorpc, make the following call
The text was updated successfully, but these errors were encountered: