* And what country can preserve its liberties if their rulers are not warned from time to time that their people preserve the spirit of resistance?
* adjust check to handle peer id change
* add version label and trim repo url
* add README for protobufs
* add version to NodeInfoResponse
* add docker login task
* remove version from docker compose file
* return version with GetNodeInfo response
* add basic -node-info flag
* print max frame as well with -node-info
* expand protobuf README
* update node command examples to use node binary and make log commands follow
* return all of NodeInfo
* extract FormatVersion
* print version of running process
Adds two new bootstrap peers on dedicated servers both with 16 core Cpus and 32/64GB Ram. The first one is in the US and the second is in the EU. The first one is at Oneprovider and the second one is at Worldstream.
Adds two new bare metal bootstrap peers both with high end AMD cpus and 128GB ram. The first one is in the US and the second is in the EU. The second one is at an untested new provider.
* move to a message processor channel model for ceremony
* switch to goroutine
* readjust
* cut down volume
* keep distance data asserted
* bring it back so more bootstrap nodes can exist
* bump the version, it's go time
* Modify the wrong default volumes value to /root/.config (#109)
* move extract version logic to new version.go in config package
* update version extraction command
---------
Co-authored-by: talentbuilder <talentbuilder@163.com>
* experimental: switch mutex to RW to see if it alleviates backpressure on peer info
* relax mutex req
* reject unknown messages
* open the floodgates
* adjust message handler to use goroutine, i'll probably regret this
* switch that back, it was regret
* further discovery
* log more data
* forcibly block channel when unbounded
* else
* make it configurable so bootstrap peers are the only ones putting up with this.
* ok, non-starter, let's try a different route
* further tweaking
* let the peer info flow uninhibited
* final burn off on master
* final adjustments