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

Transaction chaining after another transaction or after certain block hash #3604

Open
mgajda opened this issue Nov 25, 2022 · 0 comments
Open
Labels
ADDING FEATURE Mark a PR as adding a new feature, for auto-generated CHANGELOG IMPROVEMENT Mark a PR as an improvement, for auto-generated CHANGELOG

Comments

@mgajda
Copy link

mgajda commented Nov 25, 2022

The problem that you wish to solve

If we have just received the block or transaction with a specific hash, and we want to make another transaction only if the previous has been confirmed.

Description

We would like to create or submit transaction after a fixed block number and hash, or after a fixed transaction id and block number.

In case of transactions, this is called transaction chaining and may greatly improve performance.
In case of blocks, this enables other blockchain players to react much quicker to certain blockchain events.

In both cases it would greatly improve performance, while allowing higher level of safety than submission of transaction without such dependency.

Implementation suggestions

This would require additional arguments to cardano-wallet CLI that would enable these.

@mgajda mgajda added ADDING FEATURE Mark a PR as adding a new feature, for auto-generated CHANGELOG IMPROVEMENT Mark a PR as an improvement, for auto-generated CHANGELOG labels Nov 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ADDING FEATURE Mark a PR as adding a new feature, for auto-generated CHANGELOG IMPROVEMENT Mark a PR as an improvement, for auto-generated CHANGELOG
Projects
None yet
Development

No branches or pull requests

1 participant