M. J. Fromberger
c8e8a62084
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 | |
---|---|---|
.. | ||
doc.go | node: change package interface (#6540) | 4 years ago |
node.go | abci/client: simplify client interface (#7607) | 3 years ago |
node_test.go | node+autofile: avoid leaks detected during WAL shutdown (#7599) | 3 years ago |
public.go | service: plumb contexts to all (most) threads (#7363) | 3 years ago |
seed.go | node: move seed node implementation to its own file (#7566) | 3 years ago |
setup.go | node+privval: refactor privval construction (#7574) | 3 years ago |