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

rpc-v2: Implement archive_unstable_storageDiff #5997

Merged
merged 60 commits into from
Nov 27, 2024
Merged
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
e17a555
archive/api: Add stroage diff method
lexnv Oct 9, 2024
4101ee6
storage/events: Add storage events and test serialization
lexnv Oct 9, 2024
d781d67
archive: Add initial implementation for storage diff
lexnv Oct 9, 2024
60e1a93
archive: Handle modified and delete cases
lexnv Oct 9, 2024
63da031
archive/events: Derive more impl for diff items
lexnv Oct 9, 2024
25b9e5a
archive: Deduplicate input keys
lexnv Oct 9, 2024
52cfaf7
archive: Move code to different module
lexnv Oct 9, 2024
ee6bed7
archive: Fetch value / hash or both
lexnv Oct 9, 2024
8948e74
events: Add subscription events for ArchiveStorageDiffEvent
lexnv Nov 4, 2024
fbfb0dc
archive: Make archive_storageDiff a subscription
lexnv Nov 4, 2024
f7b33ed
archive: Modify storageDiff to leverage subscription backpressure
lexnv Nov 4, 2024
f47db36
archive: Deduplicate items to a separate function
lexnv Nov 5, 2024
97546a4
archive/tests: Check deduplication
lexnv Nov 5, 2024
baa3dd0
archive: Fix deduplication shortest key
lexnv Nov 5, 2024
4683f6b
archive/tests: Check complex deduplication
lexnv Nov 5, 2024
36f59d2
archive: Simplify logic of trie iteration
lexnv Nov 5, 2024
a084f47
archive: Improve documentation
lexnv Nov 5, 2024
77cac50
archive/events: Add derive(Eq) to archive storage diff events
lexnv Nov 5, 2024
e2324a4
archive/tests: Check query for main trie under prefix
lexnv Nov 5, 2024
4b05913
archive: Add trace and debug logs for storage diff
lexnv Nov 5, 2024
83cb9b4
archive: Send StorageDiffDone for partial trie queries
lexnv Nov 5, 2024
85c810e
archive/tests: Check no changes between blocks
lexnv Nov 5, 2024
152d13b
archive/tests: Ensure added key
lexnv Nov 5, 2024
4f549bf
archive/tests: Extend test with interleaved values and hashes
lexnv Nov 5, 2024
d208068
rpc-v2: Use indexmap crate
lexnv Nov 5, 2024
369a4d2
archive: Move prevHash as last parameter to archive diff
lexnv Nov 5, 2024
a02cc84
archive: Preserve order of elements with indexMap
lexnv Nov 5, 2024
637b446
archive/tests: Check deleted keys
lexnv Nov 5, 2024
76efb18
events: Add common wrappers for construction
lexnv Nov 5, 2024
ca1fa20
archive: Propagate errors via events
lexnv Nov 5, 2024
03eefd7
archive: Check invalid parameters and events
lexnv Nov 5, 2024
9a1e792
archive: Fix clippy
lexnv Nov 5, 2024
dbbfce1
Merge remote-tracking branch 'origin/master' into lexnv/storage-diff
lexnv Nov 5, 2024
971026d
Add prdoc
lexnv Nov 5, 2024
2880058
Merge branch 'master' into lexnv/storage-diff
lexnv Nov 6, 2024
b774855
archive/storage: Optimize space used for saved keys
lexnv Nov 6, 2024
838504b
Merge remote-tracking branch 'origin/lexnv/storage-diff' into lexnv/s…
lexnv Nov 6, 2024
60abd9b
Merge remote-tracking branch 'origin/master' into lexnv/storage-diff
lexnv Nov 6, 2024
dc5f001
archive: Propagate all queries to handle_trie_queries
lexnv Nov 11, 2024
cdc4dc5
archive: Simplify process_events
lexnv Nov 11, 2024
de7cf79
archive: Add missing line
lexnv Nov 11, 2024
199b46d
archive: Refactor with FetchedStorage enum
lexnv Nov 11, 2024
3f4a4b8
Merge remote-tracking branch 'origin/master' into lexnv/storage-diff
lexnv Nov 11, 2024
f4ace06
archive: Refactor for optimal iteration cycles
lexnv Nov 11, 2024
55489c7
archive: Adjust code comments
lexnv Nov 12, 2024
4f94890
archive: Rename starts_with to belongs_to_query
lexnv Nov 12, 2024
a7e54a5
Update prdoc
lexnv Nov 12, 2024
5341227
Merge remote-tracking branch 'origin/master' into lexnv/storage-diff
lexnv Nov 12, 2024
751d8ff
Merge remote-tracking branch 'origin/master' into lexnv/storage-diff
lexnv Nov 26, 2024
3c2bb7c
archive: Remove variable
lexnv Nov 26, 2024
8f8c0c0
Update cargo lock
lexnv Nov 26, 2024
07a459c
archive: Mode deduplicate_storage_diff_items to inenr methods
lexnv Nov 26, 2024
a151bf3
archive/tests: Ensure other storage entries are not provided
lexnv Nov 26, 2024
a575b4a
archive/diff: Implement lexicographic_diff
lexnv Nov 27, 2024
caa75cc
archive/tests: Check lexicographic diff
lexnv Nov 27, 2024
7ff0bdb
Merge remote-tracking branch 'origin/master' into lexnv/storage-diff
lexnv Nov 27, 2024
c6e40a0
archive: Remove commented code and add documentation
lexnv Nov 27, 2024
a07b5c4
Update substrate/client/rpc-spec-v2/src/archive/api.rs
lexnv Nov 27, 2024
ae00327
archive: Remove unneeded lifetime
lexnv Nov 27, 2024
fd48434
Merge remote-tracking branch 'origin/lexnv/storage-diff' into lexnv/s…
lexnv Nov 27, 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 lexnv/storage-diff
lexnv committed Nov 11, 2024
commit 3f4a4b86bd09835f29dc70a1408689243b750628

This merge commit was added into this branch cleanly.

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