Samuel Laferriere
Samuel Laferriere
All of my pipelines are currently broken by I checked and the url https://github.com/foundry-rs/foundry/releases/download/nightly/foundry_nightly_linux_amd64.tar.gz indeed isn't working (is this a github issue??) The release url with commit hash https://github.com/foundry-rs/foundry/releases/download/nightly-88011569efcebc9152267be217c8cfbedc32c07c/foundry_nightly_linux_amd64.tar.gz is...
When opening a pull request to submit a new EIP, please use the suggested template: https://github.com/ethereum/EIPs/blob/master/eip-template.md We have a GitHub bot that automatically merges some PRs. It will merge yours...
# Rationale Is there any reason why currently [HexToECDSA](https://github.com/ethereum/go-ethereum/blob/71210b0630e4f8dd2e7bcc7c39424fb2382e4f00/crypto/crypto.go#L192) errors when passed a 0x prefixed private key? This is kind of a burden for us and leads to a lot...
**Description** Thought this might be something you guys would be interested in adding to the devnet. It's been pretty useful to us so figured I'd propose upstreaming it. The entire...
**Description** Noticed when playing around with the devnet that the batchtx-submitted metric count was always 2x the nonce of the txmgr, which doesn't make sense. Realized that `RecordBatchTxSubmitted` is called...
**Description** the layout of the extradata field for FaultDisputeGames is not described anywhere. Had to look in the [proposer code](https://github.com/ethereum-optimism/optimism/blob/2b128c70c7e2e083bea847506fc4da2a6f3a76ab/op-proposer/contracts/disputegamefactory.go#L101) to figure out what exactly is encoded there (thanks to...
**Description** Just a few small typos. Copied correct values from https://github.com/ethereum-optimism/optimism/blob/f20b92d3eb379355c876502c4f28e72a91ab902f/ops-bedrock/docker-compose.yml#L222
**Description** When the put request to the da-server fails, it the batch submitter puts back the frames into their respective channel builder, and returns `nil` (instead of err). This was...
Believe that Actions are only run when a flag is set. This means that when I have an Action which I want to run even on the default Value, I...
this is either a question about v2, or a feature request for v3. The way I currently like to organize my flags is like I've done in https://github.com/Layr-Labs/eigenda-proxy/blob/480324a0c60da9f7e498daa264cb68564f06290a/flags/flags.go#L76, where modules/packages...