mirror of
https://github.com/zkitter/eth-json-rpc-filters.git
synced 2026-01-09 15:28:04 -05:00
5.0.0 (#65)
This commit is contained in:
committed by
GitHub
parent
881eb93001
commit
0449732ab8
11
CHANGELOG.md
11
CHANGELOG.md
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [5.0.0] - 2022-05-10
|
||||
### Added
|
||||
- Add retry logic to `getBlocksForRange`, treating a null block number as failure ([#61](https://github.com/MetaMask/eth-json-rpc-filters/pull/61))
|
||||
|
||||
### Changed
|
||||
- **BREAKING:** Set minimum Node.js version to v12 ([#50](https://github.com/MetaMask/eth-json-rpc-filters/pull/50))
|
||||
- We officially support Node 12, 14, and 16, in alignment with our other packages.
|
||||
|
||||
## [4.2.2] - 2021-02-04
|
||||
### Changed
|
||||
- Replace `await-semaphore` with `async-mutex` ([#33](https://github.com/MetaMask/eth-json-rpc-filters/pull/33))
|
||||
@@ -25,7 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- `json-rpc-engine@5.3.0`
|
||||
- `eth-json-rpc-middleware@6.0.0`
|
||||
|
||||
[Unreleased]: https://github.com/MetaMask/eth-json-rpc-filters/compare/v4.2.2...HEAD
|
||||
[Unreleased]: https://github.com/MetaMask/eth-json-rpc-filters/compare/v5.0.0...HEAD
|
||||
[5.0.0]: https://github.com/MetaMask/eth-json-rpc-filters/compare/v4.2.2...v5.0.0
|
||||
[4.2.2]: https://github.com/MetaMask/eth-json-rpc-filters/compare/v4.2.1...v4.2.2
|
||||
[4.2.1]: https://github.com/MetaMask/eth-json-rpc-filters/compare/v4.2.0...v4.2.1
|
||||
[4.2.0]: https://github.com/MetaMask/eth-json-rpc-filters/releases/tag/v4.2.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eth-json-rpc-filters",
|
||||
"version": "4.2.2",
|
||||
"version": "5.0.0",
|
||||
"description": "[json-rpc-engine](https://github.com/MetaMask/json-rpc-engine) middleware implementing ethereum filter methods. Backed by an [eth-block-tracker](https://github.com/MetaMask/eth-block-tracker) and web3 provider interface (`web3.currentProvider`).",
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user