- Aug 29, 2018
-
-
Adam Babik authored
-
- Aug 27, 2018
-
-
Wenbiao Zheng authored
-
- Aug 13, 2018
-
-
Eugene Valeyev authored
Changes in #15811 broke partial topic filtering. Re-enable it.
-
- Aug 07, 2018
-
-
b00ris authored
-
- Jul 16, 2018
-
-
Ralph Caraveo III authored
* keystore, ethash, eth, miner, rpc, whisperv6: tech debt with now defunct set. * whisperv5: swap out gopkg.in/fatih/set.v0 with supported set
-
- Jun 26, 2018
-
-
Adrià Cidre authored
-
- Jun 14, 2018
-
-
Armin Braun authored
#15685 made peer_test.go more portable by using random free port instead of hardcoded port 30303 (#15687) Improves test portability by resolving 127.0.0.1:0 to get a random free port instead of the hard coded one. Now the test works if you have a running node on the same interface already. Fixes #15685
-
- Jun 12, 2018
-
-
Felix Lange authored
ToECDSAPub was unsafe because it returned a non-nil key with nil X, Y in case of invalid input. This change replaces ToECDSAPub with UnmarshalPubkey across the codebase.
-
- May 29, 2018
-
-
Andrea Franz authored
Fixes #16756
-
- May 09, 2018
-
-
Andrea Franz authored
-
- May 04, 2018
-
-
Ivan Daniluk authored
* whisper/mailserver: pass init error to the caller * whisper/mailserver: add returns to fmt.Errorf * whisper/mailserver: check err in mailserver init test
-
- May 02, 2018
-
-
Eli authored
-
- Apr 19, 2018
-
-
Vlad Gluhovsky authored
-
- Apr 17, 2018
-
-
thomasmodeneis authored
-
- Mar 27, 2018
-
-
Guillaume Ballet authored
- Fixes #16271. What was appeneded was a pointer to an object that changes during the iteration. - The topic is allocated as a 4-byte array, fill partial topics with 0s. Partial topics are currently disabled, but would crash as they rely on the presence of byte number 3.
-
- Mar 26, 2018
-
-
David Huie authored
The parameter `rand` is unused in `PrivateKey.Decrypt`. Decryption in the ECIES encryption scheme is deterministic, so randomness isn't needed.
-
- Mar 22, 2018
-
-
Guillaume Ballet authored
-
- Mar 06, 2018
-
-
Vlad Gluhovsky authored
whisper: final refactoring
-
- Mar 02, 2018
-
-
Vlad Gluhovsky authored
-
Vlad authored
-
- Mar 01, 2018
-
-
Vlad authored
-
- Feb 28, 2018
- Feb 27, 2018
- Feb 23, 2018
- Feb 22, 2018
-
-
Guillaume Ballet authored
-
- Feb 21, 2018
-
-
Pedro Pombeiro authored
-
- Feb 15, 2018
-
-
Vlad Gluhovsky authored
* whisper: timeout extended * whisper: test updated * whisper: test updated
-
- Feb 10, 2018
-
-
Guillaume Ballet authored
The bulk of the issue was to adapt to the new requirement that a v6 filter has to either contain a symmertric key or an asymmetric one. This commits revert one of the fixes that I made to remove a linter warning: unexporting NewSentMessage. This is not really a problem as I have a cleanup in the pipe that will solve this issue.
-
- Feb 09, 2018
-
-
Vlad Gluhovsky authored
* whisper: bloom filter refactoring * whisper: fixed full node
-
Vlad Gluhovsky authored
-
- Feb 05, 2018
-
-
Guillaume Ballet authored
-
- Jan 30, 2018
-
-
Vlad Gluhovsky authored
* whisper: message format changed * whisper: tests fixed * whisper: style fixes * whisper: fixed names, fixed failing tests * whisper: fix merge issue in #15870 Occured while using the github online merge tool. Lesson learned. * whisper: fix a gofmt error for #15870
-
- Jan 26, 2018
-
-
Guillaume Ballet authored
* whisper: fixes warnings from the code linter * whisper: more non-API-breaking changes The remaining lint errors are because of auto-generated files and one is because an exported function has a non- exported return type. Changing this would break the API, and will be part of another commit for easier reversal. * whisper: un-export NewSentMessage to please the linter This is an API change, which is why it's in its own commit. This change was initiated after the linter complained that the returned type wasn't exported. I chose to un-export the function instead of exporting the type, because that type is an implementation detail that I would like to change in the near future to make the code more readable and with an increased coverage. * whisper: update gencodec output after upgrading it to new lint standards
-