Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Christian Muehlhaeuser
a32a2b933a
cmd, contracts, eth, p2p, signer, whisper: fixed ineffectual assignments (#19869)
Fixed assigning values to variables we don't end up using.
|
5 years ago |
.. |
api.go
|
p2p/enode: improve IPv6 support, add ENR text representation (#19663)
|
6 years ago |
api_test.go
|
whisperv6: remove duplicated code (#18015)
|
6 years ago |
benchmarks_test.go
|
whisper: get wnode to work with v6 (#16051)
|
7 years ago |
config.go
|
whisper: add light mode check to handshake (#16725)
|
6 years ago |
doc.go
|
whisper: remove unused error (#17315)
|
6 years ago |
envelope.go
|
whisper: PoW calculations as specified in EIP-627 (#19753)
|
5 years ago |
envelope_test.go
|
whisper: PoW calculations as specified in EIP-627 (#19753)
|
5 years ago |
filter.go
|
whisper: fixed broken partial topic filtering
|
6 years ago |
filter_test.go
|
all: simplify s[:] to s where s is a slice (#17673)
|
6 years ago |
gen_criteria_json.go
|
whisper: remove linter warnings (#15972)
|
7 years ago |
gen_message_json.go
|
whisper: remove linter warnings (#15972)
|
7 years ago |
gen_newmessage_json.go
|
whisper: remove linter warnings (#15972)
|
7 years ago |
message.go
|
ecies: drop randomness parameter from `PrivateKey.Decrypt` (#16374)
|
7 years ago |
message_test.go
|
whisper: get wnode to work with v6 (#16051)
|
7 years ago |
peer.go
|
cmd, contracts, eth, p2p, signer, whisper: fixed ineffectual assignments (#19869)
|
5 years ago |
peer_test.go
|
whisper: log errors on failed tests (#18134)
|
6 years ago |
topic.go
|
whisper: remove linter warnings (#15972)
|
7 years ago |
topic_test.go
|
whisper/whisperv6: initial commit (clone of v5) (#15324)
|
7 years ago |
whisper.go
|
whisper: add light mode check to handshake (#16725)
|
6 years ago |
whisper_test.go
|
core/state, p2p/discover, trie, whisper: avoid unnecessary conversions (#19870)
|
5 years ago |