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

Align Nonce Type to u32 for Parachain Compatibility #567

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

asiniscalchi
Copy link
Member

@asiniscalchi asiniscalchi commented Apr 12, 2024

Type

enhancement


Description

  • Changed the Nonce type from u64 to u32 in primitives/src/lib.rs to ensure compatibility and alignment with parachain standards.

Changes walkthrough

Relevant files
Enhancement
lib.rs
Align `Nonce` Type with Parachain Standards                           

primitives/src/lib.rs

  • Changed the Nonce type from u64 to u32 to align with parachain
    standards.
  • +1/-1     

    PR-Agent usage:
    Comment /help on the PR to get a list of all available PR-Agent tools and their descriptions

    @asiniscalchi
    Copy link
    Member Author

    /describe

    @asiniscalchi asiniscalchi changed the title nonce type is u32 mimicing parachains [hotfox in release/v0.14] nonce type is u32 mimicing parachains Apr 12, 2024
    @github-actions github-actions bot changed the title [hotfox in release/v0.14] nonce type is u32 mimicing parachains Align Nonce Type to u32 for Parachain Compatibility Apr 12, 2024
    Copy link

    PR Description updated to latest commit (b99fe68)

    @asiniscalchi asiniscalchi merged commit d09d5e0 into release/v0.14 Apr 12, 2024
    9 checks passed
    @asiniscalchi asiniscalchi deleted the hotfix/nonce_type_has_to_be_u32 branch April 12, 2024 07:46
    asiniscalchi added a commit that referenced this pull request Apr 12, 2024
    * nonce type is u32 mimicing parachains (#567)
    
    * update to v0.14.1 (#570)
    
    * update to v0.14.1
    
    * update Cargo.lock
    asiniscalchi added a commit that referenced this pull request Apr 15, 2024
    * nonce type is u32 mimicing parachains (#567)
    
    * update to v0.14.1 (#570)
    
    * update to v0.14.1
    
    * update Cargo.lock
    asiniscalchi added a commit that referenced this pull request Apr 15, 2024
    * Add Support for Klaos-Nova Chain Specification (#560)
    
    * from genesis klaos nova
    
    * set nova
    
    * nova specs raw
    
    * add klaos-nova
    
    * klaos nova bootnode 0 (#561)
    
    * fix id (#562)
    
    * nonce type is u32 mimicing parachains (#568)
    
    * update nova to runtime 1201 (#569)
    
    * Release/v0.14 (#572)
    
    * nonce type is u32 mimicing parachains (#567)
    
    * update to v0.14.1 (#570)
    
    * update to v0.14.1
    
    * update Cargo.lock
    
    * Update Chain Spec for LAOS Family (#573)
    
    * use pure accounts that do not clash with collection addresses
    
    * change laos omega protocol_id
    
    * set new wasm
    
    * laossun v4
    
    * rename spects
    
    * raw specs
    
    * Release/v0.14 (#577)
    
    * nonce type is u32 mimicing parachains (#567)
    
    * update to v0.14.1 (#570)
    
    * update to v0.14.1
    
    * update Cargo.lock
    
    ---------
    
    Co-authored-by: ccubu <60666948+ccubu@users.noreply.github.com>
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    2 participants