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

Improve EthersDB #1208

Merged
merged 5 commits into from
Mar 22, 2024
Merged

Improve EthersDB #1208

merged 5 commits into from
Mar 22, 2024

Commits on Mar 18, 2024

  1. Improve EthersDB:

      - Rewrite(kinda) `new` function.
      - Add `set_block_number` function.
      - Move `block_on` function to separate module.
    Add `utils` module.
    CorrM committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    654cd8e View commit details
    Browse the repository at this point in the history
  2. Remove utils module.

    CorrM committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ed68401 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Remove async blocks

    CorrM committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1c5e5d9 View commit details
    Browse the repository at this point in the history
  2. Make fmt happy

    CorrM committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e4614c8 View commit details
    Browse the repository at this point in the history
  3. Add use super::* back.

    CorrM committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    975d7d2 View commit details
    Browse the repository at this point in the history