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 and Alexey Sharp committed Mar 14, 2022
1 parent 2b634b6 commit e5da933
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion kv/tables.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,11 @@ const (
CliqueSnapshot = "CliqueSnapshot"
CliqueLastSnapshot = "CliqueLastSnapshot"

// 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 e5da933

Please sign in to comment.