This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
generated from MetaMask/metamask-module-template
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Introduce LegacyEthereumProvider interface #14
Open
mcmire
wants to merge
11
commits into
main
Choose a base branch
from
safe-event-emitter-provider-interface
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Jul 14, 2023
-
Introduce SafeEventEmitterProvider interface
In some controller tests it's useful to create a fake provider that conforms to the same interface as a "real" provider but doesn't actually hit the network. To make such a fake provider, however, we must create a class that extends SafeEventEmitterProvider. This is unfortunate as it introduces the possibility that the network could be hit accidentally if not all of the methods in the interface are appropriately overridden. This commit introduces an interface that allows us to _implement_ the same interface without having to extend it.
Configuration menu - View commit details
-
Copy full SHA for 9adca46 - Browse repository at this point
Copy the full SHA 9adca46View commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 54745ae - Browse repository at this point
Copy the full SHA 54745aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10dec2e - Browse repository at this point
Copy the full SHA 10dec2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca9c9f4 - Browse repository at this point
Copy the full SHA ca9c9f4View commit details
Commits on Jul 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f499310 - Browse repository at this point
Copy the full SHA f499310View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fc1976 - Browse repository at this point
Copy the full SHA 6fc1976View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bb3de7 - Browse repository at this point
Copy the full SHA 7bb3de7View commit details
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2fec9ce - Browse repository at this point
Copy the full SHA 2fec9ceView commit details
Commits on Oct 2, 2023
-
Import JsonRpcRequest from @metamask/utils
Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 684dda7 - Browse repository at this point
Copy the full SHA 684dda7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7478f22 - Browse repository at this point
Copy the full SHA 7478f22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d885d9 - Browse repository at this point
Copy the full SHA 1d885d9View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.