Skip to content
New issue

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

utxo entries not created from Shelley genesis initialFunds #427

Open
SebastienGllmt opened this issue Jan 6, 2025 · 0 comments
Open

utxo entries not created from Shelley genesis initialFunds #427

SebastienGllmt opened this issue Jan 6, 2025 · 0 comments

Comments

@SebastienGllmt
Copy link
Contributor

SebastienGllmt commented Jan 6, 2025

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

"initialFunds" : {
    "00c8c47610a36034aac6fc58848bdae5c278d994ff502c05455e3b3ee8f8ed3a0eea0ef835ffa7bbfcde55f7fe9d2cc5d55ea62cecb42bab3c" : 10000000000,
}

In utxorpc, make the following call

await queryClient.searchUtxosByPaymentPart(Buffer.from("8200581cc8c47610a36034aac6fc58848bdae5c278d994ff502c05455e3b3ee8", "hex"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant