This repository has been 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.6k
Allow separate max-heap-pages for offchain (non-consensus) execution context. #8885
Closed
Closed
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
e6d90db
Working draft with some consideration about names.
kianenigma ca07e34
Master.into()
kianenigma e70e4db
Fix all tests
kianenigma 1f7fabd
fix some line width
kianenigma 98897fa
Fix
kianenigma 9ce9263
Update primitives/state-machine/src/lib.rs
kianenigma 8630537
Master.into()
kianenigma f6a185c
New version
kianenigma fbe4c81
Merge branch 'kiz-ocw-max-heap-pages' of github.com:paritytech/substr…
kianenigma 79f6cf9
Add log
kianenigma 8a133b1
Update client/executor/src/wasm_runtime.rs
kianenigma 04d96f0
Master.into()
kianenigma 2eca696
Update client/executor/src/wasm_runtime.rs
kianenigma b96ecab
Update client/service/src/builder.rs
kianenigma 2be3e7d
Update client/service/src/client/wasm_override.rs
kianenigma 5d3e8a3
Update client/service/test/src/client/light.rs
kianenigma d688a1b
Fix build
kianenigma 0487c35
Master.into()
kianenigma c922f29
massive master merge
kianenigma 2d7b5d8
again, merrge master.
kianenigma 7c87ab1
Update client/finality-grandpa/src/lib.rs
kianenigma ce48421
Update frame/system/src/lib.rs
kianenigma 573cc75
Update primitives/storage/src/lib.rs
kianenigma 5918d2d
Update primitives/storage/src/lib.rs
kianenigma e3d9f50
Update test-utils/test-runner/src/lib.rs
kianenigma 12dde90
Update client/light/src/call_executor.rs
kianenigma b0d1f66
Add log
kianenigma 209fee5
Merge branch 'kiz-ocw-max-heap-pages' of github.com:paritytech/substr…
kianenigma e35326c
Try something new
kianenigma db1f7a3
A new approach
kianenigma a4fb6c6
Remove the stale heap pages param
kianenigma 2242bd5
Merge branch 'master' of github.com:paritytech/substrate into kiz-ocw…
kianenigma 249286b
Master.into()
kianenigma 946cfde
fmt it properly
kianenigma 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.
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.
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.
why?
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.
Code is calling
new_offchain
only, so just precising.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.
Actually shouldn't it be new_offchain only for 'offchain_worker'?