Merge branch 'main' into pool27

This commit is contained in:
alex.sharov 2021-08-27 14:52:58 +07:00
commit ebc17c1113

View File

@ -271,6 +271,8 @@ const (
Epoch = "DevEpoch" // block_num_u64+block_hash->transition_proof
PendingEpoch = "DevPendingEpoch" // block_num_u64+block_hash->transition_proof
Issuance = "Issuance" // block_num_u64->RLP(issuance+burnt[0 if < london])
)
// Keys
@ -339,6 +341,7 @@ var ChaindataTables = []string{
HeaderTD,
Epoch,
PendingEpoch,
Issuance,
}
const (