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

Proof integration merged #1576

Open
wants to merge 58 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
120921c
Implement accessing store directly through the iavl in cGet
toml01 Apr 17, 2023
2473772
Add block_height to wasm3 context
toml01 Apr 18, 2023
c7492c0
Add block_height to read_db ocall
toml01 Apr 18, 2023
445a78f
Update the read_db api on go-cosmwasm
toml01 Apr 18, 2023
330ba59
Try to fix the cgo interface
toml01 Apr 18, 2023
49815a7
Fix the ocall interface
toml01 Apr 18, 2023
c5b2953
Fixed passing the height to the query
Cashmaney Apr 24, 2023
e457e4b
Fix querying directly from iavl for prefix store
toml01 May 18, 2023
d1c5cb1
Return proof all the way to the enclave
toml01 May 18, 2023
e2c41da
Better errors in go-cosmwasm
toml01 May 18, 2023
4e43271
Clippy it's not you it's me
toml01 May 18, 2023
223abfc
demo of getting module hashes
toml01 Jun 13, 2023
534c94a
Return the full prefixed key with the ocall as well + fix a bug in oc…
toml01 Jun 18, 2023
fcaa722
demo of getting module hashes
toml01 Jun 13, 2023
8cada85
Implement storesRootsFromMultiStore()
toml01 Jun 14, 2023
bda2c52
Fix storesRootsFromMultiStore (hash value of store hash)
toml01 Jun 14, 2023
5d28c26
Some plumbing
toml01 Jun 15, 2023
3276cd4
Construct app hash
toml01 Jun 15, 2023
2442ad9
send the compute root as well
toml01 Jun 18, 2023
bf4de89
READ_PROOFER static struct
toml01 Jun 18, 2023
bd46e69
Verify input to ecall_submit_store_roots and populate READ_PROOFER
toml01 Jun 18, 2023
4833c86
Add verification in ecall_submit_block_signatures()
toml01 Jun 18, 2023
f181e08
clippy
toml01 Jun 18, 2023
2a0f39d
don't verify apphash for the first block
toml01 Jun 19, 2023
f42fd72
Verifying merkle proofs for every read. Still buggy for queries
toml01 Jun 20, 2023
399689c
Return the full prefixed key with the ocall as well + fix a bug in oc…
toml01 Jun 18, 2023
c0102a2
Implement storesRootsFromMultiStore()
toml01 Jun 14, 2023
8536106
Fix storesRootsFromMultiStore (hash value of store hash)
toml01 Jun 14, 2023
da858d3
Some plumbing
toml01 Jun 15, 2023
f6a3468
Construct app hash
toml01 Jun 15, 2023
b69816c
send the compute root as well
toml01 Jun 18, 2023
fd689b2
refactor merkle proofs to be on it's own crate + add a feature flag
toml01 Jun 28, 2023
add04bb
app.go cleanup
toml01 Jul 2, 2023
81596e8
Fixed read db tests without feature
Cashmaney Jul 25, 2023
77480d0
Add merging of multiple kv-caches for the same contract
Cashmaney Jul 26, 2023
da2c772
Add merging of multiple kv-caches for the same contract
Cashmaney Jul 26, 2023
45f9911
fixed clippy warnings
Cashmaney Jul 26, 2023
b0849cd
Fixed tests (remove from cache missing in remove_db because the branc…
Cashmaney Jul 26, 2023
2e0ef3c
Merge remote-tracking branch 'origin/master' into HEAD
Cashmaney Jul 26, 2023
855b0b6
Merged proofs branch with master (does it work?)
Cashmaney Jul 26, 2023
406a303
Merged proofs branch with master (does it work?)
Cashmaney Jul 26, 2023
fa4c10a
Merge remote-tracking branch 'origin/merge-proofs-master' into HEAD
Cashmaney Jul 30, 2023
5696bcb
Merge master with the cache changes
Cashmaney Jul 30, 2023
a18dd5f
Update go-lint.yml
Cashmaney Jul 31, 2023
b1d8448
Update .golangci.yml
Cashmaney Jul 31, 2023
3349a07
Update .golangci.yml
Cashmaney Jul 31, 2023
7b2b85d
fumpt
Cashmaney Jul 31, 2023
2060e15
Update Dockerfile
Cashmaney Aug 1, 2023
556b9a1
Merge pull request #1495 from scrtlabs/cache-with-master
Cashmaney Aug 2, 2023
71d4e2e
Merge branch 'master' into store-merkle-proofs
toml01 Oct 30, 2023
2927ae8
Merge branch 'store-merkle-proofs' into compute-root-validation
toml01 Oct 30, 2023
ee397ab
Merge remote-tracking branch 'origin/store-merkle-proofs' into comput…
toml01 Oct 30, 2023
7bc88bf
Add dependencies for merkle proofs
toml01 Oct 30, 2023
df929f2
compilation and clippy
toml01 Oct 30, 2023
c3fa20c
Merge remote-tracking branch 'origin/compute-root-validation' into pr…
Cashmaney Oct 31, 2023
cf60e62
Fix all the stuff I broke :(
Cashmaney Oct 31, 2023
6168193
Fix all the stuff I broke :(
Cashmaney Nov 1, 2023
72b87f7
Fix all the stuff I broke :(
Cashmaney Nov 1, 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
292 changes: 146 additions & 146 deletions .github/actions/check-objdump/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,14 @@
"integration-tests/contract-v0.10/Cargo.toml",
"cosmwasm/contracts/v1/compute-tests/random-test/Cargo.toml",
"go-cosmwasm/Cargo.toml",
"integration-tests/contract-v0.10/Cargo.toml",
"check-hw/Cargo.toml",
"./cosmwasm/enclaves/shared/block-verifier/Cargo.toml",
"cosmwasm/enclaves/shared/cosmos-proto/Cargo.toml",
"cosmwasm/enclaves/shared/contract-engine/Cargo.toml",
"cosmwasm/enclaves/shared/utils/Cargo.toml",
"cosmwasm/enclaves/shared/block-verifier/Cargo.toml"
"check-hw/Cargo.toml",
"./cosmwasm/enclaves/shared/block-verifier/Cargo.toml"
],
"rust-analyzer.diagnostics.experimental.enable": true,
"rust-analyzer.rustfmt.rangeFormatting.enable": true,
Expand Down
Loading
Loading