Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Pangoro Bridge Primitives #786

Merged
merged 2 commits into from
Aug 31, 2021
Merged

Pangoro Bridge Primitives #786

merged 2 commits into from
Aug 31, 2021

Conversation

fewensa
Copy link
Contributor

@fewensa fewensa commented Aug 31, 2021

The bridge need these key to write data to pallet

@aurexav aurexav changed the title Pangoro const define Pangoro Bridge Primitives Aug 31, 2021
@aurexav aurexav added the Bridge label Aug 31, 2021
@github-actions
Copy link

Check storage prefix with 2915eeb.

Spawning Local Node...
Pallet Level Storage Change(s):
Item Level Storage Change(s):
- Pallet: `Treasury`, Item: `Storage { name: "ProposalCount", type: Plain("ProposalIndex") }`
- Pallet: `Treasury`, Item: `Storage { name: "Proposals", type: Map { hasher: Twox64Concat, key: "ProposalIndex", value: "Proposal<T::AccountId, BalanceOf<T, I>>", unused: false } }`
- Pallet: `Treasury`, Item: `Storage { name: "Approvals", type: Plain("BoundedVec<ProposalIndex, T::MaxApprovals>") }`
+ Pallet: `Treasury`, Item: `Storage { name: "Tips", type: Map { hasher: Twox64Concat, key: "T::Hash", value: "OpenTip<T::AccountId, BalanceOf<T>, T::BlockNumber, T::Hash>", unused: false } }`
+ Pallet: `Treasury`, Item: `Storage { name: "Reasons", type: Map { hasher: Identity, key: "T::Hash", value: "Vec<u8>", unused: false } }`
- Pallet: `Treasury`, Item: `Storage { name: "ProposalCount", type: Plain("ProposalIndex") }`
- Pallet: `Treasury`, Item: `Storage { name: "Proposals", type: Map { hasher: Twox64Concat, key: "ProposalIndex", value: "Proposal<T::AccountId, BalanceOf<T, I>>", unused: false } }`
- Pallet: `Treasury`, Item: `Storage { name: "Approvals", type: Plain("BoundedVec<ProposalIndex, T::MaxApprovals>") }`
+ Pallet: `Treasury`, Item: `Storage { name: "BountyCount", type: Plain("BountyIndex") }`
+ Pallet: `Treasury`, Item: `Storage { name: "Bounties", type: Map { hasher: Twox64Concat, key: "BountyIndex", value: "Bounty<T::AccountId, BalanceOf<T>, T::BlockNumber>", unused: false } }`
+ Pallet: `Treasury`, Item: `Storage { name: "BountyDescriptions", type: Map { hasher: Twox64Concat, key: "BountyIndex", value: "Vec<u8>", unused: false } }`
+ Pallet: `Treasury`, Item: `Storage { name: "BountyApprovals", type: Plain("Vec<BountyIndex>") }`​

@aurexav aurexav merged commit 2ceeb13 into master Aug 31, 2021
@aurexav aurexav deleted the bridge-pangolin-pangoro branch August 31, 2021 08:47
@aurexav aurexav added the Slient label Sep 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants