Jae Kwon
|
402b3a3e52
|
draft of secret_connection
|
9 years ago |
Jae Kwon
|
d91f073676
|
uuid branch tidying
|
9 years ago |
Jae Kwon
|
bdc2711f27
|
p2p comment prettify
|
9 years ago |
Jae Kwon
|
e4fae760af
|
move revisions file to ~/.tendermint/
|
9 years ago |
Jae Kwon
|
dea5eab643
|
fix GetStatus() usage
|
9 years ago |
Ethan Buchman
|
f2ccfff18e
|
respect maxNumPeers. closes #59
|
9 years ago |
Ethan Buchman
|
0728539bc1
|
limit num connections per ip range
|
9 years ago |
Ethan Buchman
|
9dba060e25
|
log chainID on startup
|
9 years ago |
Ethan Buchman
|
af5b763112
|
avoid connection to self
|
9 years ago |
Ethan Buchman
|
fca9e7f9ce
|
send pexRequest to random peer in ensurePeers if no addrs to dial
|
9 years ago |
Ethan Buchman
|
555dab4fd6
|
limit number of allowed connections per ip
|
9 years ago |
Ethan Buchman
|
d0610845dc
|
peers use uuid to avoid duplicate connections
|
9 years ago |
Ethan Buchman
|
9521e4e4e7
|
add peer to addrbook on AddPeer, after handshake
|
9 years ago |
Ethan Buchman
|
fadfc673e3
|
better upnp error msgs
|
9 years ago |
Ethan Buchman
|
ab37f2d3b7
|
update docker for GOPATH tendermint install
|
9 years ago |
Ethan Buchman
|
3f7f3dd37f
|
add git commit hash to nodeInfo
|
9 years ago |
Ethan Buchman
|
751b892cba
|
cleanup, comments
|
9 years ago |
Jae Kwon
|
109a3c2dd3
|
Added sim_txs draft
|
9 years ago |
Jae Kwon
|
24acda1afc
|
Distinguish between ReadJSON vs ReadJSONPtr. The latter expects a non-nil pointer to write into. The former creates new things intelligently
|
9 years ago |
Jae Kwon
|
4504e6a9f4
|
upgrade default genesis for testnet
|
9 years ago |
Jae Kwon
|
5107988fb5
|
Call peer.stop() if we're not going to start() it
|
9 years ago |
Jae Kwon
|
2e1d8ba054
|
Make Ripemd160 the default
|
9 years ago |
Jae Kwon
|
41845d5b85
|
fix dump_consensus_state error'ing when height=0
|
9 years ago |
Ethan Buchman
|
72b681a1bc
|
fix TxID to use ripemd160 in events and rpc return
|
9 years ago |
Ethan Buchman
|
69a9dc932a
|
docker: move FROM to golang:1.4 because 1.4.2 broke
|
9 years ago |
Jae Kwon
|
f2f437a328
|
Improved consensus logging -- INFO shows round steps
|
9 years ago |
Jae Kwon
|
c79062ef6a
|
Fix state/State race condition bug.
|
9 years ago |
Jae Kwon
|
0f61785cba
|
Added logjack for splitting up the tendermint log file
|
9 years ago |
Jae Kwon
|
83f5b5708c
|
updated README
|
9 years ago |
Jae Kwon
|
b963055617
|
draft of instructions on forking the testnet. TODO: make simpler
|
9 years ago |
Jae Kwon
|
b5e0423b2b
|
Merge pull request #102 from tendermint/develop_ethan
Develop ethan
|
9 years ago |
Ethan Buchman
|
812c5577e0
|
fix docker fast sync bug
|
9 years ago |
Ethan Buchman
|
6b0c8251fa
|
-test.short for rpc tests
|
9 years ago |
Ethan Buchman
|
96214b0108
|
RandGenesisDoc
|
9 years ago |
Jae Kwon
|
d95234435a
|
Fix bug in merkle/iavl_proof; TODO maybe read zero length slices as nil?
|
9 years ago |
Jae Kwon
|
ff6aa089ea
|
script to force restart the test net
|
9 years ago |
Jae Kwon
|
e9ece359a9
|
script output formatting
|
9 years ago |
Jae Kwon
|
cc3a76f6c8
|
Quit upgrade_barak script upon error
|
9 years ago |
Jae Kwon
|
269911ab98
|
barak -config, not barak -options-file
|
9 years ago |
Jae Kwon
|
0a8fb72a08
|
filelogger -> stdinwriter
|
9 years ago |
Jae Kwon
|
e0c7947544
|
upgrade_barak script, still needs more work
|
9 years ago |
Jae Kwon
|
28d7a21156
|
filelogger to write output to a file
|
9 years ago |
Jae Kwon
|
53a1cd2fbf
|
upgrades to debora/barak to allow shutting down barak
|
9 years ago |
Jae Kwon
|
1f34236948
|
Limit binary data to 21MB
|
9 years ago |
Jae Kwon
|
5734496819
|
Process's OutFile is an AutoFile. Use with LogRotate for Barak logs
|
9 years ago |
Jae Kwon
|
a999a4bad0
|
PermFlag rename; Make Permission fields value (nonpointer) fields; Permissions & Snatives on by default; Remove dead code
|
9 years ago |
Jae Kwon
|
21295f4ae2
|
fixes for develop+permissions merge
|
9 years ago |
Ethan Buchman
|
625c72a110
|
--rm docker copy container
|
9 years ago |
Ethan Buchman
|
8d6f80592b
|
some panics, dont panic on invalid opcode
|
9 years ago |
Ethan Buchman
|
415c12fca5
|
use more accurate AllSet PermFlag
|
10 years ago |