1068 Commits (master)

Author SHA1 Message Date
  Sam Kleinman da5c09cf6f
cleanup: remove commented code (#8123) 2 years ago
  Sam Kleinman 8df7b6103f
proxy: collapse triforcated abci.Client (#8067) 2 years ago
  William Banfield 0b8a62c87b
abci: Synchronize FinalizeBlock with the updated specification (#7983) 2 years ago
  M. J. Fromberger af96ef2fe4
rpc: set a minimum long-polling interval for Events (#8050) 2 years ago
  M. J. Fromberger ab32f5a9b6
rpc/client: add eventstream helper (#7987) 2 years ago
  M. J. Fromberger f795d3f360
rpc/client: rewrite the WaitForOneEvent helper (#7986) 2 years ago
  M. J. Fromberger 211b80a484
rpc/client: add Events method to the client interface (#7982) 2 years ago
  Sam Kleinman 62a1cb8d17
testing: reduce usage of the MustDefaultLogger constructor (#7960) 2 years ago
  M. J. Fromberger 5662bd12a8
rpc: implement the ADR 075 /events method (#7965) 2 years ago
  Sam Kleinman 61a81279bd
abci: make tendermint example+test clients manage a mutex (#7978) 2 years ago
  M. J. Fromberger 80186a9d9c
Update OpenAPI docs. (#7974) 2 years ago
  Sam Kleinman 2ffb262600
context: cleaning up context dead ends (#7963) 2 years ago
  Sam Kleinman cc18f87000
mempool: use checktx sync calls (#7868) 2 years ago
  Callum Waters e81b0e290e spec: merge spec repo into tendermint repo (#7804) 2 years ago
  Sergio Mena d3548eb706
Completed the existing `FinalizeBlock` PR and rebased to master (#7798) 2 years ago
  M. J. Fromberger 7e09c2ef43
Clean up temp files more thoroughly after testing. (#7815) 2 years ago
  M. J. Fromberger 01262b8ca9
rpc: remove unused latency metric (#7810) 2 years ago
  M. J. Fromberger 4ba5a053de
rpc: allow GET parameters that support encoding.TextUnmarshaler (#7800) 2 years ago
  M. J. Fromberger 205bfca66f
types: add string format to 64-bit integer JSON fields (#7787) 2 years ago
  M. J. Fromberger ce61abc038
rpc: remove the placeholder RunState type. (#7749) 2 years ago
  mconcat d2afb91e99 ABCI Vote Extension 2 (#6885) 3 years ago
  M. J. Fromberger 8a684c1bb5
rpc: fix layout of endpoint list (#7742) 2 years ago
  M. J. Fromberger 75b1b1d6c5
rpc: simplify the handling of JSON-RPC request and response IDs (#7738) 2 years ago
  M. J. Fromberger 95158636cd
rpc: clean up unmarshaling of batch-valued responses (#7728) 2 years ago
  M. J. Fromberger fbe86ea645
rpc: simplify and consolidate response construction (#7725) 2 years ago
  M. J. Fromberger 20886fdb39
rpc: clean up encoding of request and response messages (#7721) 2 years ago
  M. J. Fromberger 6f6935a44b
rpc: don't route websocket-only methods on GET requests (#7715) 2 years ago
  M. J. Fromberger 557d86316b
rpc: clean up unused non-default websocket client options (#7713) 2 years ago
  M. J. Fromberger e87d40719d
rpc: remove unused websocket options (#7712) 2 years ago
  William Banfield bd8726c784
Use proposer timestamp instead of genesis time for height 1 block time (#7711) 2 years ago
  mempirate db3044ff3c
rpc: add application info to `status` call (#7701) 2 years ago
  M. J. Fromberger 441ecbaeec
types: rename and extend the EventData interface (#7687) 2 years ago
  M. J. Fromberger f9c6cc9306
rpc: use encoding/json rather than tmjson (#7670) 2 years ago
  Jasmina Malicevic d68d25dcd5
light: return light client status on rpc /status (#7536) 2 years ago
  Sam Kleinman 4e5c2b5e8f
consensus: use delivertxsync (#7616) 2 years ago
  Sam Kleinman b10c74647f
testing: use noop loger with leakteset in more places (#7604) 2 years ago
  Kene 49153b753c
rpc: paginate mempool /unconfirmed_txs endpoint (#7612) 2 years ago
  M. J. Fromberger dbe2146d0a
rpc: simplify the encoding of interface-typed arguments in JSON (#7600) 2 years ago
  M. J. Fromberger 1ff69361e8
rpc: remove dependency of URL (GET) requests on tmjson (#7590) 2 years ago
  M. J. Fromberger ec59b1a1ae
rpc: check RPC service functions more carefully (#7587) 2 years ago
  M. J. Fromberger b7c19a5cd4
rpc: clean up the RPCFunc constructor signature (#7586) 2 years ago
  M. J. Fromberger 5a89263dbe
rpc: simplify panic recovery in the server middleware (#7578) 2 years ago
  M. J. Fromberger 904957aaa9
rpc: rework how responses are written back via HTTP (#7575) 2 years ago
  Sam Kleinman 2a348cc1e9
logging: remove reamining instances of SetLogger interface (#7572) 2 years ago
  Sam Kleinman e07c4cdcf2
node: collapse initialization internals (#7567) 2 years ago
  M. J. Fromberger 5c1399d803
rpc: fix mock test cases (#7571) 2 years ago
  M. J. Fromberger 1f5e64e5b6
rpc: remove cache control settings from the HTTP server (#7568) 2 years ago
  M. J. Fromberger 50ac52e28d
rpc: replace custom context-like argument with context.Context (#7559) 2 years ago
  M. J. Fromberger a4d0a43100
rpc: refactor the HTTP POST handler (#7555) 2 years ago
  Sam Kleinman 5bf1bdcfb4
reactors: skip log on some routine cancels (#7556) 2 years ago