aboutsummaryrefslogtreecommitdiffstats
path: root/astro/roadmap
ModeNameSize
-rw-r--r--Makefile2322logstatsplainblame
-rw-r--r--distinfo143logstatsplainblame
d---------files42logstatsplain
-rw-r--r--pkg-descr831logstatsplainblame
s='deletions'>-1/+1 * p2p, dex: rework connection management (#183)Sonic2019-06-124-400/+26 * p2p: report latency and relative latency to datadog (#162)Wei-Ning Huang2019-06-122-3/+14 * Fix lintWei-Ning Huang2019-06-121-2/+2 * p2p/discover: increase IP address limits (#60)Sonic2019-06-121-2/+3 * core: refactor validator and fix light node sync (#25)Wei-Ning Huang2019-06-121-1/+1 * dex: porting test to enode (#9)Sonic2019-06-121-0/+9 * dex: add self node meta after StartSonic2019-06-121-0/+4 * dex: redesign p2p network topologySonic2019-06-128-207/+591 * Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-1271-234/+234 * p2p: implement AddNotaryPeer and RemoveNotaryPeerSonic2019-06-123-5/+184 * p2p/discover: bump failure counter only if no nodes were provided (#19362)Felix Lange2019-04-081-1/+1 * swarm/metrics: Send the accounting registry to InfluxDB (#18470)Jerzy Lasyk2019-02-202-35/+28 * p2p, swarm: fix node up races by granular locking (#18976)Ferenc Szabo2019-02-196-72/+290 * swarm: fix network/stream data races (#19051)Janoš Guljaš2019-02-191-1/+1 * p2p/testing, swarm: remove unused testing.T in protocol tester (#18500)Elad2019-02-192-8/+7 * swarm: bootnode-mode, new bootnodes and no p2p package discovery (#18498)Anton Evangelatov2019-02-191-0/+14 * p2p/simulations: fix data race on swarm/network/simulations (#18464)Elad2019-02-191-4/+15 * p2p/discover: improve table addition code (#18974)Felix Lange2019-01-314-62/+175 * p2p/discover, p2p/enode: rework endpoint proof handling, packet logging (#18963)Felix Lange2019-01-308-332/+595 * p2p/simulations: eliminate concept of pivot (#18426)Ferenc Szabo2019-01-114-106/+27 * swarm, p2p/protocols: Stream accounting (#18337)holisticode2019-01-081-74/+74 * A few minor code inspection fixes (#18393)Ferenc Szabo2019-01-066-13/+15 * vendor, crypto, swarm: switch over to upstream sha3 packageDave McGregor2019-01-045-16/+16 * p2p/protocols: accounting metrics rpc (#18336)Jerzy Lasyk2018-12-221-0/+94 * p2p/simulation: Test snapshot correctness and minimal benchmark (#18287)lash2018-12-211-0/+327 * p2p/simulation: move connection methods from swarm/network/simulation (#18323)Elad2018-12-174-12/+571 * p2p/discv5: don't hash findnode target in lookup against table (#18309)yahtoo2018-12-141-1/+1 * swarm: snapshot load improvement (#18220)Janoš Guljaš2018-12-071-0/+75 * p2p: use errors.New instead of fmt.Errorf (#18193)needkane2018-12-011-5/+4 * p2p/discv5: gofmtPéter Szilágyi2018-11-271-1/+1 * p2p/discv5: minor code simplification (#18188)ANOTHEL2018-11-271-5/+4 * p2p/protocols: fix minor comments typo (#18185)Liang Ma2018-11-27