espresso-sequencer icon indicating copy to clipboard operation
espresso-sequencer copied to clipboard

Results 399 espresso-sequencer issues
Sort by recently updated
recently updated
newest added

### This PR: Decreases the relative frequency of opening new streams in the nasty client, compared to other actions like polling streams and querying regular endpoints. As discussed in [incident...

The implementation of `ExplorerHeader` for `Header` in sequencer/src/header.rs is currently implemented as a 0 balance reward as Block Rewards have not been decided, designed, or implemented as of yet. When...

Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.4 to 0.4.5. Changelog Sourced from num-bigint's changelog. Release 0.4.5 (2024-05-06) Upgrade to 2021 edition, MSRV 1.60 Add const ZERO and implement num_traits::ConstZero Add modinv methods for...

dependencies
rust

Create a markdown file in the `doc` repository for now.

decaf
polygon-integration

Create a new markdown page in the `/doc` repository for now. Note: we will not implement the _Espresso Consensus_ gadget. - [x] #1446 - [x] #1595 - [x] #1596

decaf
polygon-integration

Closes #1076 # DRAFT MODE - PR DESCRIPTION TODO Testing CI... ### This PR: ### This PR does not: ### Key places to review:

Closes https://github.com/EspressoSystems/HotShot/issues/3198 and https://github.com/EspressoSystems/HotShot/issues/3197 ### This PR: - Breaks apart `network.rs` into separate files (`cdn.rs` and `libp2p.rs`) - Adds the argument and environment variable `ESPRESSO_SEQUENCER_LIBP2P_BOOTSTRAP_FILE` to both the sequencers and...

Closes #1470 TODO - a check for a block number that's too small? e.g before/when the genesis block was/is recorded? - should there be a calculation from numUpdates since firstupdate...

Combine `setProverProposal.ts` and `disableProverProposal.ts` into one script with 2 subcommands. De-duplicate typescript contract operation scripts _Originally posted by @sveitser in https://github.com/EspressoSystems/espresso-sequencer/pull/1454#discussion_r1613393853_

Use an argument parsing library like for example `yargs` for typescript scripts _Originally posted by @sveitser in https://github.com/EspressoSystems/espresso-sequencer/pull/1454#discussion_r1613388437_