-
Notifications
You must be signed in to change notification settings - Fork 606
feat: Native world state now supports checkpointing #11739
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
Merged
Merged
Changes from all commits
Commits
Show all changes
87 commits
Select commit
Hold shift + click to select a range
7753283
WIP
PhilWindle 2f1b2af
WIP
PhilWindle 77df462
WIP
PhilWindle e0012b2
Merge branch 'master' into pw/tree-concurrency
PhilWindle fe1ee9b
WIP
PhilWindle c4cc155
WIP
PhilWindle 44f02f2
WIP
PhilWindle dce4701
Moving files
PhilWindle be77033
Moving files around
PhilWindle d02755f
Renamed transactions
PhilWindle 124682b
Initial LMDBStore class
PhilWindle 321543c
fix: remove circular includes
18c3945
chore: move files
2b5a514
refactor: extract module init outside of world_state
67de053
refactor!: rename world_state_napi -> nodejs_module
1878207
WIP
PhilWindle b41e3e3
Merge branch 'feat/lmdb-wrapper' of github.com:AztecProtocol/aztec-pa…
PhilWindle df48bf5
Merge remote-tracking branch 'origin/master' into feat/lmdb-wrapper
PhilWindle 2b4e4ae
feat: first pass
9ccfd36
refactor: extract msg processing
6f063a6
feat: add @aztec/native
5ab8325
WIP
PhilWindle 0ee01c1
WIP
PhilWindle d6996f3
Merge branch 'feat/lmdb-wrapper' of github.com:AztecProtocol/aztec-pa…
PhilWindle 58359d3
More work on cursors and duplicates
PhilWindle bd0702f
Work on duplicates
PhilWindle 35133ed
Refactoring of tree stores
PhilWindle 77d8591
Test refactoring
PhilWindle 8c5e594
Batch put operations
PhilWindle 66e3ec7
feat: nodejs lmdb wrapper (dummy backend)
c001e19
refactor: @aztec/native
22be98d
Merge branch 'master' into feat/lmdb-wrapper
553862e
fix: add dep to external lib
37ea38c
fix: remove unused import
789d05c
fix: lint
797296b
chore: fix boxes/yarn.lock
7959d9c
WIP
PhilWindle 7755f76
WIP
PhilWindle 4d38c91
WIP
PhilWindle b6fc54b
More tests
PhilWindle d7d5bb2
Merge remote-tracking branch 'origin/master' into feat/lmdb-wrapper
f2891fe
Test with realistic values
PhilWindle 9c766a5
feat: native nodejs module for lmdb
d90c544
feat: new store
ca5438e
feat: add map and single value
654d4ee
feat: Archiver uses new store backend
8a4ef33
feat: ProvingBroker using new store backend
57ecd47
feat: mempool using new store backend
6e85f72
Merge remote-tracking branch 'origin/feat/lmdb-wrapper' into pw/check…
PhilWindle b1c8b1b
Merge fixes
PhilWindle 1a898aa
WIP
PhilWindle 5dad5d8
Minor refactor
PhilWindle cccde3e
Fixed issue tracking new leaf keys
PhilWindle 7a44b0e
Test fix
PhilWindle 944dd66
Renames
PhilWindle 0274d3c
More tests
PhilWindle 15dbbb9
More tests
PhilWindle fbb441f
Test fix
PhilWindle fda1b25
Merge remote-tracking branch 'origin/master' into pw/checkpointing
PhilWindle cf741fc
Fix merge issues
PhilWindle db7d233
Merge fixes
PhilWindle bda03ca
Merge fixes
PhilWindle 7b825b6
Comment
PhilWindle 2509c73
Merge fix
PhilWindle 0043032
Merge fix
PhilWindle c538d0a
Merge fixes
PhilWindle 37697cb
More merge fixes
PhilWindle c6f6c35
Review changes
PhilWindle 0e88d91
Review changes
PhilWindle 879da26
Fixes
PhilWindle c98eef6
Merge branch 'master' into pw/checkpointing
PhilWindle 31678d3
Formatting
PhilWindle 2977905
Fix attempt
PhilWindle 27c4ffe
Merge branch 'master' into pw/checkpointing
PhilWindle b6e64db
Merge branch 'master' into pw/checkpointing
PhilWindle 822040c
Merge branch 'master' into pw/checkpointing
PhilWindle 1967caf
Formatting
PhilWindle af8527d
Merge remote-tracking branch 'origin/master' into pw/checkpointing
PhilWindle e348a10
Merge branch 'master' into pw/checkpointing
PhilWindle ecfad26
Merge branch 'master' into pw/checkpointing
PhilWindle 5c71142
Merge branch 'master' into pw/checkpointing
PhilWindle 31506fc
Merge remote-tracking branch 'origin/master' into pw/checkpointing
PhilWindle 10ebe9e
Merge branch 'master' into pw/checkpointing
PhilWindle 844d736
Fix merge issue
PhilWindle 648eb60
Merge branch 'pw/checkpointing' of github.com:AztecProtocol/aztec-pac…
PhilWindle 957db8c
Merge branch 'master' into pw/checkpointing
PhilWindle ff743ec
Fixed merge issue
PhilWindle File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.