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

Releases: godwokenrises/godwoken-web3

v1.6.1-rc1

12 Aug 04:24
b2eb5fc
Compare
Choose a tag to compare
v1.6.1-rc1 Pre-release
Pre-release

Fixed

Other

Full Changelog: v1.6.0-rc1...v1.6.1-rc1

v1.6.0-rc1

09 Aug 03:13
94aaeac
Compare
Choose a tag to compare
v1.6.0-rc1 Pre-release
Pre-release

Feat

Fixed

  • fix: Get transaction from fullnode if readonly node returns null by @classicalliu in #469

Other

Full Changelog: v1.5.2-rc1...v1.6.0-rc1

v1.5.2-rc1

02 Aug 02:58
946bd84
Compare
Choose a tag to compare

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

v1.5.1-rc3

28 Jul 02:50
2ffba43
Compare
Choose a tag to compare
v1.5.1-rc3 Pre-release
Pre-release

What's Changed

Full Changelog: v1.5.1-rc2...v1.5.1-rc3

v1.5.1-rc2

27 Jul 07:17
62b0513
Compare
Choose a tag to compare
v1.5.1-rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.5.1-rc1...v1.5.1-rc2

v1.5.1-rc1

27 Jul 04:44
Compare
Choose a tag to compare
v1.5.1-rc1 Pre-release
Pre-release

Fixed

  • fix(indexer): r & s in rlp encode should be integer rather than bytes by @classicalliu in #458
  • fix: Add leading zeros for r & s when check auto create account tx ex… by @classicalliu in #457

Other

Full Changelog: v1.5.0-rc1...v1.5.1-rc1

v1.5.0-rc1

22 Jul 06:14
1bb4148
Compare
Choose a tag to compare
v1.5.0-rc1 Pre-release
Pre-release

Feat

Fixed

  • Fix some small bugs of filter methods (part 1) by @keroro520 in #427
  • Fix and refactor eth filter methods (part 3) by @keroro520 in #429
  • Improves the performance of eth_getFilterChanges by BlockFilter. by @keroro520 in #428
  • fix: correct parameter type of SQL query of eth_getBlockTransactionCountByHash by @keroro520 in #440
  • fix: Update revert error message and data by @classicalliu in #437
  • fix: to eoa err msg by @RetricSu in #441

Other

Full Changelog: v1.4.0-rc1...v1.5.0-rc1

v1.4.1-rc1

12 Jul 12:36
7d75bb0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0-rc1...v1.4.1-rc1

v1.2.1-rc1

12 Jul 12:35
8683ed8
Compare
Choose a tag to compare
v1.2.1-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.2.0-rc1...v1.2.1-rc1

v1.4.0-rc1

11 Jul 07:10
aaace9e
Compare
Choose a tag to compare
v1.4.0-rc1 Pre-release
Pre-release

Feat

Perf

Fixed

Others

New Contributors

Full Changelog: v1.3.0-rc1...v1.4.0-rc1