Jae Kwon
|
cfb4a40855
|
adding more debug logs
|
10 years ago |
Ethan Buchman
|
ff87958f95
|
broadcast on newStepCh on switch to consensus reactor
|
10 years ago |
Jae Kwon
|
84c3fd9a85
|
more debug messages for consensus
|
10 years ago |
Jae Kwon
|
9d1f1162e0
|
added more debug messages in consensus
|
10 years ago |
Jae Kwon
|
b92c0401e6
|
Made all JSON fields lower_case
|
10 years ago |
Jae Kwon
|
5366d808ba
|
Proposal WriteSignBytes is JSON
|
10 years ago |
Jae Kwon
|
ef42d41636
|
allow commit votes for the last height when we're in
RoundStepNewHeight
|
10 years ago |
Jae Kwon
|
014166deb4
|
Rebond and the right height
|
10 years ago |
Jae Kwon
|
27c193dd86
|
Error message in RebondTx so we know why it's failing.
|
10 years ago |
Jae Kwon
|
9a8652e001
|
Include peer round states in the dump_consensus_state RPC call.
|
10 years ago |
Jae Kwon
|
9513f601de
|
Removed Log.File, all log goes out to stdout.
|
10 years ago |
Ethan Buchman
|
d54bf6bcd5
|
blockchain reactor to consensus reactor transition on catchup
|
10 years ago |
Jae Kwon
|
2ba6f86f2e
|
Add Network to SignBytes, to prevent network clashes
|
10 years ago |
Jae Kwon
|
733dfcf4ad
|
Add dump_consensus_state rpc command. Made it a little more secure
by moving the PrivValidator out of RoundState.
|
10 years ago |
Jae Kwon
|
df026f64fa
|
Remoted bytes from logging messages
|
10 years ago |
Jae Kwon
|
3f5d2a1ed9
|
StartTime is equal to now when nodes start up.
|
10 years ago |
Jae Kwon
|
0db6b0b005
|
Maybe fixed validatorSet.IncrementAccum()
|
10 years ago |
Jae Kwon
|
5bdd73f4a4
|
New genesis.json
|
10 years ago |
Jae Kwon
|
44565872ae
|
Fixed BlockchainMessage{} Decode issue.
Fixed Warn(UnknownMessage) issues.
|
10 years ago |
Jae Kwon
|
89cfedeb73
|
Make all messages be registered as pointer receivers,
Warn on unknown messages.
|
10 years ago |
Ethan Buchman
|
d27e0bbad5
|
event cache and fireable interace
|
10 years ago |
Ethan Buchman
|
a1c5e32d76
|
fixes from review with jae
|
10 years ago |
Jae Kwon
|
df1d46d04d
|
Errorf -> fmt.Errorf
|
10 years ago |
Jae Kwon
|
e5d34befde
|
Remote TypeByte()
|
10 years ago |
Ethan Buchman
|
2e918e8c0b
|
rpc: websocket events testing
|
10 years ago |
Ethan Buchman
|
85661de293
|
fire events, event urls
|
10 years ago |
Jae Kwon
|
5b1c1eb0e0
|
ProposalMessage wrapper, warn on unknown messages
|
10 years ago |
Jae Kwon
|
6d6f061f19
|
Support nil pointers for Binary.
If the thing does not already have a typebyte declared,
a fake one will be given (0x01).
A TypeByte of 0x00 is reserved for nil things.
No nil-dogs.
|
10 years ago |
Ethan Buchman
|
8e24b12888
|
rpc: first successful websocket event subscription
|
10 years ago |
Jae Kwon
|
7356556938
|
Some renames and small fixes.
|
10 years ago |
Ethan Buchman
|
474bf31400
|
events: integrate event switch into services via Eventable interface
|
10 years ago |
Jae Kwon
|
f271ab7256
|
various changes. removed debora temporarily
|
10 years ago |
Jae Kwon
|
13b6508ecd
|
Package import path change
|
10 years ago |
Ethan Buchman
|
60f166e823
|
tendermint2
|
10 years ago |
Jae Kwon
|
79304b0dd3
|
Create BlockCache and TxCache for performance.
|
10 years ago |
Jae Kwon
|
fd0646fc4f
|
Compare blockhashes in stageBlock()
|
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
|
a2b8318aac
|
allow BlockchainReactor to reset ConsensusReactor state
|
10 years ago |
Jae Kwon
|
788f9bfb93
|
started/stopped -> running; contiguous vs fast forward ConsensusState
updates.
|
10 years ago |
Jae Kwon
|
cebfae60c7
|
BlockchainReactor syncs first before ConsensusReactor.
|
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
|
87e1f76324
|
tendermint/block -> tendermint/types and tendermint/blockchain
|
10 years ago |
Jae Kwon
|
06a440d9b2
|
use switch x := y.(type) form
|
10 years ago |
Matthew Wampler-Doty
|
150959b182
|
Introducing make economy and docker
|
10 years ago |
Matthew Wampler-Doty
|
f03547007a
|
App -> App()
|
10 years ago |
Ethan Buchman
|
33f8943543
|
consensus: broadcast evidence tx on ErrVoteConflictingSignature
|
10 years ago |
Jae Kwon
|
687815f6ed
|
Less log lines to STDOUT
|
10 years ago |
Jae Kwon
|
6c48642ff9
|
don't cache the block/header hashes. fixes a cache invalidation bug
|
10 years ago |