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

[hotfix] [bump] snarkVM mainnet rev fddd8b9 - testnetv0-genesis-target #3277

Merged
merged 47 commits into from
May 25, 2024
Merged
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
6f8880f
perf: include json serialisation in the blocking task
niklaslong May 10, 2024
43a57b0
fix: clear cached validator requests on disconnect
niklaslong May 13, 2024
f1d9126
Add IS_SYNCING check for fetching certificates
raychu86 May 14, 2024
c20db62
Update log condition
raychu86 May 14, 2024
6369f10
Update is_block_synced if there are no requests/responses
raychu86 May 14, 2024
cd959aa
nit
raychu86 May 15, 2024
02cca26
modify CircleCI config to use our runners
zosorock May 15, 2024
0e043d4
adding another runner to CircleCI config
zosorock May 15, 2024
e002ef2
removing setup_remote_docker
zosorock May 15, 2024
877a14e
Fix tests
raychu86 May 15, 2024
0108710
Update .gitignore
raychu86 May 15, 2024
fd6fb7e
Send one request at a time to peers
raychu86 May 15, 2024
cca69b2
Add cfg flags
raychu86 May 16, 2024
3023540
nit test
raychu86 May 16, 2024
b0ecd12
nit
raychu86 May 16, 2024
9e9c3ac
docs: move cache clear explanation to call site
niklaslong May 16, 2024
e00e52d
Update node/bft/src/helpers/cache.rs
raychu86 May 16, 2024
543db0c
Add network_id selection to .devnet scripts
raychu86 May 17, 2024
e7036de
Add network_id to analytics
raychu86 May 17, 2024
968df00
Merge branch 'mainnet-staging' into fix/is-syncing-check
raychu86 May 20, 2024
0e83743
Clear solutions queue and worker solutions on new epoch
raychu86 May 21, 2024
bb0a10c
Bump snarkVM rev - 895952f
raychu86 May 22, 2024
fd2b233
Add support for TestnetV1
raychu86 May 22, 2024
7683ad7
Bump snarkVM rev - 9493c43
raychu86 May 23, 2024
1688de7
Use CanaryV0
raychu86 May 23, 2024
2e56db5
Bump snarkVM rev - 13b3efa
raychu86 May 23, 2024
9cc67c9
Merge pull request #3253 from niklaslong/perf/rest
howardwu May 23, 2024
7ff06a8
Merge pull request #3254 from niklaslong/fix/cache
howardwu May 23, 2024
b55162b
Merge pull request #3256 from AleoNet/fix/is-syncing-check
howardwu May 23, 2024
6065ee2
Merge pull request #3257 from AleoNet/feat/bound-requests
howardwu May 23, 2024
757b20f
Bump snarkVM rev - 0bd71b5
raychu86 May 23, 2024
3d7b4d7
Merge pull request #3269 from AleoHQ/feat/testnetv1
howardwu May 23, 2024
286df20
Merge branch 'mainnet-staging' into update/devnet-scripts
raychu86 May 23, 2024
6868f37
Add support for canary
raychu86 May 23, 2024
b905d53
Merge pull request #3262 from AleoNet/update/devnet-scripts
howardwu May 23, 2024
7ae9d73
Merge pull request #3266 from AleoNet/optimize/clear-solutions
howardwu May 23, 2024
99592f4
Revert "Merge pull request #3266 from AleoNet/optimize/clear-solutions"
zosorock May 24, 2024
fa475e8
Revert "Merge pull request #3262 from AleoNet/update/devnet-scripts"
zosorock May 24, 2024
8c1bba8
Revert "Merge pull request #3269 from AleoHQ/feat/testnetv1"
zosorock May 24, 2024
01f1b86
Revert "Merge pull request #3257 from AleoNet/feat/bound-requests"
zosorock May 24, 2024
223a1b5
Revert "Merge pull request #3256 from AleoNet/fix/is-syncing-check"
zosorock May 24, 2024
0829e52
Revert "Merge pull request #3254 from niklaslong/fix/cache"
zosorock May 24, 2024
7dbaadd
Revert "Merge pull request #3253 from niklaslong/perf/rest"
zosorock May 24, 2024
07ef982
Merge pull request #3272 from AleoNet/revert-multiple-prs
apruden2008 May 24, 2024
2a93f55
Bump snarkVM rev - 393b8fb
zosorock May 24, 2024
23173fb
Merge pull request #3276 from AleoNet/update/testnetv0-genesis-target
zosorock May 25, 2024
1137c1f
Bump to mainnet snarkVM rev - fddd8b9
zosorock May 25, 2024
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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ default-features = false

[workspace.dependencies.snarkvm]
git = "https://github.com/AleoNet/snarkVM.git"
rev = "140ff26"
rev = "fddd8b9"
#version = "=0.16.18"
features = [ "circuit", "console", "rocks" ]

Expand Down