@subql/node-ethereum 2.0.2-2 → 2.1.1-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/yargs.d.ts +1 -1
- package/dist/yargs.js +1 -1
- package/dist/yargs.js.map +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
|
+
## [2.1.0] - 2023-05-11
|
|
9
|
+
### Changed
|
|
10
|
+
- Sync with Main SDK (#70)
|
|
11
|
+
- Updated node core and changes to match
|
|
12
|
+
- Expose `chainId` to sandbox
|
|
13
|
+
- `bulkRemove` method on the store.
|
|
14
|
+
- Ability to regenerate MMR
|
|
15
|
+
- Ability to migrade MMR from file based db to postgres db and vice versa
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
- Dictionary meta error log (#69)
|
|
19
|
+
- Runtime chain name (#71)
|
|
8
20
|
|
|
9
21
|
## [2.0.1] - 2023-05-09
|
|
10
22
|
### Fixed
|