Shawn

Results 46 issues of Shawn

Merging eigenlayer operator cli into our monorepo requires all other go modules to bump their geth dep from `v1.13.14` to `v1.14.7`, due to our go.work. See https://github.com/primev/mev-commit/pull/268. After upgrading geth,...

https://github.com/primevprotocol/monorepo/tree/main/bridge/standard contains our implementation of a bridge between L1 and mev-commit chain. This was initially integrated with both our nomad setup (bridging to/from Holesky), and our `mev-commit-cli.sh` setup (bridging to/from...

## Background Contract address management has been a pain point. [Create2](https://docs.openzeppelin.com/cli/2.8/deploying-with-create2) first helped by making contract addresses be predetermined by deploying address + contract bytecode + salt. However create2 has...

Solidity 0.8.26 introduces the ability to [use custom errors within require statements](https://soliditylang.org/blog/2024/05/21/solidity-0.8.26-release-announcement/). When using this functionality (custom error in conjunction w/ require statement), solhint faultily marks the line as having...

If something goes wrong during bidder node init, the bidder's account can be left in a state on the mev-commit chain s.t it has funds deposited to an outdated window,...

## Describe your changes ## Issue ticket number and link Fixes # (issue) ## Checklist before requesting a review - [ ] I have added tests that prove my fix...

## Describe your changes Currently the mock l1 used for integration tests has the same chain id as mev-commit testnet (17864). This PR changes the mock l1 to have a...

https://github.com/foundry-rs/foundry/releases/tag/stable

We need to invoke slack alerts from the bridge relayer service for the following conditions * The bridge relayer should have at least 1 ETH on L1 at any given...

## Describe your changes Please review prerequisite PR -> https://github.com/primev/mev-commit/pull/596 If a user incorrectly specifies a bridge tx from holesky -> mainnet mev-commit chain, etc. they will now have a...