You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.
I have made some changes to the blockchain such that instead of storing AccountStore in System module, I am storing it in custom module & implemented all required Trait in that pallet & everything working fine. But to use polkascan with this customised blockchain, I have updated the polkascan code in a way that I have replaced System module for balances to Custom module. And data_account_info_snapshot table is getting updated correctly but the new account entry is not getting created data_account. Any suggestion or help will highly be appreciated.
To summarise, I have customer balance pallet which binds balance to Did[u8; 32] instead of AccountId & AccountStore for this custom balance pallet is another custom pallet instead of System module. And Accounts Balances or not getting updated for genesis Accounts & not getting created new accounts (Endowed).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have made some changes to the blockchain such that instead of storing AccountStore in System module, I am storing it in custom module & implemented all required Trait in that pallet & everything working fine. But to use polkascan with this customised blockchain, I have updated the polkascan code in a way that I have replaced System module for balances to Custom module. And
data_account_info_snapshot
table is getting updated correctly but the new account entry is not getting createddata_account
. Any suggestion or help will highly be appreciated.To summarise, I have customer balance pallet which binds balance to Did[u8; 32] instead of AccountId & AccountStore for this custom balance pallet is another custom pallet instead of System module. And Accounts Balances or not getting updated for genesis Accounts & not getting created new accounts (Endowed).
The text was updated successfully, but these errors were encountered: