-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DVT-819][DVT-903] Use p2p.Server and refactor (#93)
* add key file flag * fix shadowed error * fix database nil * add ip and port flags * add server * fetch latest block * update message codes * update params * add nat * remove ip flag * fix ci * move logic to protocol.go * use any nat * behold! * remove port for p2p.Listen * fix lint and docs * fix lint * update nodeset * fix lint * make gen-doc * remove truncNow * address comments * keep track of head block and improve logging * update docs * update when the nodes file gets written * update docs * fix protocol msg codes * add quick start flag * update docs * add trusted peers flag * update docs * set head block differently
- Loading branch information
Showing
17 changed files
with
1,054 additions
and
814 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.