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

Add findBySpentAtSlotGreaterThan in TxInputRepository #200

Open
nemo83 opened this issue Feb 23, 2024 · 0 comments · May be fixed by #211
Open

Add findBySpentAtSlotGreaterThan in TxInputRepository #200

nemo83 opened this issue Feb 23, 2024 · 0 comments · May be fixed by #211

Comments

@nemo83
Copy link

nemo83 commented Feb 23, 2024

When implementing custom UtxoStorageImpl, it might be necessary to rollback the effect of spent utxo in case a block gets indeed rolled back.

The findBySpentAtSlotGreaterThan or whatever name makes more sense, could be called to resolve the inputs that are going to be deleted. These inputs will have a hash+id that could help developer to rollback changes to the custom entities created.

M4rc0Russ0 added a commit that referenced this issue Mar 4, 2024
M4rc0Russ0 added a commit that referenced this issue Mar 4, 2024
M4rc0Russ0 added a commit that referenced this issue Mar 6, 2024
Can't autowire the class

Can't make it work
M4rc0Russ0 added a commit that referenced this issue Mar 6, 2024
Can't autowire the class

Can't make it work

change
M4rc0Russ0 added a commit that referenced this issue Mar 6, 2024
Can't autowire the class

Can't make it work

change

No errors, nor test but no errors
M4rc0Russ0 added a commit that referenced this issue Mar 6, 2024
M4rc0Russ0 added a commit that referenced this issue Mar 7, 2024
M4rc0Russ0 added a commit that referenced this issue Mar 7, 2024
M4rc0Russ0 added a commit that referenced this issue Mar 8, 2024
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

Successfully merging a pull request may close this issue.

1 participant