Skip to content

9.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jun 02:25
· 118 commits to main since this release
a6e3b8a

Changed

  • BREAKING: Move stream functionality from BaseProvider to new StreamProvider (#209)
    • BaseProvider is now a transport-agnostic abstract class. StreamProvider accepts a stream and relies on MetaMask's internal JSON-RPC API for its behavior. See the StreamProvider class for more details.
    • MetaMaskInpageProvider should be completely unaffected except that its prototype chain now includes a class named AbstractStreamProvider.