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

feat(rpc): storage proofs for snos and v0.8.0 #292

Merged
merged 25 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
e71cce5
feat(rpc): storage proofs for v0.8.0
cchudant Oct 1, 2024
52a9207
historical
cchudant Oct 23, 2024
15c2610
merged with main
cchudant Oct 25, 2024
3d73f24
fix, and add trie log args to cli
cchudant Oct 25, 2024
d1361a0
starting to make an e2e test
cchudant Oct 25, 2024
62fc546
e2e test
cchudant Oct 28, 2024
27ccc75
Merge remote-tracking branch 'origin/main' into storage-proofs
cchudant Oct 28, 2024
f45114e
fix: tests
cchudant Oct 28, 2024
2d980ef
fix: fmt, logs & bonsai-trie path
cchudant Oct 28, 2024
8404e2d
fix: changelog
cchudant Oct 28, 2024
acf3c67
fix: review
cchudant Nov 6, 2024
b0a72df
Merge remote-tracking branch 'origin/main' into storage-proofs
cchudant Nov 6, 2024
4838e60
fix review comments
cchudant Nov 20, 2024
fdfb0f3
fix: change bonsai-trie fork
cchudant Nov 21, 2024
4881a02
Merge remote-tracking branch 'origin/main' into storage-proofs
cchudant Nov 21, 2024
788d504
fix: snapshot arc comments
cchudant Nov 21, 2024
cb50e6b
Merge branch 'main' into storage-proofs
cchudant Nov 21, 2024
63d63b5
fix: apply trie log backwards
cchudant Nov 25, 2024
d56a12c
Merge remote-tracking branch 'origin/main' into storage-proofs
cchudant Nov 25, 2024
b31dc10
fix: db-max-saved-snapshots
cchudant Nov 26, 2024
8ddea25
fix: docs
cchudant Nov 28, 2024
a2caeba
Merge branch 'main' into storage-proofs
cchudant Nov 29, 2024
0b3a529
fix: revert starknet-types-core patch removal
cchudant Nov 29, 2024
df0e376
Merge branch 'main' into storage-proofs
antiyro Nov 29, 2024
8be1356
Merge remote-tracking branch 'origin/main' into storage-proofs
cchudant Dec 2, 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Next release

- feat(v0.8.0-rc0): storage proofs for rpc version v0.8.0
- fix(fgw): fetch class
- feat: possibility of starting madara & kakarot-rpc in docker
- feat(debug): service cancelling and profiling build
Expand Down
Loading
Loading