Skip to content

Bump parity-bridges-common#816

Merged
hackfisher merged 4 commits intomasterfrom
realtime-runtime
Dec 13, 2021
Merged

Bump parity-bridges-common#816
hackfisher merged 4 commits intomasterfrom
realtime-runtime

Conversation

@fewensa
Copy link
Copy Markdown
Contributor

@fewensa fewensa commented Dec 13, 2021

@fewensa fewensa marked this pull request as ready for review December 13, 2021 08:11
@hackfisher hackfisher merged commit 6459922 into master Dec 13, 2021
@hackfisher hackfisher deleted the realtime-runtime branch December 13, 2021 08:12
@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 13, 2021

Commit 97aa332

Crab

Check Runtime Version

Runtime Version {
	spec_name: Crab
	impl_name: Darwinia Crab
	authoring_version: 0
-	spec_version: 1160
+	spec_version: 1170
	impl_version: 0
	transaction_version: 0
}​

Check Storage Prefix

Pallet Ethereum:
+ 	Item: Storage { name: "CurrentBlock", type: Plain("EthereumBlockV0") }
- 	Item: Storage { name: "CurrentBlock", type: Plain("ethereum::Block") }
+ 	Item: Storage { name: "CurrentReceipts", type: Plain("Vec<EthereumReceipt>") }
- 	Item: Storage { name: "CurrentReceipts", type: Plain("Vec<ethereum::Receipt>") }
+ 	Item: Storage { name: "Pending", type: Plain("Vec<(TransactionV0, TransactionStatus, EthereumReceipt)>") }
- 	Item: Storage { name: "Pending", type: Plain("Vec<(ethereum::Transaction, TransactionStatus, ethereum::Receipt)>") }

Pallet FeeMarket:
+ 	Item: Storage { name: "AssignedRelayersNumber", type: Plain("u32") }
- 	Item: Storage { name: "ConfirmedMessagesThisBlock", type: Plain("Vec<(LaneId, MessageNonce)>") }

+ Pallet: "FromDarwiniaIssuing"

Pallet Identity:
+ 	Item: Storage { name: "IdentityOf", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "Registration<BalanceOf<T>, T::MaxRegistrars, T::MaxAdditionalFields>", unused: false } }
- 	Item: Storage { name: "IdentityOf", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "Registration<BalanceOf<T>>", unused: false } }
+ 	Item: Storage { name: "Registrars", type: Plain("BoundedVec<Option<RegistrarInfo<BalanceOf<T>, T::AccountId>>, T\n::MaxRegistrars>") }
- 	Item: Storage { name: "Registrars", type: Plain("Vec<Option<RegistrarInfo<BalanceOf<T>, T::AccountId>>>") }
+ 	Item: Storage { name: "SubsOf", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "(BalanceOf<T>, BoundedVec<T::AccountId, T::MaxSubAccounts>)", unused: false } }
- 	Item: Storage { name: "SubsOf", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "(BalanceOf<T>, Vec<T::AccountId>)", unused: false } }

- Pallet: "Instance2Treasury"

+ Pallet: "KtonTreasury"

Pallet Proxy:
+ 	Item: Storage { name: "Announcements", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "(BoundedVec<Announcement<T::AccountId, CallHashOf<T>, T::\n BlockNumber>, T::MaxPending>, BalanceOf<T>,)", unused: false } }
- 	Item: Storage { name: "Announcements", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "(BoundedVec<Announcement<T::AccountId, CallHashOf<T>, T::\n BlockNumber>, T::MaxPending,>, BalanceOf<T>,)", unused: false } }
+ 	Item: Storage { name: "Proxies", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "(BoundedVec<ProxyDefinition<T::AccountId, T::ProxyType, T::\n BlockNumber>, T::MaxProxies>, BalanceOf<T>,)", unused: false } }
- 	Item: Storage { name: "Proxies", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "(BoundedVec<ProxyDefinition<T::AccountId, T::ProxyType, T::\n BlockNumber>, T::MaxProxies,>, BalanceOf<T>)", unused: false } }

Pallet Staking:
+ 	Item: Storage { name: "ChillThreshold", type: Plain("Percent") }
+ 	Item: Storage { name: "CounterForNominators", type: Plain("u32") }
+ 	Item: Storage { name: "CounterForValidators", type: Plain("u32") }
+ 	Item: Storage { name: "MaxNominatorsCount", type: Plain("u32") }
+ 	Item: Storage { name: "MaxValidatorsCount", type: Plain("u32") }
+ 	Item: Storage { name: "MinNominatorBond", type: Plain("RingBalance<T>") }
+ 	Item: Storage { name: "MinValidatorBond", type: Plain("RingBalance<T>") }​

Darwinia

Check Runtime Version

Runtime Version {
	spec_name: Darwinia
	impl_name: Darwinia
	authoring_version: 0
-	spec_version: 1160
+	spec_version: 1170
	impl_version: 0
	transaction_version: 0
}​

Check Storage Prefix

Pallet FeeMarket:
+ 	Item: Storage { name: "AssignedRelayersNumber", type: Plain("u32") }
- 	Item: Storage { name: "ConfirmedMessagesThisBlock", type: Plain("Vec<(LaneId, MessageNonce)>") }

Pallet Identity:
+ 	Item: Storage { name: "IdentityOf", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "Registration<BalanceOf<T>, T::MaxRegistrars, T::MaxAdditionalFields>", unused: false } }
- 	Item: Storage { name: "IdentityOf", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "Registration<BalanceOf<T>>", unused: false } }
+ 	Item: Storage { name: "Registrars", type: Plain("BoundedVec<Option<RegistrarInfo<BalanceOf<T>, T::AccountId>>, T\n::MaxRegistrars>") }
- 	Item: Storage { name: "Registrars", type: Plain("Vec<Option<RegistrarInfo<BalanceOf<T>, T::AccountId>>>") }
+ 	Item: Storage { name: "SubsOf", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "(BalanceOf<T>, BoundedVec<T::AccountId, T::MaxSubAccounts>)", unused: false } }
- 	Item: Storage { name: "SubsOf", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "(BalanceOf<T>, Vec<T::AccountId>)", unused: false } }

- Pallet: "Instance2Treasury"

+ Pallet: "KtonTreasury"

Pallet Proxy:
+ 	Item: Storage { name: "Announcements", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "(BoundedVec<Announcement<T::AccountId, CallHashOf<T>, T::\n BlockNumber>, T::MaxPending>, BalanceOf<T>,)", unused: false } }
- 	Item: Storage { name: "Announcements", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "(BoundedVec<Announcement<T::AccountId, CallHashOf<T>, T::\n BlockNumber>, T::MaxPending,>, BalanceOf<T>,)", unused: false } }
+ 	Item: Storage { name: "Proxies", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "(BoundedVec<ProxyDefinition<T::AccountId, T::ProxyType, T::\n BlockNumber>, T::MaxProxies>, BalanceOf<T>,)", unused: false } }
- 	Item: Storage { name: "Proxies", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "(BoundedVec<ProxyDefinition<T::AccountId, T::ProxyType, T::\n BlockNumber>, T::MaxProxies,>, BalanceOf<T>)", unused: false } }

Pallet Staking:
+ 	Item: Storage { name: "ChillThreshold", type: Plain("Percent") }
+ 	Item: Storage { name: "CounterForNominators", type: Plain("u32") }
+ 	Item: Storage { name: "CounterForValidators", type: Plain("u32") }
+ 	Item: Storage { name: "MaxNominatorsCount", type: Plain("u32") }
+ 	Item: Storage { name: "MaxValidatorsCount", type: Plain("u32") }
+ 	Item: Storage { name: "MinNominatorBond", type: Plain("RingBalance<T>") }
+ 	Item: Storage { name: "MinValidatorBond", type: Plain("RingBalance<T>") }

+ Pallet: "ToCrabBacking"​
Commit ee19a4e

Crab

Check Runtime Version

Runtime Version {
	spec_name: Crab
	impl_name: Darwinia Crab
	authoring_version: 0
-	spec_version: 1160
+	spec_version: 1170
	impl_version: 0
	transaction_version: 0
}​

Check Storage Prefix

Pallet Ethereum:
+ 	Item: Storage { name: "CurrentBlock", type: Plain("EthereumBlockV0") }
- 	Item: Storage { name: "CurrentBlock", type: Plain("ethereum::Block") }
+ 	Item: Storage { name: "CurrentReceipts", type: Plain("Vec<EthereumReceipt>") }
- 	Item: Storage { name: "CurrentReceipts", type: Plain("Vec<ethereum::Receipt>") }
+ 	Item: Storage { name: "Pending", type: Plain("Vec<(TransactionV0, TransactionStatus, EthereumReceipt)>") }
- 	Item: Storage { name: "Pending", type: Plain("Vec<(ethereum::Transaction, TransactionStatus, ethereum::Receipt)>") }

Pallet FeeMarket:
+ 	Item: Storage { name: "AssignedRelayersNumber", type: Plain("u32") }
- 	Item: Storage { name: "ConfirmedMessagesThisBlock", type: Plain("Vec<(LaneId, MessageNonce)>") }

+ Pallet: "FromDarwiniaIssuing"

Pallet Identity:
+ 	Item: Storage { name: "IdentityOf", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "Registration<BalanceOf<T>, T::MaxRegistrars, T::MaxAdditionalFields>", unused: false } }
- 	Item: Storage { name: "IdentityOf", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "Registration<BalanceOf<T>>", unused: false } }
+ 	Item: Storage { name: "Registrars", type: Plain("BoundedVec<Option<RegistrarInfo<BalanceOf<T>, T::AccountId>>, T\n::MaxRegistrars>") }
- 	Item: Storage { name: "Registrars", type: Plain("Vec<Option<RegistrarInfo<BalanceOf<T>, T::AccountId>>>") }
+ 	Item: Storage { name: "SubsOf", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "(BalanceOf<T>, BoundedVec<T::AccountId, T::MaxSubAccounts>)", unused: false } }
- 	Item: Storage { name: "SubsOf", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "(BalanceOf<T>, Vec<T::AccountId>)", unused: false } }

