This repository was archived by the owner on Mar 24, 2023. It is now read-only.
v1.5.2-rc1
Notes
The eth-tx-hash
data field in web3-indexer-database
(PostgreSQL) could previously contain incorrect data. This problem was fixed in v1.5.1-rc1, so the data indexed by web3_version >= v1.5.1-rc1 is OK. Otherwise, you need to consider re-async database from scratch, or use the provided CLI tool to correct wrong data.
See: https://github.com/nervosnetwork/godwoken-web3/blob/1.5-rc/packages/api-server/cli/README.md
Use the provided CLI tool
# Run `bash` in godwoken-web3 container
cd /godwoken-web3
yarn run cli list-wrong-eth-tx-hashes --help
yarn run cli list-wrong-eth-tx-hashes
yarn run cli fix-eth-tx-hash --help
yarn run cli fix-eth-tx-hash
Fixed
- fix: Update insufficient balance error message by @classicalliu in #473
- Add cli command to fix eth tx hash by @classicalliu in #475
Other
Full Changelog: v1.5.1-rc3...v1.5.2-rc1