Ethan Frey
|
960b25408f
|
Store LastConsensusHash in State as well
Update all BlockValidation that it matches the last state
|
7 years ago |
Ethan Frey
|
d151e36ea8
|
Add ConsensusHash to header
|
7 years ago |
Ethan Buchman
|
cb3ac6987e
|
remove some debugs
|
7 years ago |
Anton Kaliaev
|
5a83e58428
|
stop eventBus
|
7 years ago |
Anton Kaliaev
|
3f02ab0ead
|
unidirectional channel
|
7 years ago |
Anton Kaliaev
|
99c58fc561
|
enable logging for wal_generator and set timeout to 1 min
Refs #977
|
7 years ago |
Ethan Buchman
|
a86df17ceb
|
crank city
|
7 years ago |
Ethan Buchman
|
5d04ccbe51
|
excessive logging. update tmlibs for timer fix
|
7 years ago |
Ethan Buchman
|
0ec7909ec3
|
more logging in p2p and consensus
|
7 years ago |
Anton Kaliaev
|
f8f28c8942
|
enable logging for wal_generator and set timeout to 1 min
Refs #977
|
7 years ago |
Anton Kaliaev
|
d669816a1b
|
send absent validators in BeginBlock
Refs #668
|
7 years ago |
Anton Kaliaev
|
e40689b9cc
|
PanicCrisis is deprecated
|
7 years ago |
Anton Kaliaev
|
709cf18aef
|
add gofuzz test for consensus wal
|
7 years ago |
Anton Kaliaev
|
e57cad6c3f
|
correct maxMsgSizeBytes
|
7 years ago |
Ethan Frey
|
dedf03bb81
|
Add TotalTx to block header, issue #952
Update state to keep track of this info.
Change function args as needed.
Make NumTx also an int64 for consistency.
|
7 years ago |
Anton Kaliaev
|
06aece31cf
|
lower the max message size
|
7 years ago |
Ethan Buchman
|
e0296d6c3c
|
consensus: fix makeBlockchainFromWAL
|
7 years ago |
Ethan Frey
|
a29c781295
|
Add default timestamp to all instances of *types.Vote
|
7 years ago |
Anton Kaliaev
|
af79a2a59e
|
fix error msg
|
7 years ago |
Anton Kaliaev
|
ee66476d62
|
set max msg size
otherwise, it is easy to get OutOfMemory panic (somebody can even expoit
this)
|
7 years ago |
Anton Kaliaev
|
40f9261d48
|
handle data corruption errors
Refs #573
|
7 years ago |
Anton Kaliaev
|
b2385b46cf
|
wait 5 sec for a block on CircleCI
Fixes:
```
--- FAIL: TestHandshakeReplaySome (12.40s)
replay_test.go:332: waited too long for tendermint to produce 6 blocks
```
|
7 years ago |
Ricardo Domingos
|
59e89e7664
|
consensus: Fix typo on ticker.go documentation
|
7 years ago |
Anton Kaliaev
|
90944bb1a2
|
be specific about what type we're encoding
to be consistent with Decode, which returns TimedWALMessage
|
7 years ago |
Anton Kaliaev
|
07571741c5
|
[consensus] remove WAL separator (Refs #785)
We don't really need a separator unless we have complex structures
(rows, cells like RDBMS have https://www.sqlite.org/fileformat.html).
|
7 years ago |
Anton Kaliaev
|
5cb936fa00
|
fixes after my own review
|
7 years ago |
Anton Kaliaev
|
c6f025f40e
|
generate WAL on the fly (Refs #468)
|
7 years ago |
Ethan Buchman
|
9af8da7aad
|
update for new abci int types
|
7 years ago |
Anton Kaliaev
|
cd5a5d332f
|
remove comments for uint64 related to possible underflow [ci skip]
|
7 years ago |
Anton Kaliaev
|
89cbcceac4
|
error if app returned negative last block height (Fixes #911)
|
7 years ago |
Anton Kaliaev
|
922af7c405
|
int64 height
uint64 is considered dangerous. the details will follow in a blog post.
|
7 years ago |
Anton Kaliaev
|
f1fbf995f7
|
protect ourselves again underflow (Refs #911)
|
7 years ago |
Anton Kaliaev
|
86af889dfb
|
remove unnecessary casts (Refs #911)
|
7 years ago |
Anton Kaliaev
|
b3492356e6
|
uint64 height (Refs #911)
|
7 years ago |
Anton Kaliaev
|
1e19860585
|
fixes from my own review
|
7 years ago |
Anton Kaliaev
|
f65e357d2b
|
adapt Tendermint to new abci.Client interface
which was introduced in https://github.com/tendermint/abci/pull/130
|
7 years ago |
Anton Kaliaev
|
a52cdbfe43
|
extract tags from DeliverTx/Result
and send them along with predefined
|
7 years ago |
Anton Kaliaev
|
69b5da766c
|
service#Start, service#Stop signatures were changed
See https://github.com/tendermint/tmlibs/issues/45
|
7 years ago |
Ethan Buchman
|
9529f12c28
|
more linting
|
7 years ago |
Ethan Buchman
|
55b81cc1a1
|
address linting FIXMEs
|
7 years ago |
Zach Ramsay
|
c4caad7720
|
lint madness
|
7 years ago |
Zach Ramsay
|
2563b4fc92
|
lint fixes
|
7 years ago |
Zach Ramsay
|
6f3c05545d
|
fix new linting errors
|
7 years ago |
Zach Ramsay
|
7ad8a8ab55
|
Tests almost passing
|
7 years ago |
Zach Ramsay
|
a15c7f221d
|
linting: moar fixes
|
7 years ago |
Zach Ramsay
|
d7cb291fb2
|
errcheck; sort some stuff out
|
7 years ago |
Zach Ramsay
|
563faa98de
|
address comments, pr #643
|
7 years ago |
Zach Ramsay
|
bc2aa79f9a
|
linter: sort through each kind and address small fixes
|
7 years ago |
Zach Ramsay
|
48aca642e3
|
linter: address deadcode, implement incremental lint testing
|
7 years ago |
Zach Ramsay
|
68e7983c70
|
linting errors: afew more
|
7 years ago |