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 Mar 30, 2023. It is now read-only.
If we set up a new chain starting from 0, then most of the storage items in the Ethereum pallet seem useless.
Pending, CurrentBlock, CurrentReceipts, CurrentTransactionStatuses, and BlockHash are used to store the generated Ethereum-style Block, Transaction, and Receipt. Once the new chain starts, these storage items will be replaced with new data.
RemainingRingBalance and RemainingKtonBalance are also useless after the decimal update.
If we set up a new chain starting from 0, then most of the storage items in the
Ethereum
pallet seem useless.Pending
,CurrentBlock
,CurrentReceipts
,CurrentTransactionStatuses
, andBlockHash
are used to store the generated Ethereum-style Block, Transaction, and Receipt. Once the new chain starts, these storage items will be replaced with new data.RemainingRingBalance
andRemainingKtonBalance
are also useless after the decimal update.The text was updated successfully, but these errors were encountered: