Skip to content
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

[pallet-revive] refactor uapi with better types #5555

Merged
merged 20 commits into from
Sep 5, 2024
Merged

Conversation

pgherveou
Copy link
Contributor

@pgherveou pgherveou commented Sep 2, 2024

start using better type for address, code_hash, and salt in runtime and the uapi crate

fix #5575

@paritytech-cicd-pr
Copy link

The CI pipeline was cancelled due to failure one of the required jobs.
Job name: test-linux-stable 2/3
Logs: https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/7246011

@pgherveou pgherveou added the T7-smart_contracts This PR/Issue is related to smart contracts. label Sep 4, 2024
@pgherveou pgherveou changed the title [pallet-revive] refactor salt_len & address_len [pallet-revive] refactor uapi with better types Sep 4, 2024
@pgherveou pgherveou added this pull request to the merge queue Sep 5, 2024
Merged via the queue into master with commit cf330cc Sep 5, 2024
207 of 209 checks passed
@pgherveou pgherveou deleted the pg/revive-fixes branch September 5, 2024 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T7-smart_contracts This PR/Issue is related to smart contracts.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

In the host trait, salt should be &[u8;32] and address &[u8; 20]
4 participants