mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-06 00:04:50 +00:00
50ac52e28d
* Rename rpctypes.Context to CallInfo. Add methods to attach and recover this value from a context.Context. * Rework RPC method handlers to accept "real" contexts. - Replace *rpctypes.Context arguments with context.Context. - Update usage of RPC context fields to use CallInfo.