-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Disable polkavm logging in pallet-revive
#10385
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
Merged
Merged
Changes from 6 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
ab5c0d6
revive: bump polkavm
lrubasze 56d2af4
revive: align to updated polkavm
lrubasze 53ec86b
revive: disable polkavm logging
lrubasze 2deab42
Update from github-actions[bot] running command 'prdoc --audience run…
github-actions[bot] fa32f59
revive: use instructions_with_isa
lrubasze f1e9b3a
revive: updates call_builder
lrubasze 42c84c1
bump polkavm globally
lrubasze b6e3343
revive: Add pvm_logs flag to DebugSettings
lrubasze cf29625
Update from github-actions[bot] running command 'prdoc --audience run…
github-actions[bot] 8d84b6a
fix prdoc
lrubasze 370a3df
Merge remote-tracking branch 'origin/master' into lrubasze/disable-po…
lrubasze 3d02063
pallet-revive: Use PVM Revive instructions
lrubasze b1fdac9
pallet-revive: refactor sbrk test
lrubasze a8fe524
pallet-revive-fixtures: cleanup
lrubasze 8b987c6
pallet-revive-fixtures: cleanup 2
lrubasze e2acf38
fix prdoc
lrubasze 23480ed
Merge remote-tracking branch 'origin/master' into lrubasze/disable-po…
lrubasze 4b2689e
pallet-revive-fixtures: cleanup after merging master
lrubasze d3d1104
pallet-revive-fixtures: clippy
lrubasze c1f3190
fix build
lrubasze be83ba2
fix prdoc
lrubasze fd2c14e
fix prdoc
lrubasze 50ea4d2
fix prdoc
lrubasze 4a4bf41
Merge branch 'master' into lrubasze/disable-polkavm-logging
lrubasze 519114e
pallet-revive-fixtures: bump polkavm in _Cargo.toml template
lrubasze c0bd94e
pallet-revive: add some comment
lrubasze 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| title: Disable polkavm logging in `pallet-revive` | ||
| doc: | ||
| - audience: Runtime Dev | ||
| description: |- | ||
| This PR disables logging in `polkavm` in `pallet-revive`. | ||
| This is to make sure massive `polkavm` logging don't impact the overall perfomance, which might be manifested with eg. long block proposal time. | ||
|
|
||
| details: https://github.com/paritytech/polkadot-sdk/issues/8760#issuecomment-3499548774 | ||
|
|
||
| The fix requires bumping `polkavm` to `0.30.0` which includes a method that allows to disable logging. | ||
| crates: | ||
| - name: pallet-revive | ||
| bump: minor |
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
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
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.