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

eth: refactor tx sending #2979

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Commits on Sep 18, 2024

  1. refactor tx sending

    Refactor sending evm txs so that we store the txs before sending
    and are accepting of send errors. This avoids a scenario where
    we send the tx, but still receive an error, perhaps because of
    a bad connection or other problem with the rpc provider.
    
    Implement a send queue so that the caller doesn't have to wait
    for the send. This should speed up ticks in core if the rpc
    provider is functional but slow to respond.
    buck54321 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1791b16 View commit details
    Browse the repository at this point in the history