Skip to content
This repository was archived by the owner on Mar 24, 2023. It is now read-only.

v1.5.2-rc1

Compare
Choose a tag to compare
@RetricSu RetricSu released this 02 Aug 02:58
946bd84

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

Other

Full Changelog: v1.5.1-rc3...v1.5.2-rc1