[pallet-revive] fix extension weight#8901
Merged
pgherveou merged 7 commits intopg/call-as-eth-txfrom Jun 20, 2025
Merged
Conversation
athei
reviewed
Jun 18, 2025
athei
approved these changes
Jun 19, 2025
|
All GitHub workflows were cancelled due to failure one of the required jobs. |
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Jun 21, 2025
) Make RuntimeCall dispatchable as eth transaction. By sending a transaction to `0x6d6f646c70792f70616464720000000000000000`, using the encoded runtime call as input, the call will be executed by the origin indicated by the Ethereum signature (0xEE account_id). see paritytech/foundry-polkadot#130 e.g sending a remark_with_event ``` cast wallet import dev-account --private-key 5fb92d6e98884f76de468fa3f6278f8807c48bebc13595d45af5bdc4da702133 cast send --account dev-account 0x6d6f646c70792f70616464720000000000000000 0x0007143132333435 ``` also merged in #8901 and #8920 --------- Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
alvicsam
pushed a commit
that referenced
this pull request
Oct 17, 2025
) Make RuntimeCall dispatchable as eth transaction. By sending a transaction to `0x6d6f646c70792f70616464720000000000000000`, using the encoded runtime call as input, the call will be executed by the origin indicated by the Ethereum signature (0xEE account_id). see paritytech/foundry-polkadot#130 e.g sending a remark_with_event ``` cast wallet import dev-account --private-key 5fb92d6e98884f76de468fa3f6278f8807c48bebc13595d45af5bdc4da702133 cast send --account dev-account 0x6d6f646c70792f70616464720000000000000000 0x0007143132333435 ``` also merged in #8901 and #8920 --------- Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.
Uh oh!
There was an error while loading. Please reload this page.