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

TransactionController: providerConfig -> selectedNetworkClientId #4357

Merged
merged 8 commits into from
Jun 7, 2024

Commits on May 31, 2024

  1. TransactionController: providerConfig -> selectedNetworkClientId

    The `providerConfig` state property is being removed from
    NetworkController. Currently this property is used in
    TransactionController to get the currently selected chain, but
    `selectedNetworkClientId` can be used instead. This commit makes that
    transition so that we can fully drop `providerConfig`.
    mcmire committed May 31, 2024
    Configuration menu
    Copy the full SHA
    484a76a View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

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

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    740e311 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fbc28b View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Remove TODO

    mcmire committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    af7bdc2 View commit details
    Browse the repository at this point in the history
  2. Update packages/transaction-controller/src/TransactionController.test.ts

    Co-authored-by: Jongsun Suh <jongsun.suh@icloud.com>
    mcmire and MajorLift authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    e5196f7 View commit details
    Browse the repository at this point in the history
  3. Update packages/transaction-controller/src/TransactionController.test.ts

    Co-authored-by: Jongsun Suh <jongsun.suh@icloud.com>
    mcmire and MajorLift authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    1c93514 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75c7e9a View commit details
    Browse the repository at this point in the history