Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
holisticode
ae857e74bf
swarm, p2p/protocols: Stream accounting (#18337)
* swarm: completed 1st phase of swap accounting
* swarm, p2p/protocols: added stream pricing
* swarm/network/stream: gofmt simplify stream.go
* swarm: fixed review comments
* swarm: used snapshots for swap tests
* swarm: custom retrieve for swap (less cascaded requests at any one time)
* swarm: addressed PR comments
* swarm: log output formatting
* swarm: removed parallelism in swap tests
* swarm: swap tests simplification
* swarm: removed swap_test.go
* swarm/network/stream: added prefix space for comments
* swarm/network/stream: unit test for prices
* swarm/network/stream: don't hardcode price
* swarm/network/stream: fixed invalid price check
|
6 years ago |
.. |
discover
|
core: better side-chain importing
|
6 years ago |
discv5
|
vendor, crypto, swarm: switch over to upstream sha3 package
|
6 years ago |
enode
|
vendor, crypto, swarm: switch over to upstream sha3 package
|
6 years ago |
enr
|
p2p, p2p/discover: add signed ENR generation (#17753)
|
6 years ago |
nat
|
p2p, p2p/discover: add signed ENR generation (#17753)
|
6 years ago |
netutil
|
p2p, p2p/discover: add signed ENR generation (#17753)
|
6 years ago |
protocols
|
swarm, p2p/protocols: Stream accounting (#18337)
|
6 years ago |
simulations
|
A few minor code inspection fixes (#18393)
|
6 years ago |
testing
|
all: new p2p node representation (#17643)
|
6 years ago |
dial.go
|
p2p: meter peer traffic, emit metered peer events (#17695)
|
6 years ago |
dial_test.go
|
p2p, p2p/discover: add signed ENR generation (#17753)
|
6 years ago |
message.go
|
all: new p2p node representation (#17643)
|
6 years ago |
message_test.go
|
all: fix go vet warnings
|
9 years ago |
metrics.go
|
metrics, p2p: add ephemeral registry (#18067)
|
6 years ago |
peer.go
|
p2p: add enode URL to PeerInfo (#17838)
|
6 years ago |
peer_error.go
|
p2p: fix some golint warnings (#16577)
|
7 years ago |
peer_test.go
|
all: new p2p node representation (#17643)
|
6 years ago |
protocol.go
|
p2p, p2p/discover: add signed ENR generation (#17753)
|
6 years ago |
rlpx.go
|
vendor, crypto, swarm: switch over to upstream sha3 package
|
6 years ago |
rlpx_test.go
|
vendor, crypto, swarm: switch over to upstream sha3 package
|
6 years ago |
server.go
|
p2p: use errors.New instead of fmt.Errorf (#18193)
|
6 years ago |
server_test.go
|
vendor, crypto, swarm: switch over to upstream sha3 package
|
6 years ago |