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.
Anton Evangelatov
97887d98da
swarm/network, swarm/storage: validate chunk size (#17397)
* swarm/network, swarm/storage: validate default chunk size
* swarm/bmt, swarm/network, swarm/storage: update BMT hash initialisation
* swarm/bmt: move segmentCount to tests
* swarm/chunk: change chunk.DefaultSize to be untyped const
* swarm/storage: add size validator
* swarm/storage: add chunk size validation to localstore
* swarm/storage: move validation from localstore to validator
* swarm/storage: global chunk rules in MRU
|
6 years ago |
.. |
encryption
|
swarm: network rewrite merge
|
6 years ago |
mock
|
swarm: network rewrite merge
|
6 years ago |
mru
|
swarm/network, swarm/storage: validate chunk size (#17397)
|
6 years ago |
chunker.go
|
swarm/network, swarm/storage: validate chunk size (#17397)
|
6 years ago |
chunker_test.go
|
swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169)
|
6 years ago |
chunkstore.go
|
swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169)
|
6 years ago |
common.go
|
swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169)
|
6 years ago |
common_test.go
|
swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169)
|
6 years ago |
database.go
|
swarm: network rewrite merge
|
6 years ago |
dbapi.go
|
swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169)
|
6 years ago |
error.go
|
swarm: network rewrite merge
|
6 years ago |
filestore.go
|
swarm: ctx propagation; bmt fixes; pss generic notification framework (#17150)
|
6 years ago |
filestore_test.go
|
swarm: ctx propagation; bmt fixes; pss generic notification framework (#17150)
|
6 years ago |
hasherstore.go
|
swarm/network, swarm/storage: validate chunk size (#17397)
|
6 years ago |
hasherstore_test.go
|
swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169)
|
6 years ago |
ldbstore.go
|
swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169)
|
6 years ago |
ldbstore_test.go
|
swarm/network, swarm/storage: validate chunk size (#17397)
|
6 years ago |
localstore.go
|
swarm/network, swarm/storage: validate chunk size (#17397)
|
6 years ago |
localstore_test.go
|
swarm/network, swarm/storage: validate chunk size (#17397)
|
6 years ago |
memstore.go
|
swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169)
|
6 years ago |
memstore_test.go
|
swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169)
|
6 years ago |
netstore.go
|
swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169)
|
6 years ago |
netstore_test.go
|
swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169)
|
6 years ago |
pyramid.go
|
swarm/network, swarm/storage: validate chunk size (#17397)
|
6 years ago |
swarmhasher.go
|
swarm: network rewrite merge
|
6 years ago |
types.go
|
swarm/network, swarm/storage: validate chunk size (#17397)
|
6 years ago |