Releases: Near-One/eth-to-near-event-relayer
Releases · Near-One/eth-to-near-event-relayer
0.2.0
What's Changed
- Remove ROPSTEN_PRIVATE_KEY by @mfornet in #7
- Use view method to check if proof was used by @mfornet in #10
- Add eNEAR support. by @sept-en in #6
- Fix eip1559 by @mfornet in #13
- Add Datadog integration by @sept-en in #15
- CLI improvements. Add session restore feature by @sept-en in #16
- Create CODEOWNERS by @sept-en in #17
- Update config files by @sept-en in #19
- Major refactoring with TS and improvements by @karim-en in #18
- Minor Makefile fix by @sept-en in #22
- #11 Remove hardcoded dependency of near-api-js by @karim-en in #26
- #14 Catch all exceptions while processing blocks by @karim-en in #27
- Implement three modes to retrieve block's receipts by @karim-en in #24
- Minor bug fix: convert toString event log args. by @sept-en in #29
- #23 Select network configuration in CLI by @karim-en in #25
- Reduce number of rpc requests by @karim-en in #34
- Add erc271 support by @karim-en in #33
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #38
- Bump ansi-regex from 5.0.0 to 5.0.1 by @dependabot in #39
- Bump tar from 4.4.13 to 4.4.19 by @dependabot in #40
- Bump simple-get from 2.8.1 to 2.8.2 by @dependabot in #41
- Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #42
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #43
- Update CODEOWNERS by @sept-en in #48
- Fix block number conversion on proof generation by @sept-en in #52
- Update Mainnet relayer config by @sept-en in #53
- Shapella ugprade: update
eth-object
dependency by @sept-en in #54 - Update
eth-object
depdendency with syntax fix by @sept-en in #55
New Contributors
- @mfornet made their first contribution in #7
- @sept-en made their first contribution in #6
- @dependabot made their first contribution in #38
Full Changelog: v0.1...v0.2
Event-relayer working with ERC20Locker and v0.1 eth-conenctor
ERC20Locker fixes. Bump up Near-api-js version.