Merged
Conversation
hackfisher
approved these changes
Dec 13, 2021
Commit 97aa332Crab
Runtime Version {
spec_name: Crab
impl_name: Darwinia Crab
authoring_version: 0
- spec_version: 1160
+ spec_version: 1170
impl_version: 0
transaction_version: 0
}
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
Runtime Version {
spec_name: Darwinia
impl_name: Darwinia
authoring_version: 0
- spec_version: 1160
+ spec_version: 1170
impl_version: 0
transaction_version: 0
}
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 ee19a4eCrab
Runtime Version {
spec_name: Crab
impl_name: Darwinia Crab
authoring_version: 0
- spec_version: 1160
+ spec_version: 1170
impl_version: 0
transaction_version: 0
}
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
Runtime Version {
spec_name: Darwinia
impl_name: Darwinia
authoring_version: 0
- spec_version: 1160
+ spec_version: 1170
impl_version: 0
transaction_version: 0
}
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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related:
spec_versionandtransaction_versionfrom chain bridger#361