mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-01 00:31:21 +00:00
Add issuance bucket
This commit is contained in:
parent
7506e3c8db
commit
f5c06a9add
@ -271,6 +271,8 @@ const (
|
|||||||
|
|
||||||
Epoch = "DevEpoch" // block_num_u64+block_hash->transition_proof
|
Epoch = "DevEpoch" // block_num_u64+block_hash->transition_proof
|
||||||
PendingEpoch = "DevPendingEpoch" // block_num_u64+block_hash->transition_proof
|
PendingEpoch = "DevPendingEpoch" // block_num_u64+block_hash->transition_proof
|
||||||
|
|
||||||
|
Issuance = "Issuance" // block_num_u64+block_hash->RLP(issuance+[burnt iif >= london])
|
||||||
)
|
)
|
||||||
|
|
||||||
// Keys
|
// Keys
|
||||||
@ -339,6 +341,7 @@ var ChaindataTables = []string{
|
|||||||
HeaderTD,
|
HeaderTD,
|
||||||
Epoch,
|
Epoch,
|
||||||
PendingEpoch,
|
PendingEpoch,
|
||||||
|
Issuance,
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
Loading…
Reference in New Issue
Block a user