This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Prerequisites for validate_block in Cumulus
#1926
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
ded8fdb
Adds benchmark for direct/indirect wasm function calls
bkchr a8052d1
Store the benchmark function pointer in a `Cell`
bkchr 456ddac
Add some documentation
bkchr c9a5b11
Make function implementations exchangeable
bkchr 0638c55
Add parachain stub
bkchr 7bb9d20
Add macro for registering the `validate_block` function
bkchr 3d650b9
Make all functions replace-able by unimplemented
bkchr b41e6d0
Some more refactoring
bkchr b1c99b8
Adds tests for executing empty parachain block
bkchr 2524f95
Work on a new test with empty witness data
bkchr 4e6e32d
Don't exchange `ext_print_*` stuff
bkchr 603897b
Some cleanup and one more function for `validate_block`
bkchr c1630ea
More tests and more functions
bkchr e4962c9
Merge branch 'master' into bkchr-validate_block
bkchr ab63852
Fixes after merging master
bkchr eeab2ce
Use `parity-codec` `derive` feature
bkchr 481749d
CHange implementation of `wasm-nice-panic-message`
bkchr 73f282f
Move `parachain` stuff to cumulus
bkchr 8090c35
devops-parity updated wasm runtime blobs 98cfecb1 and merged in maste…
devops-parity e1124fb
Merge remote-tracking branch 'origin/master' into bkchr-validate_block
bkchr dd09ee6
Updated wasm files
bkchr d0b1f5a
Merge branch 'master' into bkchr-validate_block
bkchr 9e20490
Integrate feedback
bkchr ea99855
Switch to `ExchangeableFunction` struct
bkchr 682eafa
More fixes
bkchr c0131c2
Merge remote-tracking branch 'origin/master' into bkchr-validate_block
bkchr f958f0f
Switch to Cell and panic on multiple replaces
bkchr 99823e8
Increase `impl_version`
bkchr b382c7f
Fix shifting
bkchr 7f390ce
Make the API more verbose of `ExchangeableFunction`
bkchr a8e8b0b
devops-parity updated wasm runtime blobs 99191521 and merged in maste…
devops-parity 3800235
Increase `impl_version`
bkchr 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,3 +35,4 @@ std = [ | |
| ] | ||
| nightly = [] | ||
| strict = [] | ||
| wasm-nice-panic-message = [] | ||
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.