-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[pallet-revive] implement the call data copy API #6880
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
Conversation
Signed-off-by: xermicus <[email protected]>
Signed-off-by: xermicus <[email protected]>
Signed-off-by: xermicus <[email protected]>
Signed-off-by: xermicus <[email protected]>
Signed-off-by: xermicus <[email protected]>
Signed-off-by: xermicus <[email protected]>
|
/cmd prdoc --audience runtime_dev --bump minor |
|
Command "prdoc --audience runtime_dev --bump minor" has failed ❌! See logs here |
|
bot fmt |
|
@xermicus https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/7915930 was started for your command Comment |
|
@xermicus Command |
|
/cmd prdoc --audience runtime_dev --bump major |
|
Command "prdoc --audience runtime_dev --bump major" has failed ❌! See logs here |
Signed-off-by: xermicus <[email protected]>
|
/cmd bench --runtime dev --pallet pallet_revive |
|
Command "bench --runtime dev --pallet pallet_revive" has started 🚀 See logs here |
|
Command "bench --runtime dev --pallet pallet_revive" has finished ✅ See logs here Subweight results:
Command output:✅ Successful benchmarks of runtimes/pallets: |
|
All GitHub workflows were cancelled due to failure one of the required jobs. |
Signed-off-by: xermicus <[email protected]>
Signed-off-by: xermicus <[email protected]>
athei
left a comment
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 are those PolkaVM files getting so much smaller? They were already 64bit before, right?
Might be that the solc optimizer was still disabled if they were compiled with the remix backend. |
Signed-off-by: xermicus <[email protected]>
This PR implements the call data copy API by adjusting the input method. Closes paritytech#6770 --------- Signed-off-by: xermicus <[email protected]> Co-authored-by: command-bot <>
This PR implements the call data copy API by adjusting the input method.
Closes #6770