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

refactor: remove global network from transaction controller #4920

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Nov 13, 2024

  1. Remove all usages of global network

    Remove multichain flag.
    Remove provider and block tracker constructor options.
    Temporarily disable handleMethodData method.
    Remove unnecessary unit tests.
    Fix unit tests.
    matthewwalsh0 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    943c122 View commit details
    Browse the repository at this point in the history
  2. Make networkClientId required in transaction metadata

    Fix logging in multichain helper.
    Change wipeTransactions arguments to object.
    matthewwalsh0 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    56927ec View commit details
    Browse the repository at this point in the history
  3. Support start and stop of all incoming transaction polling

    Remove stopAllIncomingTransactionPolling method.
    Create separate helper loggers per chain.
    matthewwalsh0 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9d46543 View commit details
    Browse the repository at this point in the history
  4. Fix linting

    matthewwalsh0 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    038f931 View commit details
    Browse the repository at this point in the history
  5. Fix coverage

    matthewwalsh0 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e6757fd View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Add MethodDataHelper

    matthewwalsh0 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9a80297 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    matthewwalsh0 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    61aae4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49553b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    913113c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    14d3599 View commit details
    Browse the repository at this point in the history