default
default
**Describe the bug** Attempting to scaffold fails with an error. A scaffold directory is created but when trying to serve, a similar error occurs. **To Reproduce** Steps to reproduce the...
**What this PR does / why we need it**: Adds index snapshotting. This will reduce the amount of bootstrapping time since we won't need to build the entire index segment....
**What this PR does / why we need it**: Validate and remove corrupted index segments. Only mark fulfilled ranges for default index volume type persisted blocks. Also adds an additional...
**What this PR does / why we need it**: Moves dbnode docs to centralized location. **Special notes for your reviewer**: **Does this PR introduce a user-facing and/or backwards incompatible change?**:...
Modular blockchains break up a logical blockchain into many constituent parts. To accurately represent these chains and also to account for various types of shared security primitives that are coming...
Client updates are not currently incentivized within ICS-29. This PR extends the ICS-29 spec with additional logic to escrow and pay out rewards for posting client updates. ICS-29 is extended...
Have been trying to integrate the gg20 dkg implementation into a distributed service and wanted to raise a few things. * `DkgParticipant` has no external CTOR a calling lib can...
We're currently working on additional IBC light client implementations @ Polymer. Starting a thread here for general questions about the proof format to help us better understand the impl details...