Jae Kwon
|
f271ab7256
|
various changes. removed debora temporarily
|
10 years ago |
Jae Kwon
|
13b6508ecd
|
Package import path change
|
10 years ago |
Jae Kwon
|
c74b5522a1
|
fixied IsListening()
|
10 years ago |
Ethan Buchman
|
9ce75fe755
|
add debora support
|
10 years ago |
Ethan Buchman
|
60f166e823
|
tendermint2
|
10 years ago |
Jae Kwon
|
1a4aab4c35
|
When using JSONRPC, do not double-encode JSON.
|
10 years ago |
Ethan Buchman
|
d2724c9731
|
rpc: give each call a dedicated Response struct, add basic test
|
10 years ago |
Jae Kwon
|
af3c418ea9
|
comment fixes
|
10 years ago |
Jae Kwon
|
7171823fc6
|
Fix blockpool bugs and clean up log messages.
|
10 years ago |
Jae Kwon
|
bd6d9d646d
|
start peer before AddPeer() on reactors.
|
10 years ago |
Jae Kwon
|
788f9bfb93
|
started/stopped -> running; contiguous vs fast forward ConsensusState
updates.
|
10 years ago |
Jae Kwon
|
94c3a51760
|
bug fix in daemon -- network name only, no chain hash
|
10 years ago |
Jae Kwon
|
cebfae60c7
|
BlockchainReactor syncs first before ConsensusReactor.
|
10 years ago |
Jae Kwon
|
aed4bbf0f0
|
Fix switch tests
|
10 years ago |
Jae Kwon
|
08a83aa9fb
|
Reactors can be stopped or started at any time.
|
10 years ago |
Jae Kwon
|
0237d284cc
|
Channel bytes are spelled fully, "XXXChannel"
|
10 years ago |
Jae Kwon
|
b25915ee41
|
Minor cleanup
|
10 years ago |
Ethan Buchman
|
a2938fd35b
|
p2p: fix switch test for Broadcast returning success channel
|
10 years ago |
Ethan Buchman
|
21530bf00f
|
p2p: broadcast spawns goroutine to Send on each peer and times out after 10 seconds. Closes #7
|
10 years ago |
Ethan Buchman
|
65a232bd9d
|
p2p: fix switch_test to account for handshake
|
10 years ago |
Ethan Buchman
|
4abca6e963
|
p2p: push handshake containing chainId for early disconnect. Closes #12
|
10 years ago |
Ethan Buchman
|
7aa1d67c97
|
rpc: add status and net info
|
10 years ago |
Jae Kwon
|
5c8e69d6de
|
Log adding of addresses to book
|
10 years ago |
Jae Kwon
|
85110224b4
|
Fix PeerSet.Remove() bug.
|
10 years ago |
Jae Kwon
|
29cff9ff48
|
updated dialing logs
|
10 years ago |
Jae Kwon
|
687815f6ed
|
Less log lines to STDOUT
|
10 years ago |
Jae Kwon
|
3f159dab69
|
proper string formatting for txs
|
10 years ago |
Jae Kwon
|
135894ea88
|
Dot import -> named import
Changed modulename_ to short module names
Also removed Unreader, replaced with PrefixdReader in select locations
|
10 years ago |
Jae Kwon
|
44a60a89c6
|
fixed #11
|
10 years ago |
Jae Kwon
|
491970639d
|
fix & log ping/pong; fixes #10
|
10 years ago |
Jae Kwon
|
51c70dd8ac
|
Write log also to a file.
|
10 years ago |
Jae Kwon
|
05c642a84c
|
Changed config to confer, TOML format.
|
10 years ago |
Jae Kwon
|
40fec4f319
|
Stop peer routines upon connection failure
|
10 years ago |
Jae Kwon
|
2ca882a9b6
|
Log which commits are being sent for catchup
|
10 years ago |
Jae Kwon
|
3215cbf0d5
|
use tendermint/log15
|
10 years ago |
Jae Kwon
|
07b5b7a8f2
|
various log fixes
|
10 years ago |
Jae Kwon
|
0bfb389b35
|
change logger to log15
|
10 years ago |
Jae Kwon
|
591d84947b
|
Handle errors in DecodeMessage, added logging
|
10 years ago |
Jae Kwon
|
5bace5cce8
|
Unreader to unread bytes
|
10 years ago |
Jae Kwon
|
b0755c938a
|
Better debug output
|
10 years ago |
Jae Kwon
|
fa7c83166f
|
P2P docs
|
10 years ago |
Jae Kwon
|
bff93107ef
|
UPNP + hairpin probing
|
10 years ago |
Jae Kwon
|
61d1635085
|
Fixed tests
|
10 years ago |
Jae Kwon
|
83d313cbe5
|
Refactor Tx, Validator, and Account structure
|
10 years ago |
Jae Kwon
|
8e9c060e6d
|
Begin writing RPC HTTP Server
|
10 years ago |
Jae Kwon
|
93979300be
|
made cmd/, removed crypto/
|
10 years ago |
Jae Kwon
|
8718bd52a4
|
made ValidatorSet.Hash deterministic; fix off-by-1 bugs
|
10 years ago |
Jae Kwon
|
c3fc1a39ea
|
BitArray sub fix
|
10 years ago |
Jae Kwon
|
13d70e4112
|
stack trace in p2p/connection panics, bitArray fix
|
10 years ago |
Jae Kwon
|
647d26f7a0
|
consensus cleanup, privValidator config
|
10 years ago |