mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-28 14:47:16 +00:00
kv: add NodeRecords nodedb table (#359)
This commit is contained in:
parent
f54e4c7eae
commit
3123b6d895
@ -282,7 +282,12 @@ const (
|
||||
// Proof-of-stake
|
||||
// Beacon chain head that is been executed at the current time
|
||||
CurrentExecutionPayload = "CurrentExecutionPayload"
|
||||
// this bucket stored in separated database
|
||||
|
||||
// Node database tables (see nodedb.go)
|
||||
|
||||
// NodeRecords stores P2P node records (ENR)
|
||||
NodeRecords = "NodeRecord"
|
||||
// Inodes stores P2P discovery service info about the nodes
|
||||
Inodes = "Inode"
|
||||
|
||||
// Transaction senders - stored separately from the block bodies
|
||||
|
Loading…
Reference in New Issue
Block a user