goolAdapter
110b07fb3f
libs: Call Flush() before rename #2428 ( #2439 )
* fix Group.RotateFile need call Flush() before rename. #2428
* fix some review issue. #2428
refactor Group's config: replace setting member with initial option
* fix a handwriting mistake
* fix a time window error between rename and write.
* fix a syntax mistake.
* change option name Get_ to With_
* fix review issue
* fix review issue
6 years ago
Zarko Milosevic
7b88172f41
Implement BFT time ( #2203 )
* Implement BFT time
* set LastValidators when creating state in state helper
for heights >= 2
6 years ago
Dev Ojha
2756be5a59
libs: Remove usage of custom Fmt, in favor of fmt.Sprintf ( #2199 )
* libs: Remove usage of custom Fmt, in favor of fmt.Sprintf
Closes #2193
* Fix bug that was masked by custom Fmt!
6 years ago
Zach Ramsay
44dad6d70b
Revert "detele everything"
This reverts commit d02c5d1e30
.
6 years ago
Zach Ramsay
d02c5d1e30
detele everything
6 years ago
Ethan Buchman
d55243f0e6
fix import paths
6 years ago
Liamsi
d2c05bc5b9
Revert "delete everything" (includes everything non-go-crypto)
This reverts commit 96a3502
6 years ago
Liamsi
96a3502126
delete everything
6 years ago
Anton Kaliaev
e88f74bb9b
remove wal_light setting
Closes #1428
7 years ago
Jae Kwon
e4492afbad
Merge
7 years ago
Ethan Buchman
799beebd36
fix consensus tests
7 years ago
Jae Kwon
45ec5fd170
WIP consensus
7 years ago
Ethan Buchman
1cb76625d3
consensus: rename test funcs
7 years ago
Anton Kaliaev
40f9261d48
handle data corruption errors
Refs #573
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
Anton Kaliaev
922af7c405
int64 height
uint64 is considered dangerous. the details will follow in a blog post.
7 years ago
Anton Kaliaev
86af889dfb
remove unnecessary casts (Refs #911 )
7 years ago
Emmanuel Odeke
42da8cd297
consensus/WAL: benchmark WALDecode across data sizes
7 years ago
Ethan Buchman
57a684d5ac
fixes from review
7 years ago
Anton Kaliaev
3115c23762
binary format for WAL
7 years ago
Jae Kwon
1788a68b1c
Consensus WAL uses AutoFile/Group
8 years ago
Ethan Buchman
47acada2cb
consensus: t.Fatal -> panic
8 years ago
Ethan Buchman
3891e4d66d
config: cswal_light, mempool_broadcast, mempool_reap
9 years ago
Ethan Buchman
26f0e2bc2d
msgLogFP -> write ahead log
9 years ago