- Pallet: "Instance2Treasury"

+ Pallet: "KtonTreasury"

Pallet Proxy:
+ 	Item: Storage { name: "Announcements", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "(BoundedVec<Announcement<T::AccountId, CallHashOf<T>, T::\n BlockNumber>, T::MaxPending>, BalanceOf<T>,)", unused: false } }
- 	Item: Storage { name: "Announcements", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "(BoundedVec<Announcement<T::AccountId, CallHashOf<T>, T::\n BlockNumber>, T::MaxPending,>, BalanceOf<T>,)", unused: false } }
+ 	Item: Storage { name: "Proxies", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "(BoundedVec<ProxyDefinition<T::AccountId, T::ProxyType, T::\n BlockNumber>, T::MaxProxies>, BalanceOf<T>,)", unused: false } }
- 	Item: Storage { name: "Proxies", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "(BoundedVec<ProxyDefinition<T::AccountId, T::ProxyType, T::\n BlockNumber>, T::MaxProxies,>, BalanceOf<T>)", unused: false } }

Pallet Staking:
+ 	Item: Storage { name: "ChillThreshold", type: Plain("Percent") }
+ 	Item: Storage { name: "CounterForNominators", type: Plain("u32") }
+ 	Item: Storage { name: "CounterForValidators", type: Plain("u32") }
+ 	Item: Storage { name: "MaxNominatorsCount", type: Plain("u32") }
+ 	Item: Storage { name: "MaxValidatorsCount", type: Plain("u32") }
+ 	Item: Storage { name: "MinNominatorBond", type: Plain("RingBalance<T>") }
+ 	Item: Storage { name: "MinValidatorBond", type: Plain("RingBalance<T>") }​

Darwinia

Check Runtime Version

Runtime Version {
	spec_name: Darwinia
	impl_name: Darwinia
	authoring_version: 0
-	spec_version: 1160
+	spec_version: 1170
	impl_version: 0
	transaction_version: 0
}​

Check Storage Prefix

Pallet FeeMarket:
+ 	Item: Storage { name: "AssignedRelayersNumber", type: Plain("u32") }
- 	Item: Storage { name: "ConfirmedMessagesThisBlock", type: Plain("Vec<(LaneId, MessageNonce)>") }

Pallet Identity:
+ 	Item: Storage { name: "IdentityOf", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "Registration<BalanceOf<T>, T::MaxRegistrars, T::MaxAdditionalFields>", unused: false } }
- 	Item: Storage { name: "IdentityOf", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "Registration<BalanceOf<T>>", unused: false } }
+ 	Item: Storage { name: "Registrars", type: Plain("BoundedVec<Option<RegistrarInfo<BalanceOf<T>, T::AccountId>>, T\n::MaxRegistrars>") }
- 	Item: Storage { name: "Registrars", type: Plain("Vec<Option<RegistrarInfo<BalanceOf<T>, T::AccountId>>>") }
+ 	Item: Storage { name: "SubsOf", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "(BalanceOf<T>, BoundedVec<T::AccountId, T::MaxSubAccounts>)", unused: false } }
- 	Item: Storage { name: "SubsOf", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "(BalanceOf<T>, Vec<T::AccountId>)", unused: false } }

- Pallet: "Instance2Treasury"

+ Pallet: "KtonTreasury"

Pallet Proxy:
+ 	Item: Storage { name: "Announcements", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "(BoundedVec<Announcement<T::AccountId, CallHashOf<T>, T::\n BlockNumber>, T::MaxPending>, BalanceOf<T>,)", unused: false } }
- 	Item: Storage { name: "Announcements", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "(BoundedVec<Announcement<T::AccountId, CallHashOf<T>, T::\n BlockNumber>, T::MaxPending,>, BalanceOf<T>,)", unused: false } }
+ 	Item: Storage { name: "Proxies", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "(BoundedVec<ProxyDefinition<T::AccountId, T::ProxyType, T::\n BlockNumber>, T::MaxProxies>, BalanceOf<T>,)", unused: false } }
- 	Item: Storage { name: "Proxies", type: Map { hasher: Twox64Concat, key: "T::AccountId", value: "(BoundedVec<ProxyDefinition<T::AccountId, T::ProxyType, T::\n BlockNumber>, T::MaxProxies,>, BalanceOf<T>)", unused: false } }

Pallet Staking:
+ 	Item: Storage { name: "ChillThreshold", type: Plain("Percent") }
+ 	Item: Storage { name: "CounterForNominators", type: Plain("u32") }
+ 	Item: Storage { name: "CounterForValidators", type: Plain("u32") }
+ 	Item: Storage { name: "MaxNominatorsCount", type: Plain("u32") }
+ 	Item: Storage { name: "MaxValidatorsCount", type: Plain("u32") }
+ 	Item: Storage { name: "MinNominatorBond", type: Plain("RingBalance<T>") }
+ 	Item: Storage { name: "MinValidatorBond", type: Plain("RingBalance<T>") }

+ Pallet: "ToCrabBacking"​

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