Releases: godwokenrises/godwoken-web3
v1.6.1-rc1
Fixed
- fix(indexer): dockerfile install libcurl4 by @RetricSu in #485
- fix: handle error for vm max cycle exceed by @RetricSu in #486
- fix(indexer): Retry when tx receipt not found by @classicalliu in #488
Other
Full Changelog: v1.6.0-rc1...v1.6.1-rc1
v1.6.0-rc1
Feat
- feat: add NewRelic instruments by @keroro520 in #444
- feat: add optional Prof rpc by @RetricSu in #447
- feat: disallow meta contract tx, add parser tooling by @RetricSu in #454
- feat: add blockSpecifer for blockParameter to support Eip1898 by @RetricSu in #476
- apply rate limit to ws by @RetricSu in #452
- perf(web3-indexer): Store block faster by @classicalliu in #414
Fixed
- fix: Get transaction from fullnode if readonly node returns null by @classicalliu in #469
Other
- chore: Add log for auto create account tx by @classicalliu in #481
- chore: update gw schemas by @RetricSu in #453
- chore: Bump nodemon version by @classicalliu in #471
- Add issue templates by @Flouse in #290
- chore: merge 1.5.1-rc2 into main by @RetricSu in #464
- chore: merge v1.5.2-rc1 into main by @RetricSu in #479
- chore: bump v1.6.0-rc1 by @RetricSu in #483
Full Changelog: v1.5.2-rc1...v1.6.0-rc1
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
v1.5.1-rc3
What's Changed
- chore: install openssl in docker build by @RetricSu in #470
- chore: bump v1.5.1-rc3 by @RetricSu in #472
Full Changelog: v1.5.1-rc2...v1.5.1-rc3
v1.5.1-rc2
What's Changed
- fix(ci): use ubuntu:focal to build web3-indexer by @RetricSu in #465
- chore: bump 1.5.1-rc2 by @RetricSu in #466
Full Changelog: v1.5.1-rc1...v1.5.1-rc2
v1.5.1-rc1
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
- fix(ci): upgrade baseimage to 22.04 by @RetricSu in #461
- ci: add retry in uint-tests kicker start by @RetricSu in #460
- chore: bump v1.5.1-rc1 by @RetricSu in #463
Full Changelog: v1.5.0-rc1...v1.5.1-rc1
v1.5.0-rc1
Feat
- feat: Adapt for auto create undeposited account by @classicalliu in #430
- feat: Delete dropped auto create account tx by @classicalliu in #445
- feat: add
poly_getEthTxHashByGwTxHash
and `poly_getGwTxHashByEthTxH… by @classicalliu in #449 - feat: Add
gw_is_request_in_queue
by @classicalliu in #450
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
- chore(main): tune latest median tx to 50 by @RetricSu in #434
- chore: rm minSudtFee env by @RetricSu in #442
- chore(deps): bump crossbeam-utils from 0.8.5 to 0.8.10 by @dependabot in #432
- chore: bump v1.5.0-rc1 by @RetricSu in #448
- chore: update code comments of eth_gasPrice by @Flouse in #439
Full Changelog: v1.4.0-rc1...v1.5.0-rc1
v1.4.1-rc1
What's Changed
- chore(deps): bump crossbeam-utils from 0.8.5 to 0.8.10 by @dependabot in #432
- chore(main): tune latest median tx to 50 by @RetricSu in #434
- chore: bump v1.4.1-rc1 by @RetricSu in #438
Full Changelog: v1.4.0-rc1...v1.4.1-rc1
v1.2.1-rc1
v1.4.0-rc1
Feat
- feat: validate enough fund for eth_call by @RetricSu in #416
- feat: add fee_rate env to validate gw l2 tx by @RetricSu in #415
Perf
- perf: improve
eth_getLogs
performance by @keroro520 in #421
Fixed
Others
- Update godwoken-tests.yml by @RetricSu in #422
- docs: fix syntax by @i-am-sam-codes in #426
- chore: bump v1.4.0-rc1 by @RetricSu in #431
New Contributors
- @i-am-sam-codes made their first contribution in #426
Full Changelog: v1.3.0-rc1...v1.4.0-rc1