Files
tendermint/node
mmsqe d47b675cda backport: implement the ADR 075 /events method (#7965) (#9497)
* rpc: implement the ADR 075 /events method (#7965)

This method implements the eventlog extension interface to expose ABCI metadata
to the log for query processing. Only the types that have ABCI events need to
implement this.

- Add an event log to the environment
- Add a sketch of the handler method
- Add an /events RPCFunc to the route map
- Implement query logic
- Subscribe to pubsub if confingured, handle termination

* add MatchesEvents test

* add TODO due to backport sequence

Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
2022-10-04 22:52:27 +02:00
..
2022-08-30 12:28:46 -04:00
2020-10-22 13:36:08 +02:00