38 Commits (b2475227a5604a0560db21eba4d463b0f8334c08)

Author SHA1 Message Date
  Phil Salant 04d13d9945 fix linter errors thrown by `unconvert`, `goconst`, and `nakedret` (#3960) 5 years ago
  Anton Kaliaev 756440e0a2
rpc: return err if page is incorrect (less than 0 or greater than tot… (#3825) 5 years ago
  Anton Kaliaev d741c7b478
limit number of /subscribe clients and queries per client (#3269) 5 years ago
  Daniil Lashin db5d7602fe docs: fix rpc Tx() method docs (#3331) 5 years ago
  Gian Felipe be00cd1add Hotfix/validating query result length (#3053) 6 years ago
  Anton Kaliaev d9a1aad5c5
docs: add client#Start/Stop to examples in RPC docs (#2939) 6 years ago
  zramsay cf8b42d813 rpc/core: ints are strings in responses, closes #1896 6 years ago
  Zach Ramsay 44dad6d70b Revert "detele everything" 6 years ago
  Zach Ramsay d02c5d1e30 detele everything 6 years ago
  Ethan Buchman d55243f0e6 fix import paths 6 years ago
  Liamsi d2c05bc5b9 Revert "delete everything" (includes everything non-go-crypto) 6 years ago
  Liamsi 96a3502126 delete everything 6 years ago
  Dev Ojha b84f788f36 Switch ports 466xx to 266xx (#1735) 6 years ago
  Anton Kaliaev 2ce8179c8b
validate per_page before page 6 years ago
  Anton Kaliaev bb9aa85d22
copy events and pubsub packages from tmlibs 6 years ago
  Ethan Buchman 6f9867cba6 fix validate pagination params 6 years ago
  Anton Kaliaev a6b74b82d1
limit /tx_search output 6 years ago
  Thomas Corbière 2644a529f0 Fix lint errors (#1390) 6 years ago
  Anton Kaliaev 2d857c4b1b
add hash field to ResultTx (/tx and /tx_search endpoints) (#1374) 6 years ago
  Ethan Buchman 42e77de6a3 changelog; minor stuff; update glide 7 years ago
  Anton Kaliaev 10f7858453
use rand.Int63n, remove underflow check, remove unnecessary cast 7 years ago
  Ethan Buchman e9f8e56895 fixes from rebase 7 years ago
  Anton Kaliaev b3492356e6 uint64 height (Refs #911) 7 years ago
  Anton Kaliaev 58789c52cd
add example for tx_search endpoint 7 years ago
  Anton Kaliaev 2a5e8c4a47
add minimal documentation for tx_search RPC method [ci skip] 7 years ago
  Anton Kaliaev 91f2184003
fixes after bucky's review 7 years ago
  Anton Kaliaev 3e577ccf4f
add `tx_search` RPC endpoint 7 years ago
  Anton Kaliaev f65e357d2b
adapt Tendermint to new abci.Client interface 7 years ago
  Anton Kaliaev 29cd1a1b8f
rewrite indexer to be a listener of eventBus 7 years ago
  Zach Ramsay b3796e0aaa rpc: typo fixes 7 years ago
  Anton Kaliaev 83ec9f773a wrote docs for rpc methods [ci skip] 7 years ago
  Ethan Buchman 4e781961e9 remove TMResult. ::drinks champagne:: 7 years ago
  Ethan Buchman a518d08839 rpc: response types use Result instead of pb Response 7 years ago
  Ethan Buchman cc6dde96c1 rpc -> rpc/lib and rpc/tendermint -> rpc 7 years ago
  Ethan Buchman fa451fc55c tendermint/rpc -> tendermint/rpc/tendermint 7 years ago
  Ethan Buchman 992b11c450 premerge2: rpc -> rpc/tendermint 7 years ago
  Ethan Buchman f4d0076344 TxResult includes Tx. /tx only works if indexer active 7 years ago
  Ethan Buchman 6e065affe5 rpc: /tx allows height+hash 7 years ago
  Ethan Buchman c848056438 rpc: better arg validation for /tx 7 years ago
  Ethan Buchman df35989742 /tx can take height+index or hash 7 years ago
  Ethan Buchman 6899c91ebe add optional 'prove' flag to /tx 7 years ago
  Ethan Buchman 2a59cda77e /tx returns tx bytes 7 years ago
  Ethan Buchman d7c5690f17 index by bytes. add TxID to broadcast_tx responses 7 years ago