@metamask/inpage-provider
Advanced tools
Changelog
[6.1.0] - 2020-07-21
data
event for notifications present in ^4.0.0
(#73)
^6.0.0
.rel~="icon"
when retrieving site metadata
(#76)
rel="shortcut icon"
.accountsChanged
event after all related state has been updated
(#72)
ethereum.selectedAddress
will now have been updated by the time the event is emitted.assets.foo.com
that are used on foo.com
will now be retrieved successfully.Changelog
[6.0.1] - 2020-07-15
data
event
6.0.0
, but the warning message was not defined.publicConfigStore
property as alias for _publicConfigStore
_publicConfigStore
was named publicConfigStore
before 4.0.0
.
The original property turned out to be used by consumers.
The store is scheduled to be removed completely, and accessing publicConfigStore
emits a warning.Changelog
[6.0.0] - 2020-07-04
data
event
4.0.0
, as it was thought to only be used internally.
This assumption was incorrect, and the event is now restored.notification
event value to its pre-4.0.0
state
4.0.0
this event was emitted by code in the MetaMask extension.
Its value was inadvertently changed when it was moved to this package.Changelog
[5.2.0] - 2020-06-24
requests
params
type checksChangelog
[5.0.2] - 2020-05-22
ethereum.send
return value for certain argument combination
4.0.0
state4.0.0
:
ethereum.isMetaMask
ethereum._metamask
ethereum.request
to work:
ethereum._rpcRequest
ethereum._rpcEngine
Changelog
[5.0.1] - 2020-05-11
ethereum.request
ethereum.isMetaMask
ethereum._metamask
Changelog
[5.0.0] - 2020-04-22
request
disconnect
and message
ethereum#initialized
, for
asynchronous injection (#31)MetaMaskInpage
constructor now takes a connectionStream
and an
options object (#31)_metamask.sendBatch
-> _metamask.requestBatch
(#30)send
to match provider in v7.7.8 of metamask-extension
(#29)connect
event now emits with a ProviderConnectInfo
object per EIP 1193 (#30)send
method (#30)close
, networkChanged
, and notification
, and
added deprecation warnings for them (#30)sendAsync
(#29)