Jae Kwon
|
fd0646fc4f
|
Compare blockhashes in stageBlock()
|
2015-03-26 14:18:10 -07:00 |
|
Jae Kwon
|
7171823fc6
|
Fix blockpool bugs and clean up log messages.
|
2015-03-25 23:04:17 -07:00 |
|
Jae Kwon
|
bd6d9d646d
|
start peer before AddPeer() on reactors.
|
2015-03-25 13:22:46 -07:00 |
|
Jae Kwon
|
a2b8318aac
|
allow BlockchainReactor to reset ConsensusReactor state
|
2015-03-25 13:17:45 -07:00 |
|
Jae Kwon
|
788f9bfb93
|
started/stopped -> running; contiguous vs fast forward ConsensusState
updates.
|
2015-03-25 13:01:28 -07:00 |
|
Jae Kwon
|
cebfae60c7
|
BlockchainReactor syncs first before ConsensusReactor.
|
2015-03-25 11:50:28 -07:00 |
|
Jae Kwon
|
08a83aa9fb
|
Reactors can be stopped or started at any time.
|
2015-03-25 00:15:18 -07:00 |
|
Jae Kwon
|
0237d284cc
|
Channel bytes are spelled fully, "XXXChannel"
|
2015-03-24 12:00:27 -07:00 |
|
Jae Kwon
|
87e1f76324
|
tendermint/block -> tendermint/types and tendermint/blockchain
|
2015-03-22 19:00:08 -07:00 |
|
Jae Kwon
|
06a440d9b2
|
use switch x := y.(type) form
|
2015-03-22 03:29:28 -07:00 |
|
Matthew Wampler-Doty
|
150959b182
|
Introducing make economy and docker
|
2015-03-18 23:27:27 -07:00 |
|
Matthew Wampler-Doty
|
f03547007a
|
App -> App()
|
2015-03-18 23:27:26 -07:00 |
|
Ethan Buchman
|
33f8943543
|
consensus: broadcast evidence tx on ErrVoteConflictingSignature
|
2015-03-18 23:23:56 -07:00 |
|
Jae Kwon
|
687815f6ed
|
Less log lines to STDOUT
|
2015-01-20 15:31:31 -08:00 |
|
Jae Kwon
|
6c48642ff9
|
don't cache the block/header hashes. fixes a cache invalidation bug
|
2015-01-19 14:08:53 -08:00 |
|
Jae Kwon
|
249ae38068
|
test bondTx
|
2015-01-17 01:56:55 -08:00 |
|
Jae Kwon
|
165907fbb9
|
Ensure correct peer vote bitarray capacity
|
2015-01-16 02:51:54 -08:00 |
|
Jae Kwon
|
d1a36d2ac2
|
Validation validation bug fix --> keep track of LastBondedValidators
|
2015-01-16 02:18:49 -08:00 |
|
Jae Kwon
|
0a6c28c2da
|
block module -> import as blk
|
2015-01-15 22:43:15 -08:00 |
|
Jae Kwon
|
135894ea88
|
Dot import -> named import
Changed modulename_ to short module names
Also removed Unreader, replaced with PrefixdReader in select locations
|
2015-01-14 20:34:53 -08:00 |
|
Jae Kwon
|
bf5738f9f8
|
Send NewRoundStepMessage/CommitMessage on AddPeer()
|
2015-01-13 17:52:27 -08:00 |
|
Jae Kwon
|
7afb75049f
|
API to list accounts
|
2015-01-11 14:27:46 -08:00 |
|
Jae Kwon
|
fe566739fd
|
rpc/account; fixed mempool tx filter bug; fixed iavl_tree persistence
bug
|
2015-01-10 05:41:50 -08:00 |
|
Jae Kwon
|
4a81b06b6e
|
Send SeenValidation to peer & use for proposals when we don't have LastCommits due to reboot
|
2015-01-09 02:40:36 -08:00 |
|
Jae Kwon
|
51c70dd8ac
|
Write log also to a file.
|
2015-01-08 17:24:04 -08:00 |
|
Jae Kwon
|
05c642a84c
|
Changed config to confer, TOML format.
|
2015-01-08 16:40:23 -08:00 |
|
Jae Kwon
|
325b88b083
|
time encoding in binary/reflect
|
2015-01-06 15:51:41 -08:00 |
|
Jae Kwon
|
7a8a0fefc7
|
type Ed25519[Signature|PubKey] struct{[]byte} -> []byte
|
2015-01-03 20:24:02 -08:00 |
|
Jae Kwon
|
d20251849e
|
Save blocks on catch-up too.
|
2014-12-31 16:53:48 -08:00 |
|
Jae Kwon
|
0dac36aa5d
|
Do not panic when double-signing, return error.
|
2014-12-31 16:53:33 -08:00 |
|
Jae Kwon
|
0f399c42d4
|
Actually sends catch-up parts; BitArray is goroutine-safe
|
2014-12-30 21:29:49 -08:00 |
|
Jae Kwon
|
71c59cb36b
|
improve debug output for action & step
|
2014-12-30 17:14:54 -08:00 |
|
Jae Kwon
|
40fec4f319
|
Stop peer routines upon connection failure
|
2014-12-30 16:49:23 -08:00 |
|
Jae Kwon
|
16c80fd65f
|
fix race condition for SetHasAllValidationCommits; "binary" log
filtering
|
2014-12-30 14:45:26 -08:00 |
|
Jae Kwon
|
69903e5bc2
|
HasAllValidationCommits -> attempt no more
|
2014-12-30 14:36:45 -08:00 |
|
Jae Kwon
|
2ca882a9b6
|
Log which commits are being sent for catchup
|
2014-12-29 19:59:06 -08:00 |
|
Jae Kwon
|
3215cbf0d5
|
use tendermint/log15
|
2014-12-29 19:44:38 -08:00 |
|
Jae Kwon
|
07b5b7a8f2
|
various log fixes
|
2014-12-29 18:39:19 -08:00 |
|
Jae Kwon
|
0bfb389b35
|
change logger to log15
|
2014-12-29 18:09:06 -08:00 |
|
Jae Kwon
|
591d84947b
|
Handle errors in DecodeMessage, added logging
|
2014-12-29 16:04:38 -08:00 |
|
Jae Kwon
|
5bace5cce8
|
Unreader to unread bytes
|
2014-12-29 15:14:54 -08:00 |
|
Jae Kwon
|
946fa21dc7
|
fix race conditions
|
2014-12-28 17:10:03 -08:00 |
|
Jae Kwon
|
70eb75dca7
|
Refactor consensus/vote_set_test.go
|
2014-12-23 23:20:49 -08:00 |
|
Jae Kwon
|
bff93107ef
|
UPNP + hairpin probing
|
2014-12-23 17:20:52 -08:00 |
|
Jae Kwon
|
62ff48c02b
|
Documented Block, some renames
|
2014-12-23 01:35:54 -08:00 |
|
Jae Kwon
|
403d24a4b2
|
generated privValidator for testing uses tmp files
PrivValidator.Sign*() and .Save() lock on a mutex
|
2014-12-22 18:49:37 -08:00 |
|
Jae Kwon
|
383335d93c
|
Added README docs for account/binary and renamed UInt -> Uint etc.
|
2014-12-22 18:10:17 -08:00 |
|
Jae Kwon
|
61d1635085
|
Fixed tests
|
2014-12-21 21:47:38 -08:00 |
|
Jae Kwon
|
6cacf6f09b
|
RebondTx and more efficient IncrementAccum()
|
2014-12-16 05:45:40 -08:00 |
|
Jae Kwon
|
83d313cbe5
|
Refactor Tx, Validator, and Account structure
|
2014-12-16 05:45:40 -08:00 |
|