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

Various Verkle Fixes #3650

Merged
merged 59 commits into from
Sep 25, 2024
Merged
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
a847f86
scaffolding
acolytec3 Aug 28, 2024
107c883
broken WIP
acolytec3 Aug 28, 2024
78f1990
partial implementations
acolytec3 Aug 29, 2024
9cf5af7
fix getAccount
acolytec3 Aug 29, 2024
1419c9d
add todo
acolytec3 Aug 29, 2024
bb25fea
make trie.get accept suffixes
acolytec3 Aug 29, 2024
8c0605c
clean up reference
acolytec3 Aug 30, 2024
ef37d62
Add reserved bytes to encodeBasicData function
acolytec3 Aug 31, 2024
adad631
FIx encoding again
acolytec3 Sep 3, 2024
e69001c
spelling [no ci]
acolytec3 Sep 3, 2024
053fdea
change param to account [no ci]
acolytec3 Sep 3, 2024
762a694
Add support for basic account delete
acolytec3 Sep 3, 2024
293c86a
implement chunkify code
acolytec3 Sep 3, 2024
f6bbd1f
Add putCode
acolytec3 Sep 3, 2024
1d148ed
Move code to helpers
acolytec3 Sep 3, 2024
daa5faf
getCode and getCodeSize
acolytec3 Sep 4, 2024
036fa67
Start work on tests
acolytec3 Sep 4, 2024
d4e10dd
Update magic numbers to constants
acolytec3 Sep 4, 2024
e006237
Make get/putCode work
acolytec3 Sep 4, 2024
680ec51
Fix various get/putCode bugs
acolytec3 Sep 4, 2024
c7047fd
add get/putstorage
acolytec3 Sep 4, 2024
9161e02
export SFVKSM [no ci]
acolytec3 Sep 5, 2024
31fa232
Merge remote-tracking branch 'origin/master' into statefulVerkleState…
acolytec3 Sep 5, 2024
15e1d76
add commit/flush/revert
acolytec3 Sep 5, 2024
78ba172
Tests for caching
acolytec3 Sep 5, 2024
1f5e39f
make cspell happy
acolytec3 Sep 5, 2024
95b51e3
lint
acolytec3 Sep 5, 2024
04be4c6
add back missing method from interface
acolytec3 Sep 5, 2024
8b7d4b1
Merge remote-tracking branch 'origin/master' into statefulVerkleState…
acolytec3 Sep 6, 2024
3dc9346
Update packages/util/test/verkle.spec.ts
gabrocheleau Sep 8, 2024
f9d0825
Apply suggestions from code review
gabrocheleau Sep 8, 2024
1a8bd79
address some feedback
acolytec3 Sep 8, 2024
76316cb
Merge remote-tracking branch 'origin/master' into statefulVerkleState…
acolytec3 Sep 8, 2024
54c30c5
Update types and add test
acolytec3 Sep 6, 2024
f6e89ec
FIx commitment format
acolytec3 Sep 6, 2024
f4922c3
Update verkle crypto and add proof test
acolytec3 Sep 9, 2024
9f94d7d
add max chunks constant
acolytec3 Sep 9, 2024
36ac903
delete account in put if no account
acolytec3 Sep 9, 2024
6af9a3f
spelling
acolytec3 Sep 9, 2024
0133cc1
fix basic data encoding offsets
acolytec3 Sep 9, 2024
7c346df
remove console log
acolytec3 Sep 9, 2024
b97e813
Fix suffix logic
acolytec3 Sep 9, 2024
45b64c7
wasm update
acolytec3 Sep 10, 2024
f4396d7
update interface
acolytec3 Sep 10, 2024
fb1ba09
Merge remote-tracking branch 'origin/master' into proofs-again
acolytec3 Sep 10, 2024
c9e6f71
update package lock
acolytec3 Sep 10, 2024
03942e8
update verkle crypto wasm again
acolytec3 Sep 13, 2024
5273d53
Merge remote-tracking branch 'origin/master' into proofs-again
acolytec3 Sep 19, 2024
c74211a
console logs
acolytec3 Sep 20, 2024
20f5deb
maybe another fix
acolytec3 Sep 23, 2024
e82d77a
various fixes
acolytec3 Sep 24, 2024
313d92e
Merge remote-tracking branch 'origin/master' into proofs-again
acolytec3 Sep 24, 2024
ffab34a
update tests
acolytec3 Sep 24, 2024
60045b5
Remove obsolete proof helpers
acolytec3 Sep 24, 2024
2f31f54
add second test
acolytec3 Sep 24, 2024
fb2ebcd
add explanatory comment for leaf marker
acolytec3 Sep 24, 2024
918c8b5
Add safeguards to leafnode.create
acolytec3 Sep 24, 2024
ed68d14
use correct randomBytes
acolytec3 Sep 24, 2024
c712e56
Merge remote-tracking branch 'origin/master' into proofs-again
acolytec3 Sep 24, 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
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/master' into statefulVerkleState…
…Manager
  • Loading branch information
acolytec3 committed Sep 5, 2024
commit 31fa232023eb4827e3af9fa183e327d6c9cece8b

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.