Migrate from self-contained call to new General Extrinsic Format#1633
Migrate from self-contained call to new General Extrinsic Format#1633vedhavyas wants to merge 2 commits intopolkadot-evm:masterfrom
Conversation
|
Two integration tests are failing
Any suggestions on why remaining 7 txns were not included in the block would be greatly appreciated I believe the same is the case with update: If I create a new block, then rest of the transactions are included. |
850e356 to
cd91c32
Compare
cd91c32 to
31938d3
Compare
|
I'm a bit busy these days, so I'll leave a review soon. However, I don't have merge rights, so my review doesn't guarantee merging this PR. One immediate comment: |
|
Can you pull master? |
|
@sorpaas Missed this. |
This PR migrate old Self-Contained Bare extrinsic format to new General Extrinsic format.
Notable changes
For runtimes that have impl extra logic in their runtime, I have provided a new trait that will be impl by the RuntimeCall
additional_validationwill be called with signer and the source for any custom validation apart from the common validations pallet-ethereum provides.