mconcat
|
f408849112
|
ABCI Vote Extension 2 (#6885)
* add proto, add boilerplates
* add canonical
* fix tests
* add vote signing test
* Update internal/consensus/msgs_test.go
* modify state execution in progress
* add extension signing
* add extension signing
* VoteExtension -> ExtendVote
* modify state execution in progress
* add extension signing
* verify in progress
* modify CommitSig
* fix test
* apply review
* update data structures
* Apply suggestions from code review
* Add comments
* fix test
* VoteExtensionSigned => VoteExtensionToSigned
* Apply suggestions from code review
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
* *Signed -> *ToSign
* add Vote to RequestExtendVote
* add example VoteExtension
* apply reviews
* fix vote
* Apply suggestions from code review
Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
* fix typo, modify proto
* add abcipp_kvstore.go
* add extension test
* fix test
* fix test
* fix test
* fit lint
* uncomment test
* refactor test in progress
* gofmt
* apply review
* fix lint
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
|
2021-09-22 15:19:09 +00:00 |
|
Marko
|
7d30987cff
|
abci: PrepareProposal (#6544)
|
2021-07-27 07:30:34 +00:00 |
|
Aleksandr Bezobchuk
|
3635c7a382
|
logger: refactor Tendermint logger by using zerolog (#6534)
|
2021-06-07 08:30:48 -04:00 |
|
Aleksandr Bezobchuk
|
09a6ad7b1e
|
types: Refactor EventAttribute (#6408)
|
2021-04-30 09:27:51 -04:00 |
|
Aleksandr Bezobchuk
|
003f394512
|
rpc: index block events to support block event queries (#6226)
|
2021-03-22 11:47:35 -04:00 |
|
Marko
|
e0950515ff
|
test/e2e: fix secp failures (#5649)
|
2020-11-16 12:31:32 +01:00 |
|
Erik Grinaker
|
250c3aa92e
|
test: add end-to-end testing framework (#5435)
Partial fix for #5291. For details, see [README.md](https://github.com/tendermint/tendermint/blob/erik/e2e-tests/test/e2e/README.md) and [RFC-001](https://github.com/tendermint/tendermint/blob/master/docs/rfc/rfc-001-end-to-end-testing.md).
This only includes a single test case under `test/e2e/tests/`, as a proof of concept - additional test cases will be submitted separately. A randomized testnet generator will also be submitted separately, there a currently just a handful of static testnets under `test/e2e/networks/`. This will eventually replace the current P2P tests and run in CI.
|
2020-10-05 09:35:01 +00:00 |
|