This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
Releases: availproject/da-light-client
Releases · availproject/da-light-client
Lazier DA Light Client v1.1.0
What's new ?
- As v1.0.0 used to work in an aggressive way which lead to longer syncing time during start up, so we decided to experiment with lazier light client, by making only verify those blocks which it listened over subscription after it started up. For all other older blocks, it doesn't do anything, until it's asked to do something. What it means, client will only attempt to gain confidence about block B when some one asks it by sending JSON-RPC request & it'll cache result for responding to future queries for same block.
Note, there's no cache eviction policy defined yet. More work can be done here.
Releasing DA Light Client v1.0.0
What's new ?
This light client attempts to verify all blocks ever mined on chain. For each block it'll do requested number of rounds of verification. This makes light client faster when responding to client queries, but have a high syncing time, when not running on good hardware.
Next version will flaunt, lazier LC.