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

Dynamic provider rebased #16

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

Dynamic provider rebased #16

wants to merge 9 commits into from

Commits on Jun 13, 2024

  1. Remove provider and block tracker constructor options

    - Remove provider and block tracker constructor options
      - Dynamically retrieve selected network client when required.
      - Throw or ignore in all public methods and helpers.
        Replace helper options with network client.
    
    - Generate selected network client using proxy objects and provider config
      Cache global nonce tracker after first creation.
    matthewwalsh0 authored and legobeat committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    0f88a5c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    db2e239 View commit details
    Browse the repository at this point in the history
  2. Fix unit tests

    matthewwalsh0 authored and legobeat committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ae0d040 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    711dc89 View commit details
    Browse the repository at this point in the history
  4. Update coverage targets

    matthewwalsh0 authored and legobeat committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    707abf6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c427c18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c699220 View commit details
    Browse the repository at this point in the history
  7. lint:fix

    legobeat committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    bd2eea5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be1029f View commit details
    Browse the repository at this point in the history