This repository has been archived by the owner on Mar 24, 2023. It is now read-only.
Releases: godwokenrises/godwoken-web3
Releases · godwokenrises/godwoken-web3
v1.7.2
v1.8.3
v1.7.1
v1.8.2
v1.8.1
v1.8.0
Feat
- feat: use newrelic to collect errors by @keroro520 in #525
Fixed
- fix: default gasLimit with maxGasByBalance by @RetricSu in #520
- fix: parse panic code from transaction error by @keroro520 in #526
Others
- refactor: handling godwoken error by @keroro520 in #512
- refactor: extract call tx flow by @RetricSu in #519
Full Changelog: v1.7.0...v1.8.0
v1.7.0
Feat
- Support native transfer by @keroro520 in #505
- feat: Support non eip155 tx by @classicalliu in #490
- feat: add poly_getHealthStatus api and health-check script by @RetricSu in #497
- feat: Restart worker if exit with error code by @classicalliu in #513
Fixed
- fix: declare StorageKey as HexNumber type by @keroro520 in #510
- fix: method not found in ws api by @RetricSu in #493
Other
- refactor: use global redis client in cacheStore by @RetricSu in #491
- refactor: reuse tx hash convert fn by @RetricSu in #489
Full Changelog: v1.6.4...v1.7.0
v1.6.4
v1.6.3
Notes
log.transaction_index
was always zero when indexed after version v1.6.0-rc1
. You need to consider re-async database from scratch, or use the provided CLI tool to correct the wrong data.
See: https://github.com/nervosnetwork/godwoken-web3/blob/1.6-rc/packages/api-server/cli/README.md
Use the provided CLI tool
// Get count, database-url can also read from env
yarn run cli wrong-log-transaction-index-count -d <database url>
yarn run cli wrong-log-transaction-index-count --help // for more info
// Fix wrong data
// database-url can also read from env
yarn run cli fix-log-transaction-index -d <database url>
yarn run cli fix-log-transaction-index --help // for more info
Fixed
- Fix log transaction index by @classicalliu in #502
Other
- chore: Update comments by @classicalliu in #501
- chore: bump v1.6.3 by @RetricSu in #503
Full Changelog: v1.6.2...v1.6.3
v1.6.2
Fixed
- fix:
gw_submit_l2transaction
support auto create account tx by @classicalliu in #498
Other
Full Changelog: v1.6.1-rc1...v1.6.2