• lash's avatar
    swarm/network: Revised depth and health for Kademlia (#18354) · 5e4fd8e7
    lash authored
    * swarm/network: Revised depth calculation with tests
    
    * swarm/network: WIP remove redundant "full" function
    
    * swarm/network: WIP peerpot refactor
    
    * swarm/network: Make test methods submethod of peerpot and embed kad
    
    * swarm/network: Remove commented out code
    
    * swarm/network: Rename health test functions
    
    * swarm/network: Too many n's
    
    * swarm/network: Change hive Healthy func to accept addresses
    
    * swarm/network: Add Healthy proxy method for api in hive
    
    * swarm/network: Skip failing test out of scope for PR
    
    * swarm/network: Skip all tests dependent on SuggestPeers
    
    * swarm/network: Remove commented code and useless kad Pof member
    
    * swarm/network: Remove more unused code, add counter on depth test errors
    
    * swarm/network: WIP Create Healthy assertion tests
    
    * swarm/network: Roll back health related methods receiver change
    
    * swarm/network: Hardwire network minproxbinsize in swarm sim
    
    * swarm/network: Rework Health test to strict
    
    Pending add test for saturation
    And add test for as many as possible up to saturation
    
    * swarm/network: Skip discovery tests (dependent on SuggestPeer)
    
    * swarm/network: Remove useless minProxBinSize in stream
    
    * swarm/network: Remove unnecessary testing.T param to assert health
    
    * swarm/network: Implement t.Helper() in checkHealth
    
    * swarm/network: Rename check back to assert now that we have helper magic
    
    * swarm/network: Revert WaitTillHealthy change (deferred to nxt PR)
    
    * swarm/network: Kademlia tests GotNN => ConnectNN
    
    * swarm/network: Renames and comments
    
    * swarm/network: Add comments
    5e4fd8e7
Name
Last commit
Last update
.github Loading commit data...
accounts Loading commit data...
build Loading commit data...
cmd Loading commit data...
common Loading commit data...
consensus Loading commit data...
console Loading commit data...
containers/docker Loading commit data...
contracts Loading commit data...
core Loading commit data...
crypto Loading commit data...
dashboard Loading commit data...
eth Loading commit data...
ethclient Loading commit data...
ethdb Loading commit data...
ethstats Loading commit data...
event Loading commit data...
internal Loading commit data...
les Loading commit data...
light Loading commit data...
log Loading commit data...
metrics Loading commit data...
miner Loading commit data...
mobile Loading commit data...
node Loading commit data...
p2p Loading commit data...
params Loading commit data...
rlp Loading commit data...
rpc Loading commit data...
signer Loading commit data...
swarm Loading commit data...
tests Loading commit data...
trie Loading commit data...
vendor Loading commit data...
whisper Loading commit data...
.dockerignore Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.mailmap Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
COPYING.LESSER Loading commit data...
Dockerfile Loading commit data...
Dockerfile.alltools Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
appveyor.yml Loading commit data...
circle.yml Loading commit data...
interfaces.go Loading commit data...