espresso-sequencer
                                
                                 espresso-sequencer copied to clipboard
                                
                                    espresso-sequencer copied to clipboard
                            
                            
                            
                        Since #3231 we are pinning an older version of process compose to work around this issue. The version we used previously that works is 1.46, a version that doesn't work...
### PR description: This PR cleans up the codebase by removing multiple unused dependencies across different crates and fixing compiler warnings. Changes were identified using cargo-udeps tool and do not...
Closes # ### This PR: ### This PR does not: ### Key places to review:
Some of the responses to queries like payload queries and range queries can be up to a few megabytes. This change prevents distracting spurious warnings and errors for such responses....
Currently we verify a BLS sig in the contract. We can do this in the GCL and avoid paying gas for it. We can also add a signature check with...
In addition to the BLS public keys used in HotShot, the light client will rely on Schnorr public keys in order to verify a QC. Specify how the stake table...
Goal: make it possible to query epoch related information via our APIs. - API to get stake table for an epoch - current epoch - time in current epoch (useful...
- Rename Validator -> ValidatorInfo - Remove an unecessary check - Add TODO for non-reentrancy due to upgradable contract