Ethan Buchman
|
e0fe84a856
|
Merge branch 'develop' into 977-wal-generator
|
2017-12-19 11:11:26 -05:00 |
|
Ethan Buchman
|
cb3ac6987e
|
remove some debugs
|
2017-12-19 10:11:37 -05:00 |
|
Anton Kaliaev
|
5a83e58428
|
stop eventBus
|
2017-12-17 20:16:02 -06:00 |
|
Anton Kaliaev
|
3f02ab0ead
|
unidirectional channel
|
2017-12-16 22:20:07 -06:00 |
|
Anton Kaliaev
|
99c58fc561
|
enable logging for wal_generator and set timeout to 1 min
Refs #977
|
2017-12-16 21:59:10 -06:00 |
|
Ethan Buchman
|
a86df17ceb
|
crank city
|
2017-12-16 19:55:04 -05:00 |
|
Ethan Buchman
|
5d04ccbe51
|
excessive logging. update tmlibs for timer fix
|
2017-12-16 19:16:08 -05:00 |
|
Ethan Buchman
|
0ec7909ec3
|
more logging in p2p and consensus
|
2017-12-16 13:36:52 -05:00 |
|
Anton Kaliaev
|
f8f28c8942
|
enable logging for wal_generator and set timeout to 1 min
Refs #977
|
2017-12-15 16:15:09 -06:00 |
|
Ethan Buchman
|
eddabab5e4
|
Merge pull request #965 from tendermint/573-handle-corrupt-wal-file
Handle corrupt WAL file
|
2017-12-15 14:33:16 -05:00 |
|
Anton Kaliaev
|
d669816a1b
|
send absent validators in BeginBlock
Refs #668
|
2017-12-15 12:13:02 -06:00 |
|
Anton Kaliaev
|
e40689b9cc
|
PanicCrisis is deprecated
|
2017-12-15 11:59:45 -06:00 |
|
Anton Kaliaev
|
709cf18aef
|
add gofuzz test for consensus wal
|
2017-12-15 11:56:24 -06:00 |
|
Anton Kaliaev
|
e57cad6c3f
|
correct maxMsgSizeBytes
|
2017-12-15 11:42:53 -06:00 |
|
Anton Kaliaev
|
b78606d94f
|
Merge pull request #967 from tendermint/feature/total-tx
Add TotalTx to block header
|
2017-12-13 17:09:48 -06:00 |
|
Anton Kaliaev
|
0a2ecaa393
|
Merge pull request #953 from tendermint/feature/time-fields
Add Timestamp to Proposal/Vote
|
2017-12-13 12:18:55 -06:00 |
|
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.
|
2017-12-13 12:20:53 +01:00 |
|
Anton Kaliaev
|
06aece31cf
|
lower the max message size
|
2017-12-12 13:02:40 -06:00 |
|
Ethan Buchman
|
e0296d6c3c
|
consensus: fix makeBlockchainFromWAL
|
2017-12-12 12:14:15 -05:00 |
|
Ethan Frey
|
a29c781295
|
Add default timestamp to all instances of *types.Vote
|
2017-12-12 12:59:51 +01:00 |
|
Anton Kaliaev
|
af79a2a59e
|
fix error msg
|
2017-12-11 19:50:05 -06:00 |
|
Anton Kaliaev
|
ee66476d62
|
set max msg size
otherwise, it is easy to get OutOfMemory panic (somebody can even expoit
this)
|
2017-12-11 19:48:57 -06:00 |
|
Anton Kaliaev
|
40f9261d48
|
handle data corruption errors
Refs #573
|
2017-12-11 19:48:20 -06:00 |
|
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
```
|
2017-12-11 16:22:27 -06:00 |
|
Ethan Buchman
|
e7b9cd8ee8
|
Merge branch 'develop' into 785-wal-improvements
|
2017-12-10 19:45:52 -05:00 |
|
Ricardo Domingos
|
59e89e7664
|
consensus: Fix typo on ticker.go documentation
|
2017-12-09 13:14:53 +01:00 |
|
Anton Kaliaev
|
90944bb1a2
|
be specific about what type we're encoding
to be consistent with Decode, which returns TimedWALMessage
|
2017-12-07 11:45:50 -06:00 |
|
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).
|
2017-12-07 11:36:46 -06:00 |
|
Anton Kaliaev
|
5cb936fa00
|
fixes after my own review
|
2017-12-06 18:28:14 -06:00 |
|
Anton Kaliaev
|
c6f025f40e
|
generate WAL on the fly (Refs #468)
|
2017-12-06 16:01:08 -06:00 |
|
Ethan Buchman
|
b37230f6db
|
Merge pull request #918 from tendermint/abci-update
Abci update
|
2017-12-03 01:36:59 -05:00 |
|
Ethan Buchman
|
9af8da7aad
|
update for new abci int types
|
2017-12-02 01:47:55 -05:00 |
|
Anton Kaliaev
|
cd5a5d332f
|
remove comments for uint64 related to possible underflow [ci skip]
|
2017-12-01 23:30:08 -06:00 |
|
Anton Kaliaev
|
89cbcceac4
|
error if app returned negative last block height (Fixes #911)
|
2017-12-01 21:56:08 -06:00 |
|
Anton Kaliaev
|
922af7c405
|
int64 height
uint64 is considered dangerous. the details will follow in a blog post.
|
2017-12-01 19:04:53 -06:00 |
|
Anton Kaliaev
|
f1fbf995f7
|
protect ourselves again underflow (Refs #911)
|
2017-12-01 17:17:22 -05:00 |
|
Anton Kaliaev
|
86af889dfb
|
remove unnecessary casts (Refs #911)
|
2017-12-01 17:17:22 -05:00 |
|
Anton Kaliaev
|
b3492356e6
|
uint64 height (Refs #911)
|
2017-12-01 17:17:22 -05:00 |
|
Anton Kaliaev
|
1e19860585
|
fixes from my own review
|
2017-11-29 14:24:18 -06:00 |
|
Anton Kaliaev
|
f65e357d2b
|
adapt Tendermint to new abci.Client interface
which was introduced in https://github.com/tendermint/abci/pull/130
|
2017-11-29 14:23:44 -06:00 |
|
Anton Kaliaev
|
a52cdbfe43
|
extract tags from DeliverTx/Result
and send them along with predefined
|
2017-11-29 14:23:43 -06:00 |
|
Anton Kaliaev
|
69b5da766c
|
service#Start, service#Stop signatures were changed
See https://github.com/tendermint/tmlibs/issues/45
|
2017-11-29 10:38:58 -06:00 |
|
Ethan Buchman
|
2009c3d4f1
|
Merge pull request #884 from tendermint/wal-benchmark-decode
consensus/WAL: benchmark WALDecode across data sizes
|
2017-11-28 03:39:55 +00:00 |
|
Ethan Buchman
|
9529f12c28
|
more linting
|
2017-11-27 22:39:12 +00:00 |
|
Ethan Buchman
|
55b81cc1a1
|
address linting FIXMEs
|
2017-11-27 22:39:12 +00:00 |
|
Zach Ramsay
|
c4caad7720
|
lint madness
|
2017-11-27 22:39:12 +00:00 |
|
Zach Ramsay
|
2563b4fc92
|
lint fixes
|
2017-11-27 22:39:12 +00:00 |
|
Zach Ramsay
|
6f3c05545d
|
fix new linting errors
|
2017-11-27 22:39:12 +00:00 |
|
Zach Ramsay
|
7ad8a8ab55
|
Tests almost passing
|
2017-11-27 22:39:12 +00:00 |
|
Zach Ramsay
|
a15c7f221d
|
linting: moar fixes
|
2017-11-27 22:39:11 +00:00 |
|