Commit Graph

225 Commits (3f649d4852d5e7a16f47d919bf0e450c450bc6bf)

Author SHA1 Message Date
ucwong 0a99efa61f
whisper: use canonical import name of package go-ethereum (#21099) 4 years ago
ucwong 0708b573bc
event, whisper/whisperv6: use defer where possible (#20940) 4 years ago
ucwong 6975172d01
whisper/mailserver : recover corrupt db files before opening (#20891) 5 years ago
Felix Lange c8e9a91672
build: upgrade to golangci-lint 1.24.0 (#20901) 5 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
Guillaume Ballet 729bf365b5
whisper: Remove v5 (#18432) 6 years ago
Corey Lin 7a5c1b28dd whisperv6: remove duplicated code (#18015) 6 years ago
Guillaume Ballet 5d80a1b665
whisper/mailserver: reduce the max number of opened files (#18142) 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
Pedro Pombeiro 16e95f33b7 whisper: Fix interpretation of `to` parameter in `shh_requestMessages` (#16996) 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
Andrea Franz 998f6564b2 whisper/shhclient: update call to shh_post to expect string instead of bool (#16757) 6 years ago
Andrea Franz 5dbd8b42a9 whisper/shhclient: update call to shh_generateSymKeyFromPassword to pass a string (#16668) 6 years ago
Ivan Daniluk d2fe83dc5c whisper/mailserver: pass init error to the caller (#16671) 6 years ago
Eli 9f6af6f812 whisper: Golint fixes in whisper packages (#16637) 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
Guillaume Ballet 3d013c1939 whisper: some components are still using v5, switch to v6 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