Commit Graph

601 Commits (8c18b48bf15f19a702d823fe50205dca58fc83a9)

Author SHA1 Message Date
Ferenc Szabo 2eb838ed97 p2p/simulations: eliminate concept of pivot (#18426) 6 years ago
holisticode ae857e74bf swarm, p2p/protocols: Stream accounting (#18337) 6 years ago
Ferenc Szabo fe03b76ffe A few minor code inspection fixes (#18393) 6 years ago
Dave McGregor 33d233d3e1
vendor, crypto, swarm: switch over to upstream sha3 package 6 years ago
Jerzy Lasyk 880de230b4 p2p/protocols: accounting metrics rpc (#18336) 6 years ago
lash e1edfe0689 p2p/simulation: Test snapshot correctness and minimal benchmark (#18287) 6 years ago
Elad 472c23a801 p2p/simulation: move connection methods from swarm/network/simulation (#18323) 6 years ago
yahtoo aad3c67a92 p2p/discv5: don't hash findnode target in lookup against table (#18309) 6 years ago
Janoš Guljaš 661809714e swarm: snapshot load improvement (#18220) 6 years ago
needkane 54abb97e3b p2p: use errors.New instead of fmt.Errorf (#18193) 6 years ago
Péter Szilágyi edc39aaedf
p2p/discv5: gofmt 6 years ago
ANOTHEL 89fe24bbcc p2p/discv5: minor code simplification (#18188) 6 years ago
Liang Ma 8b9f469419 p2p/protocols: fix minor comments typo (#18185) 6 years ago
holisticode bba5fd8192 Accounting metrics reporter (#18136) 6 years ago
Martin Holst Swende 493903eede
core: better side-chain importing 6 years ago
lash 201a0bf181 p2p/simulations, swarm/network: Custom services in snapshot (#17991) 6 years ago
Kurkó Mihály f574c4e74b metrics, p2p: add ephemeral registry (#18067) 6 years ago
Corey Lin 212bf266c5 eth, p2p: fix comment typos (#18014) 6 years ago
Liang Ma c71e4fc4d5 p2p: fix comment typo (#18027) 6 years ago
Kurkó Mihály 503993c819 p2p: use enode.ID type in metered connection (#17933) 6 years ago
Corey Lin 0fe0b8f7b9 p2p/protocols: use keyed fields for struct instantiation (#18017) 6 years ago
holisticode 8ed4739176 p2p accounting (#17951) 6 years ago
Kurkó Mihály 16e4d0e005 p2p: meter peer traffic, emit metered peer events (#17695) 6 years ago
Felix Lange 6f607de5d5
p2p, p2p/discover: add signed ENR generation (#17753) 6 years ago
Felix Lange dcae0d348b
p2p/simulations: fix a deadlock and clean up adapters (#17891) 6 years ago
holisticode 11d0ff6578 Fix retrieval tests and simulation backends (#17723) 6 years ago
Felix Lange 1895059119 p2p: add enode URL to PeerInfo (#17838) 6 years ago
Liang ZOU 6663e5da10 all: fix various comment typos (#17748) 6 years ago
Felix Lange 30cd5c1854
all: new p2p node representation (#17643) 6 years ago
Emil 86a03f97d3 all: simplify s[:] to s where s is a slice (#17673) 6 years ago
HAOYUatHZ 5c0954afff p2p/discv5: make idx bounds checking more sound (#17571) 6 years ago
Wenbiao Zheng d1aa605f1e all: remove the duplicate 'the' in annotations (#17509) 6 years ago
Mymskmkt 1df1187d83 p2p: fix comment typo (#17491) 6 years ago
Wuxiang d3488c1aff p2p: fix typo (#17446) 6 years ago
Felföldi Zsolt b52bb31b76 p2p/discv5: add delay to refresh cycle when no seed nodes are found (#16994) 6 years ago
libotony 834057592f p2p/discv5: fix negative index after uint convert to int (#17274) 6 years ago
Oleg Kovalov cf05ef9106 p2p, swarm, trie: avoid copying slices in loops (#17265) 6 years ago
Felföldi Zsolt eef65b20fc p2p: use safe atomic operations when changing connFlags (#17325) 6 years ago
Janoš Guljaš 8f4c4fea20 p2p: fix rare deadlock in Stop (#17260) 6 years ago
Oleg Kovalov d42ce0f2c1 all: simplify switches (#17267) 6 years ago
Wenbiao Zheng fe6a9473dc p2p: token is useless in xxxEncHandshake (#17230) 6 years ago
Janoš Guljaš dcaaa3c804 swarm: network simulation for swarm tests (#769) 6 years ago
jkcomment 65c91ad5e7 p2p: correct comments typo (#17184) 6 years ago
Anton Evangelatov 7c9314f231 swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169) 6 years ago
Felix Lange c73b654fd1 p2p/discover: move bond logic from table to transport (#17048) 6 years ago
ethersphere e187711c65 swarm: network rewrite merge 6 years ago
Andrey Petrov 6209545083 p2p: Wrap conn.flags ops with atomic.Load/Store 6 years ago
Andrey Petrov 193a402cc0 p2p: Test for peer.rw.flags race conditions 6 years ago
Andrey Petrov dcca66bce8 p2p: Cache inbound flag on Peer.isInbound to avoid a race 6 years ago
Andrey Petrov 399aa710d5 p2p: Attempt to race check peer.Inbound() in TestServerDial 6 years ago