| Commit message (Expand) | Author | Age | Files | Lines |
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-03-12 | 16 | -48/+48 |
* | whisperv6: remove duplicated code (#18015) | Corey Lin | 2018-12-03 | 1 | -16/+1 |
* | whisper: log errors on failed tests (#18134) | Anton Evangelatov | 2018-11-20 | 1 | -1/+1 |
* | all: new p2p node representation (#17643) | Felix Lange | 2018-09-25 | 2 | -16/+14 |
* | all: simplify s[:] to s where s is a slice (#17673) | Emil | 2018-09-15 | 1 | -1/+1 |
* | whisper: add light mode check to handshake (#16725) | b00ris | 2018-09-05 | 5 | -18/+115 |
* | whisper: fix loop in expire() (#17532) | Adam Babik | 2018-08-29 | 2 | -14/+21 |
* | all: remove the duplicate 'the' in annotations (#17509) | Wenbiao Zheng | 2018-08-27 | 1 | -1/+1 |
* | whisper: fixed broken partial topic filtering | Eugene Valeyev | 2018-08-13 | 2 | -53/+0 |
* | whisper: remove unused error (#17315) | b00ris | 2018-08-07 | 1 | -7/+0 |
* | all: switch out defunct set library to different one (#16873) | Ralph Caraveo III | 2018-07-16 | 3 | -11/+11 |
* | whisper: Reduce message loop log from Warn to Info (#17055) | AdriĆ Cidre | 2018-06-26 | 1 | -1/+1 |
* | #15685 made peer_test.go more portable by using random free port instead of ... | Armin Braun | 2018-06-14 | 1 | -25/+20 |
* | crypto: replace ToECDSAPub with error-checking func UnmarshalPubkey (#16932) | Felix Lange | 2018-06-12 | 1 | -6/+3 |
* | whisper/whisperv6: post returns the hash of sent message (#16495) | gluk256 | 2018-04-19 | 1 | -14/+26 |
* | build: enable goimports and varcheck linters (#16446) | thomasmodeneis | 2018-04-18 | 1 | -4/+0 |
* | whisper: fix issue in topic list copy (#16381) | Guillaume Ballet | 2018-03-27 | 2 | -3/+82 |
* | ecies: drop randomness parameter from `PrivateKey.Decrypt` (#16374) | David Huie | 2018-03-26 | 1 | -1/+1 |
* | whisper: final refactoring (#16259) | gluk256 | 2018-03-07 | 1 | -0/+8 |
* | Merge pull request #16231 from gluk256/303-reader | gluk256 | 2018-03-03 | 1 | -0/+4 |
|\ |
|
| * | whisper: filereader mode introduced to wnode | Vlad | 2018-03-02 | 1 | -0/+4 |
* | | whisper/whisperv6: delete unused function (#16234) | gluk256 | 2018-03-03 | 1 | -14/+0 |
|/ |
|
* | whisper: topics replaced by bloom filters | Vlad | 2018-03-01 | 6 | -32/+32 |
* | Merge pull request #16210 from gluk256/288-filter-optimization | Guillaume Ballet | 2018-03-01 | 4 | -78/+76 |
|\ |
|
| * | whisper: style fixes | Vlad | 2018-02-28 | 2 | -17/+10 |
| * | whsiper: refactoring | Vlad | 2018-02-28 | 4 | -61/+22 |
| * | whisper: message filtering optimized | Vlad | 2018-02-28 | 1 | -11/+55 |
* | | whisper: fix typo | b00ris | 2018-02-28 | 1 | -2/+2 |
* | | whisper: fixed datarace | b00ris | 2018-02-28 | 1 | -7/+11 |
|/ |
|
* | whisper: refactoring | Vlad | 2018-02-23 | 2 | -28/+3 |
* | Merge pull request #16172 from gluk256/244-light-client | gluk256 | 2018-02-23 | 2 | -4/+19 |
|\ |
|
| * | whisper: light client mode introduced | Vlad | 2018-02-23 | 2 | -4/+19 |
* | | whisper: Fix race condition in whisperv6/peer.go | Pedro Pombeiro | 2018-02-21 | 1 | -0/+6 |
|/ |
|
* | whisper: test timeout extended (#16088) | gluk256 | 2018-02-15 | 1 | -25/+74 |
* | whisper: get wnode to work with v6 (#16051) | Guillaume Ballet | 2018-02-10 | 8 | -36/+36 |
* | whisper: bloom filter refactoring (#16046) | gluk256 | 2018-02-09 | 2 | -16/+21 |
* | whisper: Seal function fixed (#16048) | gluk256 | 2018-02-09 | 1 | -6/+14 |
* | whisper: improve a log message to analyze a travis issue | Guillaume Ballet | 2018-02-06 | 1 | -1/+1 |
* | whisper: change the whisper message format so as to add the payload size (#15... | gluk256 | 2018-01-30 | 8 | -183/+193 |
* | whisper: remove linter warnings (#15972) | Guillaume Ballet | 2018-01-26 | 18 | -326/+361 |
* | whisper: fix empty topic (#15811) | b00ris | 2018-01-26 | 3 | -8/+46 |
* | whisper/whisperv6: implement pow/bloom exchange protocol (#15802) | gluk256 | 2018-01-12 | 7 | -75/+451 |
* | all: regenerate codecs with gencodec commit 90983d99de (#15830) | Felix Lange | 2018-01-08 | 3 | -34/+34 |
* | various: remove redundant parentheses (#15793) | Furkan KAMACI | 2018-01-03 | 1 | -2/+2 |
* | whisper/whisperv6: PoW requirement (#15701) | gluk256 | 2017-12-21 | 5 | -54/+185 |
* | whisper/whisperv6: message bundling (#15666) | gluk256 | 2017-12-21 | 2 | -20/+33 |
* | all: use gometalinter.v2, fix new gosimple issues (#15650) | Zach | 2017-12-13 | 1 | -2/+1 |
* | whisper: sym encryption message padding includes salt (#15631) | Guillaume Ballet | 2017-12-11 | 2 | -0/+60 |
* | whisper/whisperv6: remove Version from the envelope (#15621) | Guillaume Ballet | 2017-12-08 | 5 | -65/+28 |
* | whisper/whisperv6: remove aesnonce (#15578) | Guillaume Ballet | 2017-12-08 | 8 | -73/+168 |
* | whisper: rename EnvNonce to Nonce in the v6 Envelope (#15579) | Guillaume Ballet | 2017-12-01 | 1 | -4/+4 |
* | build: enable unconvert linter (#15456) | ferhat elmas | 2017-11-11 | 2 | -3/+3 |
* | whisper/whisperv6: initial commit (clone of v5) (#15324) | gluk256 | 2017-11-04 | 18 | -0/+5589 |