Skip to content

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

Merged
pgherveou merged 20 commits into
masterfrom
pg/revive-fixes
Sep 5, 2024
Merged

[pallet-revive] refactor uapi with better types#5555
pgherveou merged 20 commits into
masterfrom
pg/revive-fixes

Conversation

@pgherveou

@pgherveou pgherveou commented Sep 2, 2024

Copy link
Copy Markdown
Contributor

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

fix #5575

@paritytech-cicd-pr

Copy link
Copy Markdown

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
Comment thread prdoc/pr_5555.prdoc
Comment thread prdoc/pr_5555.prdoc
Comment thread substrate/frame/revive/fixtures/contracts/caller_contract.rs Outdated
@pgherveou pgherveou enabled auto-merge September 5, 2024 07:46
@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
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

Status: Done

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