Commit Graph
9 Commits
Author SHA1 Message Date
Callum Waters 61c95d7c56 Merge branch 'cal/finalize-block' into cal/vote-extensions-1 2022-11-17 15:51:21 +01:00
Callum Waters e1a585307b rollback async changes to abci client to support checktxasync 2022-11-17 14:13:23 +01:00
Callum Waters 1e9f0afbe6 initial plumage 2022-10-10 12:25:46 +02:00
Callum Waters 344efa2e15 implement finalize block 2022-09-20 14:14:28 +02:00
samricottaandGitHub 9993514893 abci: Remove SetOption #5447 #9091 (#9266)
* Remove set option for abci
2022-08-16 22:58:04 +02:00
Sergio Mena 7dc4f934b0 Merge branch main into feature/abci++ppp 2022-08-12 13:59:19 +02:00
Callum WatersandGitHub f861062ee2 abci: implement process proposal to spec (#9122) 2022-08-09 15:15:18 +02:00
58effdd8b3 Old PrepareProposal on feature/abci++ppp (#9106)
* [Rebased to v0.34.x] abci: PrepareProposal (#6544)

* fixed cherry-pick

* proto changes

* make proto-gen

* UT fixes

* generate Client directive

* mockery

* App fixes

* Disable 'modified tx' hack

* mockery

* Make format

* Fix lint

Co-authored-by: Marko <marbar3778@yahoo.com>
2022-07-27 15:09:02 +02:00
Anton KaliaevandGitHub 16216028a1 proxy: improve ABCI app connection handling (#5078)
Closes #5074 

Old code does not work when --consensus.create_empty_blocks=false
(because it only calls tmos.Kill when ApplyBlock fails). New code is
listening ABCI clients for Quit and kills TM process if there were any
errors.
2020-07-08 12:07:11 +00:00