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

- Fix the workflow - Renable the github action

maintenance
tech debt

Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 14 to 15. Release notes Sourced from cachix/cachix-action's releases. cachix-action-v15 What's Changed Pass cachixArgs to the daemon by @​sandydoo in cachix/cachix-action#177 Support path filtering when using the...

dependencies
github_actions

Closes #1471 ### TODO - [ ] Sketch out validation to know if we need new information from consensus. ### This PR: This is a very early sketch based on...

Configure a `ChainConfig` upgrade that sets the fee contract address and a nonzero base fee

fee-upgrade
decaf

# Rough Proposal Add the following to genesis: ```rust enum UpgradeType { // An upgrade type which replaces the chain config with the given one ChainConfig(ChainConfig), // More upgrade types...

fee-upgrade
decaf

* Deploy a staging chain with the Docker images being used for Cappuccino * Deploy fee contract * One at a time, restart nodes with a new Docker image that...

fee-upgrade
decaf

The sequencer application should define what interfaces and what additional information it needs from consensus to validate all the requirements for the marketplace.

Depends on https://github.com/EspressoSystems/HotShot/pull/3164

Closes #1838 ### This PR: - provides scripts to deploy the FeeContract, LightClient Contract and PlonkVerifier library without OpenZeppelin Defender and without a multisig wallet creating the transaction (thus via...