-
Currently, we spin up a go-rountine per row/colum leaf that we want to sample in `RetrieveBlockData`. It might be more efficient (and more readable) to use the IPFS api for this.
Original discussion…
-
The `PutBlock` method was introduced as a method to `Block` in #178. Having `PutBlock` where it is now adds network dependencies to the `types` package, which is undesirable. The original thinking in …
-
Just noticed this while working through the code. Does this need to be calculated on every iteration?
https://github.com/lazyledger/smt/blob/master/smt.go#L289
When I move it above the for loo…
-
Either the autom. deployment to docs.lazyledger.org doesn't work, or, the gitter badge shows up for other reasons?
![image](https://user-images.githubusercontent.com/7441766/109860664-b592d100-7c5e-1…
-
Currently, we intitialize the ipfs repo together with `tendermint init`. But the repos is initialized depending on some config flags from the tendermint config:
https://github.com/lazyledger/lazyledg…
-
See https://github.com/lazyledger/lazyledger-specs/blob/master/specs/data_structures.md#feeheader for the type changes and https://github.com/lazyledger/lazyledger-specs/blob/master/specs/consensus.md…
-
We need to get to the bottom of why "providing" time for the experiments (https://github.com/lazyledger/ipld-plugin-experiments/pull/9) is different to the MVP, and in general, work towards more confi…
-
Fix this: https://github.com/lazyledger/lazyledger-core/blob/66ff5ac76a07c2dc8f0807068d76293793983312/types/block.go#L220-L222
-
Some client code for for signing and broadcasting `WirePayForMessage`s was implemented in [#76](https://github.com/lazyledger/optimint/pull/76), and per the suggestion in this comment https://github.c…
-
When the app was updated to the latest version of lazyledger-core and the sdk, one of the changes to the sdk was to add the `RegisterGRPCServer` method to the `server.Application` interface. This meth…