Author | SHA1 | Message | Date |
---|---|---|---|
Sam Kleinman |
4e5c2b5e8f
|
consensus: use delivertxsync (#7616) | 3 years ago |
M. J. Fromberger |
c8e8a62084
|
abci/client: simplify client interface (#7607)
This change has two main effects: 1. Remove most of the Async methods from the abci.Client interface. Remaining are FlushAsync, CommitTxAsync, and DeliverTxAsync. 2. Rename the synchronous methods to remove the "Sync" suffix. The rest of the change is updating the implementations, subsets, and mocks of the interface, along with the call sites that point to them. * Fix stringly-typed mock stubs. * Rename helper method. |
3 years ago |
Sam Kleinman |
9dfdc62eb7
|
proxy: move proxy package to internal (#6953) | 3 years ago |