-
Notifications
You must be signed in to change notification settings - Fork 803
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
Update Wasmi to v0.32.0-beta.5
#2941
Closed
Robbepop
wants to merge
18
commits into
paritytech:master
from
Robbepop:rf-update-wasmi-to-v0.32.0-beta.5
Closed
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
fdda762
update Wasmi to version 0.32.0-beta.5
Robbepop 12e61ce
apply rustfmt
Robbepop 4dba773
".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…
8defb8c
use weights.rs from master
Robbepop d10f01b
Merge branch 'master' into rf-update-wasmi-to-v0.32.0-beta.5
Robbepop 9d46136
".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…
57e4d7d
experimental: use Wasmi's lazy compilation
Robbepop 97ac4e8
fix benchmarks compile error
Robbepop b2dc076
Merge branch 'master' of https://github.com/paritytech/polkadot-sdk i…
f67e9cc
".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…
d4f8c09
use Eager compilation in sandbox
Robbepop f4d52f6
remove compilation_mode parameter in validate
Robbepop d145fcc
apply rustfmt
Robbepop 2135404
fix compile errors
Robbepop 26ab88a
Merge branch 'master' of https://github.com/paritytech/polkadot-sdk i…
d2b8896
".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…
7f5a5e6
use eager compilation for benchmark setup
Robbepop 326b0ae
fix incorrect assertion condition
Robbepop 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 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 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 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 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 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 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 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This assertion is not incorrect. The comment a bit further up explains this. It is the point of the test to make sure that the pre-charging works. In this case when calling into the runtime. We use a function that has a much bigger max weight than actual weight to exercise that.
Why this broke from your changes is indeed strange.