Anton Kaliaev and GitHub
257a374b78
rpc: add /check_tx endpoint ( #5017 )
...
Closes #4549
2020-06-19 09:25:52 +04:00
Marko and GitHub
f6243d8b9e
privval: migrate to protobuf ( #4985 )
2020-06-11 11:54:02 +02:00
Callum Waters and GitHub
b1dba352b0
light: added more tests for pruning, initialization and bisection ( #4978 )
2020-06-10 18:56:24 +02:00
Marko and GitHub
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
2020-06-10 14:57:38 +00:00
Erik Grinaker and GitHub
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.
2020-06-08 12:04:05 +00:00
Marko and GitHub
4a87d60736
light: migrate to proto ( #4964 )
2020-06-08 09:14:58 +02:00
Marko and GitHub
9ef266b88f
types: migrate params to protobuf ( #4962 )
2020-06-05 15:29:53 +02:00
Marko and GitHub
a88537bb88
ints: stricter numbers ( #4939 )
2020-06-04 16:34:56 +02:00
Callum Waters and GitHub
d53a8d0377
light: implement validate basic ( #4916 )
...
run a validate basic on inbound validator sets and headers before further processing them
2020-06-04 13:45:39 +02:00
Anton Kaliaev and GitHub
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
2020-06-03 16:51:51 +04:00
Marko and GitHub
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
2020-06-03 10:13:42 +00:00