build: update logback-classic to 1.5.25
Signed-off-by: Hyperledger Bot <[email protected]>
Signed-off-by: Hyperledger Bot <[email protected]>
There was some duplicate computation as well as redundant retention of unnecessary data in the `SnapShots`. This commit introdcues a better approach that eliminates the need for the above overhead, while temporarely keeping the old appraoch with some assertions that will be further used to confirm accuracy on mainnet data. Keeping old approach should not incur any overhead, since it was made lazy and is only forced during testing with assertions. The plan is to remove this old approach before the next release, however there is no danger to go to production with these follow up changes, due to lazy evaluation of an old approach. See my comments on #5516 for more details on individual optimizations.
Because it conflcicts with our internal type.
Signed-off-by: Akhil Repala <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
* feat(query): Added Read genesis query service Signed-off-by: Akhil Repala <[email protected]> * feat(query): Fixed lint errors Signed-off-by: Akhil Repala <[email protected]> * feat(query): Fixed coderabbit comment Signed-off-by: Akhil Repala <[email protected]> * feat(utxorpc): Fixed lint error Signed-off-by: Akhil Repala <[email protected]> --------- Signed-off-by: Akhil Repala <[email protected]> Signed-off-by: Akhil <[email protected]>
Signed-off-by: Akhil Repala <[email protected]>
Signed-off-by: Akhil <[email protected]>
Signed-off-by: Akhil Repala <[email protected]> Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Akhil Repala <[email protected]> Signed-off-by: Chris Gianelloni <[email protected]>