-
Currently, Dummyapp provides a sleep parameter that freezes block production for the specified period. However, long sleep >10sec causes consensus timeouts leading to endless round restart preventing …
-
In the current compute-optimised SMT implementation, this simply requires an extra field in the proof for the data of the leaf found at the position of the key that non-membership is being proven for,…
-
While testing with the DAS light client (#323) we discovered the following behavior:
Sampling, or more general, reading data from another node that had previously called `PutBlock` only succeeds f…
-
## Summary
We (me, and later @Wondertan confirmed my observation) observed the following behavior: when spinning up a lazyledger validator node on digital ocean and starting a light client locally,…
-
*This is linked to meta-issue #7096.*
## Summary
This issue discusses potential approaches to the ongoing maintenance or replacement of [IAVL](https://github.com/cosmos/iavl).
## Problem Desc…
-
For experimentation purposes, we need to be able to quickly spin up and tear down a dev net that includes at least one DHT bootstrap node in order for the embedded IPFS nodes to work.
The number a…
-
This float64 slice
https://github.com/lazyledger/rsmt2d/blob/ef1d6c54461edaa428b5720835b6b522c18defff/extendeddatacrossword.go#L52-L63
is used to initialize a dense matrix: https://github.com/lazyle…
-
#47 cleaned up a number of issues around Merkle tree specs. Additional proof formats still need to be defined
* [ ] Merkle multiproofs
* [ ] Exclusion proof for Sparse Merkle tree (rather, inclusion …
-
Currently the only evidence type is double-signing. There should be additional types for anything slashable, i.e. anything that would trigger a fraud proof.
Upcoming new Tendermint evidence types: ht…
-
Ref: https://github.com/lazyledger/lazyledger-specs/issues/145
The namespace ID of the leaf needs to be included in the computation of the leaf node hash.