[pallet-revive] Implement basic System pre-compile, move seal_hash_blake2_256 into it#9441
Merged
athei merged 11 commits intoparitytech:masterfrom Aug 7, 2025
Merged
Conversation
cmichi
commented
Aug 6, 2025
substrate/frame/revive/src/precompiles/builtin/testdata/901-blake2_256.json
Show resolved
Hide resolved
cmichi
commented
Aug 6, 2025
athei
reviewed
Aug 7, 2025
substrate/frame/revive/src/precompiles/builtin/testdata/901-blake2_256.json
Show resolved
Hide resolved
Contributor
Author
|
@athei I've applied all comments! |
Merged
via the queue into
paritytech:master
with commit Aug 7, 2025
beb9030
279 of 288 checks passed
athei
added a commit
that referenced
this pull request
Aug 14, 2025
…_blake2_256` into it (#9441) Part of closing #8572. Just the `hash_blake2_256` in this PR, to gauge if you're fine with this setup. cc @athei @pgherveou --------- Co-authored-by: Alexander Theißen <[email protected]>
Merged
athei
added a commit
that referenced
this pull request
Aug 15, 2025
- #9112 - #9101 - #9416 - #9357 - #9441 - #9267 Those are all the changes we want to get onto the next Kusama release. The new gas mapping and EVM backend will not make it. --------- Co-authored-by: PG Herveou <[email protected]> Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Francisco Aguirre <[email protected]> Co-authored-by: Oliver Tale-Yazdi <[email protected]> Co-authored-by: sekiseki <[email protected]> Co-authored-by: Michael Müller <[email protected]>
alvicsam
pushed a commit
that referenced
this pull request
Oct 17, 2025
…_blake2_256` into it (#9441) Part of closing #8572. Just the `hash_blake2_256` in this PR, to gauge if you're fine with this setup. cc @athei @pgherveou --------- Co-authored-by: Alexander Theißen <[email protected]>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Part of closing #8572.
Just the
hash_blake2_256in this PR, to gauge if you're fine with this setup.cc @athei @pgherveou