Commit Graph

4 Commits

Author SHA1 Message Date
Callum Waters
6fe8d75498 abci: implement process proposal to spec (#9122) 2022-08-15 20:11:16 +02:00
Sergio Mena
b64d6e0395 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-08-15 20:04:11 +02:00
Sam Ricotta
fd8818c480 Second half of deletions for removing setOption 2022-08-01 13:47:10 +02:00
Anton Kaliaev
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