Preston Evans
Preston Evans
This draft adds a build script which automatically compiles the program binary and enforces that the "native" rust compiler toolchain and the succinct toolchain have the same version. This check...
This Pull Request implements BCS deserialization from implementers of `std::io::Read`. ## Strategy The PR aims to maintain a minimal diff over the previous implementation. To that end, the following changes...
### Overview Celestia-node now supports retrieving shares [with proofs of inclusion](https://github.com/celestiaorg/celestia-node/blob/main/share/getter.go#L27-L48) 🎉. Unfortunately, the format of the returned merkle proof doesn't seem to be documented anywhere, which makes it difficult...
### What went wrong? An attempt to serialize and then deserialize a `tendermint::block::Header` using a binary data format (`postcard`) returned an error: `Err(DeserializeBadOption)`. This error is not a bug in...
## Background `sov-cli` grew organically from a simple transaction generator for the bank module into a complex command line tool. Unfortunately, this organic growth has made it more and more...
## Background Currently, each reads and writes to particular storage locations within a single slot are all batched and combined, but each storage location is merkle-proved separately. This is less...
This issue is a list of all known issues in the SDK internals that need to be resolved before testnet. This list is currently a WIP: Maintainers, free to add...
This issue details the items that still need to be completed as part of the soft-confirmations workstream. The following list of action items is taken from #1251: - [x] Completely...
Currently the bank module's `create_token` returns an empty list of events. We should emit an event indicating which token was created, and return the address to the caller. cc @bkolad
## Background The module system currently has work in-progress to enable "based sequencing". That will be great for censorship resistance, but it sacrifices the sequencer's ability to provide near-instant soft...