Author | SHA1 | Message | Date |
---|---|---|---|
Callum Waters |
f368b91caf
|
light: minor fixes / standardising errors (#5716)
## Description I'm just doing a self audit of the light client. There's a few things I've changed - Validate trust level in `VerifyNonAdjacent` function - Make errNoWitnesses public (it's something people running software on top of a light client should be able to parse) - Remove `ChainID` check of witnesses on start up. We do this already when we compare the first header with witnesses - Remove `ChainID()` from provider interface Closes: #4538 |
4 years ago |
Anton Kaliaev |
85a4be87a7
|
rpc/client: take context as first param (#5347)
Closes #5145 also applies to light/client |
4 years ago |
Callum Waters |
e2927d2088
|
light: move dropout handling and invalid data to the provider (#5308) | 4 years ago |
Callum Waters |
2b58a62721
|
light: implement light block (#5298) | 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 |
5 years ago |