Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Add StorageValue::append and speed-up deposit_event (#2282)
Browse files Browse the repository at this point in the history
* Adds deposit event benchmark

* Add `StorageValue::append`

`StorageValue::append` can be used by types that implement `EncodeAppend` to speed-up situations where you just want to append
an item to storage without wanting to decode all previous items.

* Stay at 100 events

* Fixes compilation

* Use correct year and increase spec version
  • Loading branch information
bkchr committed Apr 16, 2019
1 parent 36f5aa5 commit 89f951f
Show file tree
Hide file tree
Showing 14 changed files with 513 additions and 319 deletions.
129 changes: 65 additions & 64 deletions Cargo.lock

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions core/executor/wasm/Cargo.lock

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

2 changes: 1 addition & 1 deletion core/sr-io/Cargo.toml
Expand Up @@ -34,4 +34,4 @@ std = [
]
nightly = []
strict = []
wasm-nice-panic-message = []
wasm-nice-panic-message = []

0 comments on commit 89f951f

Please sign in to comment.