Commit Graph

70 Commits (b2b14e6ce34734542cff21b504a4579de2ff79ad)

Author SHA1 Message Date
rene 123864fc05
whisper/whisperv6: improve test error messages (#21348) 4 years ago
ucwong dce533c246
whisper: fix time.sleep by time.ticker in whisper_test (#21251) 4 years ago
ucwong 5435e0d1a1
whisper : use timer.Ticker instead of sleep (#21240) 4 years ago
ucwong 0708b573bc
event, whisper/whisperv6: use defer where possible (#20940) 4 years ago
ucwong 1e2e1b41f8
cmd/devp2p, cmd/wnode, whisper: add missing calls to Timer.Stop (#20843) 5 years ago
ucwong a5a9feab21
whisper: fix whisper go routine leak with sync wait group (#20844) 5 years ago
Martin Holst Swende 3b69c14f5d
whisper/whisperv6: decrease pow requirement in tests (#20815) 5 years ago
Guillaume Ballet e943f07a85
whisper/whisperv6: delete failing tests (#20788) 5 years ago
wangxiang a013f02df2 whisper/whisperv6: fix peer time.Ticker leak (#20520) 5 years ago
Felix Lange ac5e28ea38
whisper/whisperv6: fix staticcheck warnings (#20328) 5 years ago
Felix Lange 689486449d build: use golangci-lint (#20295) 5 years ago
Guillaume Ballet 765fe446cf whisper/whisperv6: fix staticcheck issues (#20288) 5 years ago
Felix Lange 54b271a86d
crypto: add SignatureLength constant and use it everywhere (#19996) 5 years ago
Christian Muehlhaeuser a32a2b933a cmd, contracts, eth, p2p, signer, whisper: fixed ineffectual assignments (#19869) 5 years ago
Christian Muehlhaeuser 5183483c53 core/state, p2p/discover, trie, whisper: avoid unnecessary conversions (#19870) 5 years ago
Guillaume Ballet 54fd263b40
whisper: PoW calculations as specified in EIP-627 (#19753) 5 years ago
Felix Lange e83c3ccc47
p2p/enode: improve IPv6 support, add ENR text representation (#19663) 5 years ago
Guillaume Ballet df717abc99 whisper/whisperv6: fix PoW calculations to match the spec (#19330) 6 years ago
Corey Lin 7a5c1b28dd whisperv6: remove duplicated code (#18015) 6 years ago
Anton Evangelatov 3d997b6dec whisper: log errors on failed tests (#18134) 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
b00ris 8711e2b636 whisper: add light mode check to handshake (#16725) 6 years ago
Adam Babik 75ae5af62a whisper: fix loop in expire() (#17532) 6 years ago
Wenbiao Zheng d1aa605f1e all: remove the duplicate 'the' in annotations (#17509) 6 years ago
Eugene Valeyev e07e507d1a whisper: fixed broken partial topic filtering 6 years ago
b00ris 8461fea44b whisper: remove unused error (#17315) 6 years ago
Ralph Caraveo III 5d30be412b all: switch out defunct set library to different one (#16873) 6 years ago
Adrià Cidre 461291882e whisper: Reduce message loop log from Warn to Info (#17055) 6 years ago
Armin Braun 591cef17d4 #15685 made peer_test.go more portable by using random free port instead of hardcoded port 30303 (#15687) 6 years ago
Felix Lange 0255951587 crypto: replace ToECDSAPub with error-checking func UnmarshalPubkey (#16932) 6 years ago
gluk256 a16f12ba86 whisper/whisperv6: post returns the hash of sent message (#16495) 7 years ago
thomasmodeneis ba1030b6b8 build: enable goimports and varcheck linters (#16446) 7 years ago
Guillaume Ballet 80449719bd
whisper: fix issue in topic list copy (#16381) 7 years ago
David Huie 23ac783332 ecies: drop randomness parameter from `PrivateKey.Decrypt` (#16374) 7 years ago
gluk256 f1d440a437 whisper: final refactoring (#16259) 7 years ago
gluk256 fa375955ad whisper/whisperv6: delete unused function (#16234) 7 years ago
Vlad 6219a33822 whisper: filereader mode introduced to wnode 7 years ago
Vlad ee75a90ab4 whisper: topics replaced by bloom filters 7 years ago
Vlad d24d10a764 whisper: style fixes 7 years ago
b00ris 62c239f608
whisper: fix typo 7 years ago
b00ris cf52d5c91f
whisper: fixed datarace 7 years ago
Vlad c733792be4 whsiper: refactoring 7 years ago
Vlad 014d8d9837 whisper: message filtering optimized 7 years ago
Vlad 6919c36432 whisper: refactoring 7 years ago
Vlad d7b4b40cb6 whisper: light client mode introduced 7 years ago
Pedro Pombeiro 34d94e22d9
whisper: Fix race condition in whisperv6/peer.go 7 years ago
gluk256 fac6d9ce77 whisper: test timeout extended (#16088) 7 years ago
Guillaume Ballet 5cf75a30c1 whisper: get wnode to work with v6 (#16051) 7 years ago
gluk256 42628ba7ed whisper: bloom filter refactoring (#16046) 7 years ago