Commit Graph

210 Commits (49a7ee460e839499ef41f5110b219ec8c8edc5e8)

Author SHA1 Message Date
Guillaume Ballet 367c329b88 whisper: remove linter warnings (#15972) 7 years ago
b00ris 2ef3815af4 whisper: fix empty topic (#15811) 7 years ago
gluk256 fd869dc839 whisper/whisperv6: implement pow/bloom exchange protocol (#15802) 7 years ago
Felix Lange 9d06026c19 all: regenerate codecs with gencodec commit 90983d99de (#15830) 7 years ago
Furkan KAMACI b8caba9709 various: remove redundant parentheses (#15793) 7 years ago
Péter Szilágyi b98aa3b4f1 whisper/whisper2: fix Go 1.10 vet issues on type mismatches (#15783) 7 years ago
gluk256 38b1e8ee20 whisper/whisperv6: PoW requirement (#15701) 7 years ago
gluk256 9f1007e554 whisper/whisperv6: message bundling (#15666) 7 years ago
Zach 3da1bf8ca1 all: use gometalinter.v2, fix new gosimple issues (#15650) 7 years ago
Guillaume Ballet e7610eadfe whisper: sym encryption message padding includes salt (#15631) 7 years ago
Guillaume Ballet bf62acf033 whisper/whisperv6: remove Version from the envelope (#15621) 7 years ago
Guillaume Ballet d95962cd5d whisper/whisperv6: remove aesnonce (#15578) 7 years ago
Guillaume Ballet 20fe928914 whisper: rename EnvNonce to Nonce in the v6 Envelope (#15579) 7 years ago
ferhat elmas 86f6568f66 build: enable unconvert linter (#15456) 7 years ago
gluk256 9f7cd75682 whisper/whisperv6: initial commit (clone of v5) (#15324) 7 years ago
baizhenxuan eea996e4e1 whisper/shhclient: fix Version return type (#15306) 7 years ago
Guillaume Ballet 7a045af05b whisper/whisperv5: set filter SymKeyHash on creation (#15165) 7 years ago
Noman e311bb520a whisper: Fix spelling and grammar in error (#15009) 7 years ago
Egon Elbre d375193797 whisper: fix megacheck warnings (#14925) 7 years ago
Bas van Kervel b6e99deee9 whisper: renamed Info#Message to Info#Messages 7 years ago
Bas van Kervel c62d5422bb whisper: use hexutil.UnmarshalFixedText for topic parsing 7 years ago
Bas van Kervel a4e4c76cb3 whisper: use syncmap for dynamic configuration options 7 years ago
Bas van Kervel 7a11e86442 whisper: move flags from whisper package to utils 7 years ago
Bas van Kervel 4a1d516d78 whisper: renamed errors 7 years ago
Bas van Kervel b6b0e00198 whisper: fallback to default config if none is specified 7 years ago
Bas van Kervel 3d66ba56ef whisper: remove obsolete api tests 7 years ago
Bas van Kervel 767dc6c73d whisper: remove gencodec override for config 7 years ago
Bas van Kervel 36e7963467 whisper: move ShhClient to its own package 7 years ago
Bas van Kervel b58a501673 whisperv5: integrate whisper and add whisper RPC simulator 7 years ago
gluk256 f9be9a2302 whisper: switching to v5 + minor refactoring (#14387) 8 years ago
gluk256 95f0bd0acf whisper: message format refactoring (#14335) 8 years ago
Felix Lange 0cc492f815 all: update license information 8 years ago
gluk256 9cd7135516 whisper: big refactoring (#13852) 8 years ago
Felix Lange f1534f5797 trie, whisper/whisperv5: use math/rand Read function 8 years ago
Felix Lange 5c8fe28b72 common: move big integer math to common/math (#3699) 8 years ago
gluk256 562ccff822 whisper: fixed temporary directory for tests (#3707) 8 years ago
gluk256 11539030cd whisper: expiry refactoring (#3706) 8 years ago
Péter Szilágyi 1ca20a2697
cmd, whisper/mailserver: revert to utils.Fatalf 8 years ago
Péter Szilágyi d4fd06c3dc
all: blidly swap out glog to our log15, logs need rework 8 years ago
gluk256 29fac7de44 Whisper API fixed (#3687) 8 years ago
Felix Lange 9b0af51386 crypto: add btcec fallback for sign/recover without cgo (#3680) 8 years ago
gluk256 15a609d5d6 whisper: interface changed to simplify the transition to v5 8 years ago
gluk256 65ed6a9def whisper: add tests for mailserver (#3631) 8 years ago
gluk256 690f6ea1d7 cmd/wnode, whisper: add whisper CLI tool and mail server (#3580) 8 years ago
Felix Lange b9b3efb09f all: fix ineffectual assignments and remove uses of crypto.Sha3 8 years ago
Péter Szilágyi 18c77744ff
all: fix spelling errors 8 years ago
Felix Lange f2da6581ba all: fix issues reported by honnef.co/go/simple/cmd/gosimple 8 years ago
Felix Lange 35a7dcb162 all: gofmt -w -s 8 years ago
Felix Lange cf71f5cd60 rpc: remove HexNumber, replace all uses with hexutil types 8 years ago
Felix Lange adab2e16bd rpc: remove HexBytes, replace all uses with hexutil.Bytes 8 years ago