mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-03 10:32:05 +00:00
* rpc/client: add Events method to the client interface (#7982) - Update documentation to deprecate the old methods. - Add Events methods to HTTP, WS, and Local clients. - Add Events method to the light client wrapper. - Rename legacy events client to SubscriptionClient. * Apply suggestions from code review Co-authored-by: M. J. Fromberger <fromberger@interchain.io>