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

Chain state module #598

Merged
merged 107 commits into from
Aug 10, 2023
Merged
Changes from 1 commit
Commits
Show all changes
107 commits
Select commit Hold shift + click to select a range
b998eec
WIP: Add optimsitic sync
preston-evans98 Jun 22, 2023
08e8d88
WIP: implement chain state module
preston-evans98 Jun 30, 2023
6411a8d
WIP: Add attester incentives
preston-evans98 Jun 30, 2023
578f4d6
Merging with main
theochap Jul 5, 2023
7f68c02
Can compile
theochap Jul 6, 2023
fd4a64d
Does compile
theochap Jul 6, 2023
eaaac02
Start working on attester incentives
theochap Jul 7, 2023
76f79c8
Implement attestation processing
theochap Jul 7, 2023
1d85189
Finish unbonding
theochap Jul 10, 2023
de3fb92
Improve events
theochap Jul 10, 2023
54a0224
Rename sov-attester-incentives to optimistic-workflow
theochap Jul 10, 2023
c03476d
Refactor
theochap Jul 10, 2023
b69f877
Start working on apply_sync_data_blob
theochap Jul 11, 2023
2c5503f
Refactoring apply_tx_blob
theochap Jul 11, 2023
0536ef2
Refactoring files
theochap Jul 11, 2023
ecda2e9
Merging with main
theochap Jul 11, 2023
6042163
Rewriting unbonding
theochap Jul 15, 2023
09f5cd7
Refactor attestation processing
theochap Jul 15, 2023
6469151
Refactor process challenge
theochap Jul 15, 2023
99e7285
Refactoring
theochap Jul 15, 2023
6b0ece9
Fixing compile issues
theochap Jul 15, 2023
5e35c50
Does compile
theochap Jul 15, 2023
f570d6b
Everything compiles
theochap Jul 15, 2023
26edc19
Add 2 phase unbonding back
theochap Jul 17, 2023
8a802b9
Updating tests
theochap Jul 18, 2023
24178de
Changing bonding proof
theochap Jul 21, 2023
5b3f223
Changing bonding proof
theochap Jul 21, 2023
99c4601
Fixing get_with_proof
theochap Jul 21, 2023
67c9686
Fixing chain updates
theochap Jul 29, 2023
5a02c38
Change STF interface to work on slot level
citizen-stig Jul 25, 2023
3464910
Adding chain state
theochap Aug 1, 2023
ca3e04b
Merge branch 'feature/change_stf_signature_for_handling_whole_block' …
theochap Aug 1, 2023
184d3da
Starting chain state
theochap Aug 1, 2023
1bc406a
Does compile
theochap Aug 1, 2023
7c5dd26
Fix lint
theochap Aug 1, 2023
0df1160
Fixing warnings
theochap Aug 1, 2023
880f6ee
Integrating slot hooks
theochap Aug 1, 2023
040a950
Populating todos
theochap Aug 1, 2023
e214ec1
Adding data generation for different modules
theochap Aug 2, 2023
e8298aa
Implementing automatic bank data generation
theochap Aug 2, 2023
074217d
Fixing stf
theochap Aug 2, 2023
79af97f
Compiles
theochap Aug 3, 2023
8a77f73
Fixing chain-state test, adding EncodeCall trait
theochap Aug 3, 2023
a233c35
Fixing lints
theochap Aug 3, 2023
370fa85
Chain state testing
theochap Aug 4, 2023
5c86b93
Simple chain state module tests
theochap Aug 4, 2023
2f0ceff
Merging with main
theochap Aug 4, 2023
631c6f5
All tests pass
theochap Aug 4, 2023
5b6c47e
Fixing lints
theochap Aug 4, 2023
0b0b929
Fixing comments PR
theochap Aug 4, 2023
67734b5
Fixing comments PR
theochap Aug 4, 2023
8b27dfc
nit fix
theochap Aug 4, 2023
0aa613e
Fixing PR comments
theochap Aug 7, 2023
d18c933
Deleting borsh compat
theochap Aug 7, 2023
cc57631
Adding back github and config files
theochap Aug 7, 2023
1423880
Specifying commit for jmt
theochap Aug 7, 2023
d5b3462
Update module-system/sov-state/src/storage.rs
theochap Aug 7, 2023
4dc84f3
Fixing comments PR
theochap Aug 7, 2023
63895c8
Merge branch 'chain-state' of github.com:Sovereign-Labs/sovereign int…
theochap Aug 7, 2023
ca36177
Update adapters/risc0/src/host.rs
theochap Aug 8, 2023
afd46e2
Update adapters/risc0/src/host.rs
theochap Aug 8, 2023
1b4df99
Fixing error handling
theochap Aug 8, 2023
6d2b92a
Merge branch 'chain-state' of github.com:Sovereign-Labs/sovereign int…
theochap Aug 8, 2023
ae1f941
Merging with main
theochap Aug 8, 2023
8cfe7b6
Fixing lints
theochap Aug 8, 2023
9dfc94d
Merging with main
theochap Aug 8, 2023
612e679
Fixing lints
theochap Aug 8, 2023
c6da4fb
Fix lints
theochap Aug 8, 2023
63184d4
Update rollup-interface/src/state_machine/mocks.rs
theochap Aug 9, 2023
a99f575
Addressing PR comments
theochap Aug 9, 2023
2180ef4
Merge branch 'chain-state' of github.com:Sovereign-Labs/sovereign int…
theochap Aug 9, 2023
6769022
Including PR comments
theochap Aug 9, 2023
fc7db10
Update Cargo.toml
theochap Aug 9, 2023
0f04e1e
Update adapters/risc0/src/guest.rs
theochap Aug 9, 2023
ad5ccd5
Update adapters/risc0/src/host.rs
theochap Aug 9, 2023
6108e2f
Update adapters/risc0/src/host.rs
theochap Aug 9, 2023
1df9c50
Adding back genesis and call
theochap Aug 9, 2023
f659430
Merge branch 'chain-state' of github.com:Sovereign-Labs/sovereign int…
theochap Aug 9, 2023
8eb9b79
Fix lints
theochap Aug 9, 2023
6b1de1d
Merge branch 'nightly' into chain-state
theochap Aug 9, 2023
270097a
Lint
theochap Aug 9, 2023
8c8632d
Merge branch 'nightly' into chain-state
theochap Aug 9, 2023
aa1d1f5
Restoring default context
theochap Aug 9, 2023
6cecdc9
Merge branch 'chain-state' of github.com:Sovereign-Labs/sovereign int…
theochap Aug 9, 2023
c8355eb
Fixing imports
theochap Aug 9, 2023
4015b19
Fixing prover compiles
citizen-stig Aug 9, 2023
c83af72
Fix prover compiles
citizen-stig Aug 9, 2023
e85d4c8
Fixing end slot hook
theochap Aug 9, 2023
26558ec
Reorganizing integration tests
theochap Aug 10, 2023
b5a32c8
Reorganizing integration tests
theochap Aug 10, 2023
fc4f20e
Reorganizing integration tests
theochap Aug 10, 2023
f9ae3eb
Adding unit tests for chain-state
theochap Aug 10, 2023
5796a7e
Update chain state tests
theochap Aug 10, 2023
5857473
Update apply slot signature
theochap Aug 10, 2023
1fea05e
Fix demo-prover
theochap Aug 10, 2023
5d7cae0
Update adapters/risc0/src/guest.rs
theochap Aug 10, 2023
da9edbf
Update adapters/risc0/src/host.rs
theochap Aug 10, 2023
80d5340
Merge with nightly
theochap Aug 10, 2023
5713a28
Fix lints
theochap Aug 10, 2023
7e1e039
Format demo-prover
theochap Aug 10, 2023
4882d3b
Fix feature data generators
theochap Aug 10, 2023
8000947
Update examples/demo-stf/Cargo.toml
theochap Aug 10, 2023
603a1fd
Update adapters/risc0/src/guest.rs
theochap Aug 10, 2023
5a666c9
Fixing pr comments
theochap Aug 10, 2023
8cb5ae8
Merge branch 'chain-state' of github.com:Sovereign-Labs/sovereign int…
theochap Aug 10, 2023
85ebe59
Fix lint
theochap Aug 10, 2023
00c3046
Removing call from chain-state because provided by blanket
theochap Aug 10, 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
Next Next commit
Update adapters/risc0/src/guest.rs
Co-authored-by: Nikolai Golub <nikolai@sovlabs.io>
  • Loading branch information
theochap and citizen-stig authored Aug 10, 2023
commit 5d7cae0baca71e60d24dcc2b19780bf59edb75e4
2 changes: 1 addition & 1 deletion adapters/risc0/src/guest.rs
Original file line number Diff line number Diff line change
@@ -50,6 +50,6 @@ impl Zkvm for Risc0Guest {
_code_commitment: &Self::CodeCommitment,
) -> Result<sov_rollup_interface::zk::StateTransition<C, Add>, Self::Error> {
// Implement this method once risc0 supports recursion: issue https://github.com/Sovereign-Labs/sovereign-sdk/issues/633
todo!("Implement once risc0 supports recursion")
todo!("Implement once risc0 supports recursion: https://github.com/Sovereign-Labs/sovereign-sdk/issues/633")
}
}