This PR moves some trie-related db accessor methods to a different file, and also removes the schema type. Instead of the schema type, a string is used to distinguish between hashbased/pathbased db accessors. This also moves some code from trie package to rawdb package. This PR is intended to be a no-functionality-change prep PR for #25963 . --------- Co-authored-by: Gary Rong <garyrong0905@gmail.com> |
||
|---|---|---|
| .. | ||
| broadcast.go | ||
| discovery.go | ||
| dispatcher.go | ||
| handler_test.go | ||
| handler.go | ||
| handlers.go | ||
| handshake_test.go | ||
| handshake.go | ||
| peer_test.go | ||
| peer.go | ||
| protocol_test.go | ||
| protocol.go | ||
| tracker.go | ||