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

config: add new fork for testnet at block#1916000 #993

Merged
merged 31 commits into from
Feb 20, 2023
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
109f63c
chore(deps): bump openssl-src from 111.22.0+1.1.1q to 111.25.0+1.1.1t
dependabot[bot] Feb 8, 2023
89e6226
chore: fix web3-unit-tests (#977)
Flouse Feb 10, 2023
6110103
Fix CI (#980)
jjyr Feb 11, 2023
9dac5ea
chore: build image with optional SMT trie feature
Flouse Feb 11, 2023
52bf8f4
chore: update GODWOKEN_KICKER_REF in godwoken-tests.yml
Flouse Feb 11, 2023
cf2fe66
feat(gwos-evm): fix fuzzing test
magicalne Jan 18, 2023
32f66b6
fix(CI): specify an older version of ubuntu
magicalne Jan 31, 2023
00f61e0
fix(CI): create corpus folder
magicalne Jan 31, 2023
c6ee526
chore: remove useless include
magicalne Jan 31, 2023
cdb1b09
fix: c format
magicalne Jan 31, 2023
2abf775
chore: decrease timeout of fuzz testing
magicalne Jan 31, 2023
38f1add
fix(fuzz test): dead lock
magicalne Jan 31, 2023
2f6433a
chore: turn extern fn to unsafe extern fn
magicalne Feb 3, 2023
c8e209d
chore: data hashes were stored mistakenly and ignore Cargo.lock in si…
magicalne Feb 6, 2023
701050c
feat(CI): run fuzz test every hour
magicalne Feb 7, 2023
26feb50
chore: upgrade actions/cache@v3
magicalne Feb 7, 2023
ab67adc
Merge pull request #984 from godwokenrises/1.12-rc
jjyr Feb 14, 2023
70b8608
doc: new monorepo README (#979)
jjyr Feb 14, 2023
9b0aa9c
feat: send pending upgrade l1 tx at certain height
jjyr Feb 3, 2023
f1e7456
fix: refresh contracts deps after sending l1 upgrade tx
jjyr Feb 8, 2023
24395a1
fix: correct l1 upgrading height, remove local cell injection
jjyr Feb 13, 2023
bee8737
fix: fix macos build
jjyr Feb 13, 2023
50eedc0
chore(gwos-evm): bump Polyjuice version to v1.5.3
Flouse Feb 13, 2023
7a18765
chore(builtin): add godwoken-polyjuice-v1.5.3/generator
Flouse Feb 13, 2023
9b54720
chore: manual build Godwoken with gw-config/no-builtin feature
Flouse Feb 14, 2023
c188e8c
Set GODWOKEN_KICKER_REF=develop in workflows/godwoken-tests.yml
Flouse Feb 14, 2023
690f381
chore(CI): update fuzz duration
magicalne Feb 14, 2023
46fdb22
chore(CI): overwrite MAX_FUZZ_TIME for pr
magicalne Feb 14, 2023
db78df1
Update the ref of submodule "crates/builtin-binaries/builtin" (#987)
Flouse Feb 18, 2023
024f2a3
chore: update the ref of reusable-integration-test-v1.yml to develop
Flouse Feb 18, 2023
0e6b3ac
config: add new fork for testnet at block#1916000
Flouse Feb 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
config: add new fork for testnet at block#1916000
  • Loading branch information
Flouse committed Feb 20, 2023
commit 0e6b3acc3eceb0ebf5881d659f9f7283fb9fde58
9 changes: 9 additions & 0 deletions crates/config/src/consensus/builtins/testnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,15 @@ generator_checksum = '0xf89d4eb312fa4b8df9a3acc0a25f870201106825d9a609612c61aa82
validator_script_type_hash = '0x1629b04b49ded9e5747481f985b11cba6cdd4ffc167971a585e96729455ca736'
backend_type = 'Polyjuice'

[[backend_forks]]
fork_height = 1916000
# https://github.com/godwokenrises/godwoken/tree/50eedc0f40c835058c0bda59b32db4bf2283d2d0/gwos-evm
[[backend_forks.backends]]
generator = { bundled = 'builtin/godwoken-polyjuice-v1.5.3/generator' }
generator_checksum = '0x342bac1659df8b1f12201ff952efc298b17d8875bda911ca059629486338604c'
validator_script_type_hash = '0x1629b04b49ded9e5747481f985b11cba6cdd4ffc167971a585e96729455ca736'
backend_type = 'Polyjuice'


[genesis]
timestamp = 1651979802446
Expand Down