kv: add NodeRecords nodedb table (#359)

This commit is contained in:
battlmonstr 2022-03-10 13:15:15 +01:00 committed by GitHub
parent f54e4c7eae
commit 3123b6d895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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