This repository has been archived by the owner on Mar 24, 2023. It is now read-only.
Releases: godwokenrises/godwoken-web3
Releases · godwokenrises/godwoken-web3
v1.3.0-rc1
What's Changed
- refactor: configure db constants via env by @kuzirashi in #411
- docs: Update pCKB contracts by @Flouse in #417
- chore: bump v1.3.0-rc1 by @RetricSu in #420
Full Changelog: v1.2.0-rc1...v1.3.0-rc1
v0.13.7
What's Changed
- fix: Check schema design by @classicalliu in #389
- refactor: Replace console log with logger by @classicalliu in #390
Full Changelog: v0.13.6...v0.13.7
v1.2.0-rc1
Feat
- feat: add minimal gasPrice env by @RetricSu in #392
- feat: limit max tx size by @keroro520 in #393
- feat: add min gasPrice for gw_submit_l2Tx rpc by @RetricSu in #397
- feat: add cache for executeRawL2/estimateGas rpc by @RetricSu in #396
- feat: validate sudt fee for gw_submit_l2transaction by @RetricSu in #402
- feat: validate intrinsicGas and enough fund by @RetricSu in #403
- feat: load node configurations using gw_get_node_info by @keroro520 in #369
- feat(indexer): Remove error tx receipt by @classicalliu in #394
Fixed
- Retry when request to gw failed by @classicalliu in #367
Other
- chore: tune txHashMapping cache time to 2 hours by @RetricSu in #395
- chore: Update no system logs message by @classicalliu in #400
- chore: simplify ci branch matches by @keroro520 in #386
- chore(deps): bump tokio from 1.13.0 to 1.16.1 by @dependabot in #387
- chore(deps): bump regex from 1.5.4 to 1.5.6 by @dependabot in #388
- chore(ci): Update kicker ref by @classicalliu in #359
- chore: bump 1.2.0-rc1 by @RetricSu in #412
Full Changelog: v1.1.3-rc1...v1.2.0-rc1
Web3 v1.1.3-rc1
What's Changed
- fix: Skip system logs if not exists by @classicalliu in #401
Full Changelog: v1.1.2-rc1...v1.1.3-rc1
v1.1.2-rc1
v1.1.1-rc1
FIxed
- Contract should be null when not exists by @Flouse @classicalliu in #371
Others
- Cherry pick publish support workflow dispatch by @keroro520 in #373
- chore: bump v1.1.1-rc1 by @RetricSu in #370
Full Changelog: v1.1.0-rc1...v1.1.1-rc1
v1.1.0-rc1
New Features
- Store failed transactions by @classicalliu in #329
FIxed
- Tune rpc gas limit cap to 50000000 by @RetricSu in #330
- Allow jsonRpc params to be null by @RetricSu in #316
- Pending transaction status should read from exit_code by @classicalliu in #354
- Reset gw user log data max size by @classicalliu in #338
- Remove
tx_hash_gw
by @classicalliu in #342 - Replace missing process.env with envConfig/gwConfig by @RetricSu in #323
- Remove eth-wallet mode by @RetricSu in #345
- Revert "fix: max contract code size" by @RetricSu in #344
Others
- Update logs schemas in doc by @classicalliu in #353
- Refactor tables by @classicalliu in #346
- Improve docs when to id missing by @RetricSu in #332
- Create workflows unit-tests.yml and godwoken-tests.yml by @keroro520 in #321
- Add api docs by @classicalliu in #325
- Update godwoken ref by @classicalliu in #339
Full Changelog: v1.1.0-beta...v1.1.0-rc1
v1.1.0-beta
New Features
- Refactor sudt with registry address by @classicalliu in #282
- Add log when pad error context failed by @RetricSu in #287
- Change ckb decimal to 18 by @classicalliu in #314
Fixed
- Only allow EIP155 transaction by @RetricSu in #244
- Don't return gasUsed when estimateGas went wrong by @RetricSu in #251
- Throw error in constructor by @keroro520 in #252
- Validate gasLimit params range by @RetricSu in #265
- Match log topic with reuqired length by @RetricSu in #277
- New filter poll should relative to current block instead of gene… by @RetricSu in #276
- Allow leading zero in HexNumber params by @RetricSu in #298
- Build in return data by @classicalliu in #308
eth_getFilterChanges
default from should be earliest block by @classicalliu in #300- Max contract code size by @RetricSu in #311
- Add httpAgent maxSockets by @RetricSu in #304
Others
- docs:
transaction.to
MUST be a Contract Address by @Flouse in #250 - refactor: get config from godwoken rpc instead of env by @RetricSu in #239
Full Changelog: v1.0.0-rc1...v1.1.0-beta
v0.13.6
What's Changed
- fix(v0): add httpAgent maxSockets by @RetricSu in #307
- Update lumos version by @classicalliu in #235
- chore(deps): bump ansi-regex from 4.1.0 to 4.1.1 by @dependabot in #236
- chore: extract RPCs to docs by @RetricSu in #228
- chore(v0): Bump v0.13.6 by @Flouse in #318
Full Changelog: v0.13.5...v0.13.6
v1.0.0-rc1
What's Changed
- chore(deps): bump trim-off-newlines from 1.0.1 to 1.0.3 by @dependabot in #160
- fix: Storage key format by @classicalliu in #161
- feat: Eth address compatible by @classicalliu in #165
- refactor: Rename short address to short script hash by @classicalliu in #164
- fix(compatibility): use full node for gw_get_last_submitted_info by @RetricSu in #170
- BREAKING CHANGE: use eth-tx-hash for eth_* api methods by @RetricSu in #172
- docs: Add missing eth_tx_hash for schema doc by @classicalliu in #177
- fix(v1): Body parser limit by @RetricSu in #180
- fix: Update godwoken version for new molecule schema by @classicalliu in #183
- feat: V1 address mapping by @classicalliu in #190
- fix: Add leading zeros for r & s by @classicalliu in #195
- fix(indexer): support compatible_chain_id for calculating eth_tx_hash by @RetricSu in #199
- chore: allow ci to build for new commit in ghcr by @RetricSu in #201
- fix(ci): docker login with owner by @RetricSu in #202
- fix(schema): transactions.id should be BIGSERIAL by @Flouse in #203
- feat: add poly_version rpc by @RetricSu in #205
- fix: distinct zero address and deploy to address by @RetricSu in #206
- fix: return clear error when transfering eoa to eoa in related RPCs by @RetricSu in #207
- fix(indexer): Panic if return data is empty by @classicalliu in #211
- fix(eth_call): use default from_id instead of default_from_address by @RetricSu in #214
- feat: add cache for ethAddressToScriptHash by @RetricSu in #212
- fix: fix getLogs 0...0 by @kuzirashi in #220
- fix: Add missing index of logs block number by @classicalliu in #223
- feat: add cache for eth_call rpc by @RetricSu in #213
- fix: Set block miner address to native eth address by @classicalliu in #230
- chore(deps): bump minimist from 1.2.5 to 1.2.6 by @RetricSu in #233
- Update some deps by @classicalliu in #237
- Cherry pick invalid exit code 92 by @classicalliu in #224
- chore: bump v1.0.0-rc1 by @RetricSu in #240
New Contributors
- @kuzirashi made their first contribution in #220
Full Changelog: v0.13.0...v1.0.0-rc1