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

fix: Re-submit transaction in case of throttle at receipt #1072

Merged
merged 16 commits into from
Sep 25, 2024

Commits on Sep 18, 2024

  1. chore: revert retry logic

    Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
    0xivanov committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    cebdccc View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. chore: add error check

    Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
    0xivanov committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    1ca3bf3 View commit details
    Browse the repository at this point in the history
  2. chore: revert query and transaction changes

    Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
    0xivanov committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8972d9d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. chore: add logging

    Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
    0xivanov committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e1ce48f View commit details
    Browse the repository at this point in the history
  2. chore: enable debug level

    Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
    0xivanov committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ac200a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. chore: remove handling of throttle status

    Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
    0xivanov committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6332908 View commit details
    Browse the repository at this point in the history
  2. chore: fix unit tests

    Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
    0xivanov committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    44b7846 View commit details
    Browse the repository at this point in the history
  3. chore: retry throttled

    Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
    0xivanov committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b735f1c View commit details
    Browse the repository at this point in the history
  4. chore: add logs

    Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
    0xivanov committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    72becd8 View commit details
    Browse the repository at this point in the history
  5. chore: fix tx bytes

    Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
    0xivanov committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    15a4f64 View commit details
    Browse the repository at this point in the history
  6. fix: pass correct interface toBytes

    Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
    0xivanov committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    259181f View commit details
    Browse the repository at this point in the history
  7. fix: regenerate tx id

    Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
    0xivanov committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b2fcde5 View commit details
    Browse the repository at this point in the history
  8. fix: save original tx id

    Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
    0xivanov committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5b78404 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. chore: refactor

    Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
    0xivanov committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c624a1d View commit details
    Browse the repository at this point in the history
  2. chore: fix PR comments

    Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
    0xivanov committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    347c93d View commit details
    Browse the repository at this point in the history
  3. chore: set error level for e2e test logger

    Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
    0xivanov committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2e105bd View commit details
    Browse the repository at this point in the history