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

feat(agents): improved transaction management #201

Closed
wants to merge 169 commits into from

Conversation

lattejed
Copy link
Member

Motivation

To make transaction submission more robust. This will allow scaling to more chains without friction.

Solution

Abstract transactions will be stored in a db. A separate process will submit these txs as they arrive. Chain specific implementations will translate these txs to concrete txs. Another process will poll for state updates to determine if a transaction has been processed or has failed.

PR Checklist

  • Added Tests
  • Updated Documentation
  • Updated CHANGELOG.md for the appropriate package

@lattejed
Copy link
Member Author

Closing this for the time being as it has been de-prioritized

@lattejed lattejed closed this Jul 22, 2022
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 this pull request may close these issues.

None yet

1 participant