mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-09 04:21:20 +00:00
Merge pull request #43 from wmitsuda/feature/issuance
Add "Issuance" bucket
This commit is contained in:
commit
0d39461db7
@ -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->RLP(issuance+burnt[0 if < 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