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/get block transactions count #4340

Merged
merged 14 commits into from
Aug 12, 2022
Merged

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    bdd0a87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3332337 View commit details
    Browse the repository at this point in the history
  3. update tests

    tanishqjasoria committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    c71f6fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3434fbc View commit details
    Browse the repository at this point in the history
  5. revert changes

    tanishqjasoria committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    1d8a972 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5e62b9 View commit details
    Browse the repository at this point in the history
  7. Fixed and optimized GetLatestPendingNonce:

    1. current nonce from state was ignored.
    2. Avoid copying a bucket when doing scan
    3. Avoid full collection scan if no gap
    LukaszRozmej authored and tanishqjasoria committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    77b2c72 View commit details
    Browse the repository at this point in the history
  8. update tests

    tanishqjasoria committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    9a060b2 View commit details
    Browse the repository at this point in the history
  9. fix the calc

    tanishqjasoria committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    5a03d03 View commit details
    Browse the repository at this point in the history
  10. add more tests

    tanishqjasoria committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    b179b69 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2bff97d View commit details
    Browse the repository at this point in the history
  12. does not return null

    tanishqjasoria committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    2ca05d7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    36a2043 View commit details
    Browse the repository at this point in the history
  14. fix test

    tanishqjasoria committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    1a0f6a5 View commit details
    Browse the repository at this point in the history