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

Osiris/better providers #12

Merged
merged 9 commits into from
Oct 24, 2024
Merged

Osiris/better providers #12

merged 9 commits into from
Oct 24, 2024

Conversation

0xOsiris
Copy link
Contributor

@0xOsiris 0xOsiris commented Oct 24, 2024

  • Uses Cached Nonce Management -- this is important as the SimpleNonceManager in alloy makes a eth_getTransactionCount call to fill the nonce. Since we submit 3 transactions in parallel on the same network the transactions will potentially be seen as replacements as the wallet nonce will be the same on a global wallet configuration.
  • Adds more verbose tracing
  • Adds a Retry Service to the Signer provider
  • Fixes the propagateRoot() signature from a typo

@0xOsiris 0xOsiris merged commit be62c91 into main Oct 24, 2024
4 checks passed
@0xOsiris 0xOsiris deleted the osiris/better-providers branch October 24, 2024 22:32
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.

2 participants