9.0.0
Changed
- BREAKING: Move stream functionality from
BaseProvider
to newStreamProvider
(#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 theStreamProvider
class for more details.MetaMaskInpageProvider
should be completely unaffected except that its prototype chain now includes a class namedAbstractStreamProvider
.