Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Commit

Permalink
kv: add NodeRecords nodedb table (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
battlmonstr authored Mar 10, 2022
1 parent f54e4c7 commit 3123b6d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion kv/tables.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3123b6d

Please sign in to comment.