Author | SHA1 | Message | Date |
---|---|---|---|
Erik Grinaker |
fdf9c7ae64
|
rpc/client: split out client packages (#4628)
* rpc/client: initial split into directories * lite2: split out test package * rpc/client: simplify client constructurs * updated docs * updated changelog |
5 years ago |
Callum Waters |
5c380cdacb
|
lite2: use bisection for some of backward verification (#4575)
Closes: #4537 Uses SignedHeaderBefore to find header before unverified header and then bisection to verify the header. Only when header is between first and last trusted header height else if before the first trusted header height then regular backwards verification is used. |
5 years ago |
Marko |
044f1bf288
|
format: add format cmd & goimport repo (#4586)
* format: add format cmd & goimport repo - replaced format command - added goimports to format command - ran goimports Signed-off-by: Marko Baricevic <marbar3778@yahoo.com> * fix outliers & undo proto file changes |
5 years ago |
Callum Waters |
038aff1fdb
|
lite2: add benchmarking tests (#4514)
Closes #4392 Refs #4504 |
5 years ago |