-
Verifying a fraud proof requires knowledge of the state logic. We need to investigate which parts will have to live:
1. in the abci app itself
2. in the Cosmos-SDK
3. lazyledger-core
~~Lazyle…
-
from @adlerjohn:
> They encode to storage, not memory https://github.com/datachainlab/ibc-solidity/blob/e5c5e622877e1c6c5269b4238889007dd135be13/contracts/core/types/ProtoBufRuntime.sol#L21
i.e. it'…
hxrts updated
3 years ago
-
# Summary
Currently, [node-types](https://github.com/lazyledger/lazyledger-specs/blob/fc1da81fc3799e4da1041ec8dc237fa391047333/src/specs/node_types.md#node-type-definitions) are mostly defined by t…
-
https://github.com/lazyledger/lazyledger-specs/pull/114#discussion_r565328240
-
See discussion: https://github.com/lazyledger/nmt/pull/16#issuecomment-762362869
-
ref: https://github.com/lazyledger/lazyledger-core/issues/66
-
# Summary
The node types section only states who (which node type) is able to _generate_ proofs of invalid erasure coding. Nowhere is explained what happens after generating them. This leaves a lo…
-
@evan-forbes made some interesting suggestions to generalize the underlying interface from a merkle tree to a vector commitment prover; see:
https://github.com/lazyledger/rsmt2d/pull/9#issuecomment-7…
-
This document will go over the security model for Celestia. The [LazyLedger whitepaper](https://arxiv.org/abs/1905.09274) lays out the security model for DA and we use [CometBFT](https://cometbft.com)…
-
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,…