index
:
dexon
cliff-log
dev-test
dexon-classic
jimmy-monkey
jm-vm-design-doc
jm-vm-entry
master
mission-merge-core
mission-tmp
release/1.0
s-lds
s-network-monitor
s-truffle
taipei
testnet
vm
vm-skymizer
vm-skymizer-wasm-cache
vm-skymizer-wasm-no-cache
wasm-vm
wip/gy-sqlvm-gas-model
wip/gy-sqlvm-runtime-benchmark
wip/gy-sqlvm-runtime-p5
wip/lantw/checker
wip/wmin0/codegen
wip/yenlin/planner
wip/yenlin/storage_index
yilan
DEXON full node (https://github.com/dexon-foundation/dexon)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
whisper
/
whisperv5
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change import go github.com/dexon-foundation/dexon
Wei-Ning Huang
2019-04-09
15
-43
/
+43
*
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
-9
/
+8
*
all: simplify s[:] to s where s is a slice (#17673)
Emil
2018-09-15
1
-1
/
+1
*
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
-5
/
+5
*
all: switch out defunct set library to different one (#16873)
Ralph Caraveo III
2018-07-16
2
-9
/
+9
*
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
-23
/
+15
*
crypto: replace ToECDSAPub with error-checking func UnmarshalPubkey (#16932)
Felix Lange
2018-06-12
1
-6
/
+3
*
whisper: Golint fixes in whisper packages (#16637)
Eli
2018-05-02
7
-76
/
+73
*
build: enable goimports and varcheck linters (#16446)
thomasmodeneis
2018-04-18
1
-4
/
+0
*
ecies: drop randomness parameter from `PrivateKey.Decrypt` (#16374)
David Huie
2018-03-26
1
-1
/
+1
*
whisper: refactoring
Vlad
2018-02-23
1
-23
/
+0
*
whisper: fix empty topic (#15811)
b00ris
2018-01-26
3
-8
/
+46
*
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
*
build: enable unconvert linter (#15456)
ferhat elmas
2017-11-11
2
-3
/
+3
*
whisper/whisperv5: set filter SymKeyHash on creation (#15165)
Guillaume Ballet
2017-10-06
5
-17
/
+331
*
whisper: Fix spelling and grammar in error (#15009)
Noman
2017-08-21
1
-4
/
+4
*
whisper: fix megacheck warnings (#14925)
Egon Elbre
2017-08-08
5
-7
/
+14
*
whisper: renamed Info#Message to Info#Messages
Bas van Kervel
2017-06-23
1
-2
/
+2
*
whisper: use hexutil.UnmarshalFixedText for topic parsing
Bas van Kervel
2017-06-21
2
-33
/
+26
*
whisper: use syncmap for dynamic configuration options
Bas van Kervel
2017-06-21
1
-43
/
+18
*
whisper: move flags from whisper package to utils
Bas van Kervel
2017-06-21
1
-22
/
+1
*
whisper: renamed errors
Bas van Kervel
2017-06-21
3
-25
/
+25
*
whisper: fallback to default config if none is specified
Bas van Kervel
2017-06-21
1
-0
/
+4
*
whisper: remove obsolete api tests
Bas van Kervel
2017-06-21
1
-672
/
+0
*
whisper: remove gencodec override for config
Bas van Kervel
2017-06-21
2
-34
/
+0
*
whisper: move ShhClient to its own package
Bas van Kervel
2017-06-21
1
-193
/
+0
*
whisperv5: integrate whisper and add whisper RPC simulator
Bas van Kervel
2017-06-15
18
-472
/
+1133
*
whisper: switching to v5 + minor refactoring (#14387)
gluk256
2017-04-28
2
-33
/
+33
*
whisper: message format refactoring (#14335)
gluk256
2017-04-27
12
-215
/
+316
*
whisper: big refactoring (#13852)
gluk256
2017-04-10
11
-667
/
+1202
*
trie, whisper/whisperv5: use math/rand Read function
Felix Lange
2017-03-23
4
-37
/
+22
*
common: move big integer math to common/math (#3699)
Felix Lange
2017-02-27
1
-8
/
+10
*
whisper: expiry refactoring (#3706)
gluk256
2017-02-24
5
-36
/
+72
*
all: blidly swap out glog to our log15, logs need rework
Péter Szilágyi
2017-02-23
6
-55
/
+49
*
Whisper API fixed (#3687)
gluk256
2017-02-23
10
-78
/
+157
*
crypto: add btcec fallback for sign/recover without cgo (#3680)
Felix Lange
2017-02-18
1
-2
/
+3
*
whisper: interface changed to simplify the transition to v5
gluk256
2017-02-14
6
-9
/
+1061
*
cmd/wnode, whisper: add whisper CLI tool and mail server (#3580)
gluk256
2017-01-31
5
-24
/
+56
*
all: fix ineffectual assignments and remove uses of crypto.Sha3
Felix Lange
2017-01-09
3
-16
/
+8
*
all: fix spelling errors
Péter Szilágyi
2017-01-07
1
-1
/
+1
*
all: fix issues reported by honnef.co/go/simple/cmd/gosimple
Felix Lange
2017-01-07
3
-8
/
+8
*
all: gofmt -w -s
Felix Lange
2017-01-06
2
-2
/
+2
*
whisper: refactoring (#3411)
gluk256
2016-12-20
10
-66
/
+228
*
whisper/shhapi, whisper/whisperv5: refactoring (#3364)
gluk256
2016-12-02
12
-524
/
+349
*
whisper: project restructured, version 5 introduced (#3022)
gluk256
2016-10-29
13
-0
/
+3759