@subql/node-ethereum 3.9.1-0 → 3.9.2-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.
Files changed (38) hide show
  1. package/CHANGELOG.md +9 -1
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/configure/SubqueryProject.d.ts +3 -3
  4. package/dist/configure/SubqueryProject.js.map +1 -1
  5. package/dist/ethereum/api.ethereum.js +8 -9
  6. package/dist/ethereum/api.ethereum.js.map +1 -1
  7. package/dist/ethereum/ethers/celo/celo-provider.d.ts +284 -0
  8. package/dist/ethereum/ethers/celo/celo-provider.js +35 -0
  9. package/dist/ethereum/ethers/celo/celo-provider.js.map +1 -0
  10. package/dist/ethereum/ethers/celo/celo-ws-provider.spec.js +16 -10
  11. package/dist/ethereum/ethers/celo/celo-ws-provider.spec.js.map +1 -1
  12. package/dist/ethereum/ethers/op/op-provider.d.ts +374 -0
  13. package/dist/ethereum/ethers/op/op-provider.js +21 -0
  14. package/dist/ethereum/ethers/op/op-provider.js.map +1 -0
  15. package/dist/ethereum/ethers/op/op-provider.spec.js +32 -0
  16. package/dist/ethereum/ethers/op/op-provider.spec.js.map +1 -0
  17. package/dist/ethereum/utils.ethereum.d.ts +1 -1
  18. package/dist/ethereum/utils.ethereum.js.map +1 -1
  19. package/dist/indexer/fetch.service.js +1 -1
  20. package/dist/indexer/fetch.service.js.map +1 -1
  21. package/dist/indexer/fetch.service.spec.js +0 -2
  22. package/dist/indexer/fetch.service.spec.js.map +1 -1
  23. package/package.json +4 -4
  24. package/dist/ethereum/ethers/celo/celo-json-rpc-batch-provider.d.ts +0 -7
  25. package/dist/ethereum/ethers/celo/celo-json-rpc-batch-provider.js +0 -23
  26. package/dist/ethereum/ethers/celo/celo-json-rpc-batch-provider.js.map +0 -1
  27. package/dist/ethereum/ethers/celo/celo-json-rpc-batch-provider.spec.js +0 -27
  28. package/dist/ethereum/ethers/celo/celo-json-rpc-batch-provider.spec.js.map +0 -1
  29. package/dist/ethereum/ethers/celo/celo-json-rpc-provider.d.ts +0 -7
  30. package/dist/ethereum/ethers/celo/celo-json-rpc-provider.js +0 -23
  31. package/dist/ethereum/ethers/celo/celo-json-rpc-provider.js.map +0 -1
  32. package/dist/ethereum/ethers/celo/celo-json-rpc-provider.spec.d.ts +0 -1
  33. package/dist/ethereum/ethers/celo/celo-json-rpc-provider.spec.js +0 -27
  34. package/dist/ethereum/ethers/celo/celo-json-rpc-provider.spec.js.map +0 -1
  35. package/dist/ethereum/ethers/celo/celo-ws-provider.d.ts +0 -6
  36. package/dist/ethereum/ethers/celo/celo-ws-provider.js +0 -23
  37. package/dist/ethereum/ethers/celo/celo-ws-provider.js.map +0 -1
  38. /package/dist/ethereum/ethers/{celo/celo-json-rpc-batch-provider.spec.d.ts → op/op-provider.spec.d.ts} +0 -0
package/CHANGELOG.md CHANGED
@@ -5,6 +5,13 @@ 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
+ ### Added
9
+ - Op L1 fields to transaction receipts (#258)
10
+
11
+ ## [3.9.1] - 2024-03-09
12
+ ### Changed
13
+ - Update `@subql/node-core` to 7.4.1 with bug fixes
14
+
8
15
  ## [3.9.0] - 2024-03-06
9
16
  ### Fixed
10
17
  - Add assertion on mismatched blockHash for getLogs and getBlocks (#252)
@@ -414,7 +421,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
414
421
  ### Added
415
422
  - Init release
416
423
 
417
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.9.0...HEAD
424
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.9.1...HEAD
425
+ [3.9.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.9.0...node-ethereum/3.9.1
418
426
  [3.9.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.8.1...node-ethereum/3.9.0
419
427
  [3.8.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.8.0...node-ethereum/3.8.1
420
428
  [3.8.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.7.1...node-ethereum/3.8.0