Releases: MetaMask/eth-block-tracker
Releases · MetaMask/eth-block-tracker
11.0.2
Fixed
- Bump
@metamask/eth-json-rpc-provider
from ^4.1.1
to ^4.1.5
(#273)
11.0.1
Changed
- Bump
@metamask/eth-json-rpc-provider
from ^4.1.0
to ^4.1.1
(#261)
- Bump
@metamask/safe-event-emitter
from ^3.0.0
to ^3.1.1
(#261)
- Bump
@metamask/utils
from ^8.1.0
to ^9.1.0
(#261)
11.0.0
Changed
- BREAKING: Adapt to EIP-1193 provider changes by using
request
method of provider instead of sendAsync
(#252)
- This change included in
10.1.0
was mistakenly categorised as a non-breaking change.
- This requires provider object to have the
request
method. You need to upgrade to minimum 4.1.0
of @metamask/eth-json-rpc-provider
so that the request
method is available.
10.1.0
Changed
- Adapt to EIP-1193 provider changes (#252)
- Deprecated
sendAsync
method is replaced with request
method
- Bump
@metamask/eth-json-rpc-provider
from ^4.0.0
to ^4.1.0
(#252)
10.0.0
Changed
- BREAKING: Drop support for Node.js v16; add support for Node.js v20, v22 (#245)
- Update
@metamask/eth-json-rpc-provider
from ^3.0.2
to ^4.0.0
(#247)
9.0.3
Fixed
- Update dependency
@metamask/eth-json-rpc-engine
from ^7.1.1
to ^8.0.2
(#235)
- Update dependency
@metamask/eth-json-rpc-provider
from ^2.3.1
to ^3.0.2
(#235)
9.0.2
Fixed
- Put back missing empty
params
to eth_blockNumber
call removed in 9.0.1 (#198)
9.0.1
Fixed
- Concurrency fix: Prevent multiple simultaneous polling loops (#208)
- Bump
@metamask/eth-json-rpc-provider
from ^2.1.0
to ^2.3.1
(#198) (#217)
9.0.0
Changed
- Rename package from
eth-block-tracker
to @metamask/eth-block-tracker
(#183)
8.1.0
Changed
- Typescript: Add
checkForLatestBlock
function to BlockTracker
interface (#184)