Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
255e89d
sp-state-machine: Read value from backend when writing the first time
bkchr Oct 24, 2024
94e3b51
test-tweaks: read wasm from file
michalkucharczyk Aug 5, 2025
1436142
benches: some minor changes
michalkucharczyk Aug 11, 2025
6769ee1
Merge remote-tracking branch 'origin/master' into no-storage-root-cha…
michalkucharczyk Aug 11, 2025
d03e760
some working poc
michalkucharczyk Aug 5, 2025
7649b67
xxx
michalkucharczyk Aug 5, 2025
d8d5578
refs you fool
michalkucharczyk Aug 7, 2025
9b588a3
stats
michalkucharczyk Aug 8, 2025
8ea6d15
no filtering, just iterate over known keys
michalkucharczyk Aug 8, 2025
466e95f
fmt
michalkucharczyk Aug 13, 2025
91c4a75
overlayed_changes: do not call keys
michalkucharczyk Aug 13, 2025
c73457b
foldhash
michalkucharczyk Aug 13, 2025
ea5a371
bb: debug: print result
michalkucharczyk Aug 13, 2025
8e5563b
overlayed_changes: old storage_root added
michalkucharczyk Aug 28, 2025
aedaded
Externalities: added trigger_storage_root_size_estimation
michalkucharczyk Aug 28, 2025
f17cd27
trie_backend_essence: old storage_root brough back
michalkucharczyk Aug 28, 2025
aa1e017
storage_root2 -> trigger_storage_root_size_estimation + old storage_r…
michalkucharczyk Aug 28, 2025
cd2e3a7
runtime: call trigger_storage_root_size_estimation
michalkucharczyk Aug 28, 2025
65c515d
FoldHasher added to trigger_storage_root
michalkucharczyk Sep 1, 2025
843e821
overlayed_changes: dedup keys in delta
michalkucharczyk Sep 1, 2025
cffbcce
block building durations added
michalkucharczyk Sep 2, 2025
7e074ef
xxx: rapidhash + squashing
michalkucharczyk Sep 2, 2025
9472f2f
debugs
michalkucharczyk Sep 2, 2025
a2bf7e6
xxx: indexmap + nohash_hasher
michalkucharczyk Sep 2, 2025
2e24e34
wasmtime: perfmap added
michalkucharczyk Sep 3, 2025
b90431b
overlay_changes: elapsedXX stats added
michalkucharczyk Sep 4, 2025
5d78a0d
xxx: fixing snapshots
michalkucharczyk Sep 4, 2025
0bd8dda
trie: forget instead of drop/commit
michalkucharczyk Sep 4, 2025
97b3bf2
cleanup + BackendTransactions stack removed
michalkucharczyk Sep 9, 2025
62a9bf9
essence: std hack
michalkucharczyk Sep 10, 2025
a4aefdd
trigger_storage_root: moved to proof-size-hostfunction::StorageProofS…
michalkucharczyk Sep 10, 2025
cb6412b
runtime: call trigger_storage_root_size_estimation [StorageProofSize]
michalkucharczyk Sep 10, 2025
0a14158
BLOCK_PRODUCTION_TRANSFER_ALL env added
michalkucharczyk Sep 22, 2025
4f8d9bc
Revert "sp-state-machine: Read value from backend when writing the fi…
michalkucharczyk Sep 22, 2025
35bfa14
trie: forget -> read/remove
michalkucharczyk Sep 23, 2025
13f07cd
Cargo.toml: use trie-upstream
michalkucharczyk Sep 24, 2025
14d1823
trie_essence: unused ephemeral2 removed
michalkucharczyk Sep 24, 2025
bdd5100
block-builder: pov-size debugs added
michalkucharczyk Sep 25, 2025
575aa18
implemented trigger_child_storage_root_size_estimation
michalkucharczyk Sep 25, 2025
e3de902
ext: accuracy test added
michalkucharczyk Sep 25, 2025
4f00caf
overlayed_changes::xxx: no_hasher removed
michalkucharczyk Sep 26, 2025
8bc2e63
Revert "overlayed_changes::xxx: no_hasher removed"
michalkucharczyk Sep 26, 2025
77c855d
xxx: refactor
michalkucharczyk Sep 29, 2025
d02e6b1
backend: doc + warning
michalkucharczyk Sep 29, 2025
0927079
bench: block_production: use proof recording when creating txs
michalkucharczyk Sep 29, 2025
c6940f6
essence: doc
michalkucharczyk Sep 29, 2025
b7e7ac1
trash
michalkucharczyk Sep 29, 2025
4f2b29f
indexmap - 360ms
michalkucharczyk Sep 29, 2025
2f71d38
xxx: pre-alloc 16
michalkucharczyk Sep 29, 2025
f85808f
xxx: rewritten
michalkucharczyk Oct 1, 2025
64a3850
ext: one more test added deleted vs updated
michalkucharczyk Oct 1, 2025
863c09a
child_deltas fixed
michalkucharczyk Oct 1, 2025
8568836
xxx: one more rework: updated/deleted added
michalkucharczyk Oct 1, 2025
c7f44f6
changeset: keep track of updated/deleted op
michalkucharczyk Oct 1, 2025
7b77b12
Cargo.toml: trie: use upstream
michalkucharczyk Oct 3, 2025
2c479d5
fixes
michalkucharczyk Oct 3, 2025
91218ca
Update from github-actions[bot] running command 'bench --runtime asse…
github-actions[bot] Oct 4, 2025
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
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
log--*
old-logs/**
perf.*
*.svg
*.rs--
!polkadot.service
.cargo-remote.toml
.direnv/
Expand Down
149 changes: 123 additions & 26 deletions Cargo.lock

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

Loading
Loading