Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testnet: bump to Godwoken 1.7.3 and web3/indexer 1.9.0 #80

Merged
merged 5 commits into from
Nov 30, 2022
Merged

Conversation

Flouse
Copy link
Collaborator

@Flouse Flouse commented Nov 25, 2022

Notable Changes

  1. fixed [BUG] eth_getTransactionByHash returns incorrect v parameter godwoken-web3#566
    Note: Need to re-sync web3-indexer or run update command by ./gw-web3-indexer update
  2. fix: Return 0x when eth_getCode with zero address godwoken-web3#570
  3. fix: use mem-pool state for “get block” RPCs by @sopium in fix: use mem pool state for “get block” RPCs godwoken#871
  4. config: deny unknown fields in the config toml file config: deny unknown fields in the config toml file godwoken#862

Release notes

Re-sync web3-indexer or run update command by ./gw-web3-indexer update

Database fixing is required for this release.

Rather than doing a re-sync in web3-indexer, we provides a new command in web3-indexer to update the whole database:

pwd
# godwoken-info/testnet_v1_1

docker-compose exec web3-indexer
nohup gw-web3-indexer update > logs/web3-indexer-update.log 2>&1 &

## watch the progress in the container
tail -f logs/web3-indexer-update.log

## watch the progress outside the container
tail -f chain-data/logs/web3-indexer-update.log

@Flouse Flouse self-assigned this Nov 25, 2022
@Flouse Flouse changed the title testnet: bump web3/indexer to 1.9.0-rc2 testnet: Bump to godwoken-prebuilds 1.7.3 and web3/indexer 1.9.0 Nov 29, 2022
@Flouse Flouse marked this pull request as ready for review November 29, 2022 15:49
@Flouse Flouse requested a review from jjyr November 29, 2022 15:49
@Flouse Flouse changed the title testnet: Bump to godwoken-prebuilds 1.7.3 and web3/indexer 1.9.0 testnet: bump to godwoken-prebuilds 1.7.3 and web3/indexer 1.9.0 Nov 29, 2022
@Flouse Flouse changed the title testnet: bump to godwoken-prebuilds 1.7.3 and web3/indexer 1.9.0 testnet: bump to Godwoken 1.7.3 and web3/indexer 1.9.0 Nov 30, 2022
@Flouse Flouse merged commit ae06031 into main Nov 30, 2022
@Flouse Flouse deleted the testnet branch November 30, 2022 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] eth_getTransactionByHash returns incorrect v parameter
2 participants