Author | SHA1 | Message | Date |
---|---|---|---|
Jasmina Malicevic |
d68d25dcd5
|
light: return light client status on rpc /status (#7536)
*light: rpc /status returns status of light client ; code refactoring light: moved lightClientInfo into light.go, renamed String to ID test/e2e: Return light client trusted height instead of SyncInfo trusted height test/e2e/start.go: Not waiting for light client to catch up in tests. Removed querying of syncInfo in start if the node is a light node * light: Removed call to primary /status. Added trustedPeriod to light info * light/provider: added ID function to return IP of primary and witnesses * light/provider/http/http_test: renamed String() to ID() |
3 years ago |
William Banfield |
4e96c6b234
|
tools: add mockery to tools.go and remove mockery version strings (#6787)
This change aims to keep versions of mockery consistent across developer laptops. This change adds mockery to the `tools.go` file so that its version can be managed consistently in the `go.mod` file. Additionally, this change temporarily disables adding mockery's version number to generated files. There is an outstanding issue against the mockery project related to the version string behavior when running from `go get`. I have created a pull request to fix this issue in the mockery project. see: https://github.com/vektra/mockery/issues/397 |
3 years ago |
Callum Waters |
02f8e4c0bd
|
blockstore: fix problem with seen commit (#6782) | 3 years ago |
Callum Waters |
c7b619188d
|
light: fix panic with RPC calls to commit and validator when height is nil (#6026) | 4 years ago |
Anton Kaliaev |
7121f68f25
|
light/rpc: fix ABCIQuery (#5375)
Closes #5106 |
4 years ago |