Author | SHA1 | Message | Date |
---|---|---|---|
Anton Kaliaev |
257a374b78
|
rpc: add /check_tx endpoint (#5017)
Closes #4549 |
4 years ago |
Marko |
46f6d17601
|
crypto/merkle: remove simple prefix (#4989)
## Description This PR removes simple prefix from all types in the crypto/merkle directory. The two proto types `Proof` & `ProofOp` have been moved to the `proto/crypto/merkle` directory. proto messge `Proof` was renamed to `ProofOps` and `SimpleProof` message to `Proof`. Closes: #2755 |
4 years ago |
Erik Grinaker |
ba3a2dde37
|
rpc: replace Amino with new JSON encoder (#4968)
Migrates the `rpc` package to use new JSON encoder in #4955. Branched off of that PR. Tests pass, but I haven't done any manual testing beyond that. This should be handled as part of broader 0.34 testing. |
4 years ago |
Marko |
9ef266b88f
|
types: migrate params to protobuf (#4962) | 4 years ago |
Anton Kaliaev |
ce3c9c2341
|
rpc/core: return an error if `page=0` (#4947)
* rpc/core: return an error if `page=0` Closes #4942 affected endpoints: - /validators - /tx_search * swagger: update doc for /unconfirmed_txs |
4 years ago |
Marko |
c2578e2262
|
light: rename lite2 to light & remove lite (#4946)
This PR removes lite & renames lite2 to light throughout the repo Signed-off-by: Marko Baricevic <marbar3778@yahoo.com> Closes: #4944 |
4 years ago |