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
/
whisper_test.go
Commit message (
Collapse
)
Author
Age
Files
Lines
*
ui/qt/qwhisper, whisper, xeth: polish topic filter, fix wildcards
Péter Szilágyi
2015-04-28
1
-1
/
+1
|
*
rpc, ui/qt/qwhisper, whisper, xeth: introduce complex topic filters
Péter Szilágyi
2015-04-28
1
-1
/
+1
|
*
whisper: remove dead code, rename a few constants
Péter Szilágyi
2015-04-16
1
-1
/
+1
|
*
whisper: use async handshakes to handle blocking peers
Péter Szilágyi
2015-04-15
1
-1
/
+1
|
*
whisper: remove some unneeded testing complexity
Péter Szilágyi
2015-04-15
1
-1
/
+2
|
*
whisper: global message expiration tests, polishes
Péter Szilágyi
2015-04-15
1
-0
/
+26
|
*
whisper: mock tests to use simulated peers
Péter Szilágyi
2015-04-15
1
-71
/
+23
|
*
whisper: shorten constants to TTL and PoW
Péter Szilágyi
2015-04-14
1
-6
/
+6
|
*
whisper: fix anonymous broadcast drop, add broadcast tests
Péter Szilágyi
2015-04-14
1
-7
/
+63
|
*
whisper: push work in progress for bug report
Péter Szilágyi
2015-04-13
1
-0
/
+12
|
*
whisper: start adding integration tests
Péter Szilágyi
2015-04-13
1
-18
/
+118
|
*
whisper: polish the Envelope a bit, prep for tests.
Péter Szilágyi
2015-04-10
1
-1
/
+1
|
*
whisper: polish the messages, fix some bugs, tests
Péter Szilágyi
2015-04-10
1
-2
/
+2
|
|
|
|
|
|
Bugs fixed: - Use randomly generated flags as the spec required. - During envelope opening check the first bit only for signature.
*
API changed to use Pubkey only. Reflected that change in the rest of the api
obscuren
2015-02-06
1
-1
/
+1
|
*
fixed url bug in browser
obscuren
2015-01-21
1
-9
/
+0
|
*
Implemented watching using filter package
obscuren
2014-12-13
1
-0
/
+47
* Added filters / watches * Removed event dep