| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
New Whisper-level message introduced (PoW requirement),
corresponding logic added, plus some tests.
|
|
|
|
|
| |
Changed the communication protocol for ordinary message,
according to EIP 627. Messages will be send in bundles, i.e.
array of messages will be sent instead of single message.
|
| |
|
|
|
|
|
| |
Now that the AES salt has been moved to the payload, padding must
be adjusted to hide it, lest an attacker guesses that the packet
uses symmetric encryption.
|
| |
|
|
|
|
| |
As per EIP-627, the salt for symmetric encryption is now
part of the payload. This commit does that.
|
| |
|
|
|
|
|
|
|
|
|
| |
* build: enable unconvert linter
- fixes #15453
- update code base for failing cases
* cmd/puppeth: replace syscall.Stdin with os.Stdin.Fd() for unconvert linter
|
|
|