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.7.2

14 Oct 03:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.1...v1.7.2

v1.8.3

12 Oct 04:14
ed89f52
Compare
Choose a tag to compare

Fixed

  • fix(estimateGas): gasCap should bigger than gasLow by @RetricSu in #536
  • fix(call): poly args data byte length by @RetricSu in #537
  • fix(doc): readme minGasPrice deafult value by @RetricSu in #541

Full Changelog: v1.8.2...v1.8.3

v1.7.1

12 Oct 05:31
59bf3d1
Compare
Choose a tag to compare

Fixed

  • cherrypick: fix(call): poly args data byte length by @RetricSu in #538

Full Changelog: v1.7.0...v1.7.1

v1.8.2

26 Sep 10:53
3d7ed5b
Compare
Choose a tag to compare

Feat

  • feat: introduce CKBPriceOracle for gasPrice/FeeRate setting by @RetricSu in #514

Other

Full Changelog: v1.8.1...v1.8.2

v1.8.1

21 Sep 02:41
Compare
Choose a tag to compare

Fixed

  • fix(estimateGas): tune user setting gasLimit inbetween low and cap by @RetricSu in #530

Other

Full Changelog: v1.8.0...v1.8.1

v1.8.0

20 Sep 03:21
Compare
Choose a tag to compare

Feat

Fixed

Others

Full Changelog: v1.7.0...v1.8.0

v1.7.0

13 Sep 08:27
Compare
Choose a tag to compare

Feat

Fixed

Other

Full Changelog: v1.6.4...v1.7.0

v1.6.4

29 Aug 09:26
25c687f
Compare
Choose a tag to compare

Feat

  • (Cherry-Pick)feat: Add rpc gw_get_pending_tx_hashes by @RetricSu in #506

Other

Full Changelog: v1.6.3...v1.6.4

v1.6.3

23 Aug 01:45
6613752
Compare
Choose a tag to compare

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

Other

Full Changelog: v1.6.2...v1.6.3

v1.6.2

19 Aug 08:03
2c76409
Compare
Choose a tag to compare

Fixed

  • fix: gw_submit_l2transaction support auto create account tx by @classicalliu in #498

Other

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