Samuel Laferriere
Samuel Laferriere
**Description** Currently altda forces using "calldata" channels, which restrict their txData output to a single frame at a time. EigenDA (and probably other altdas) support larger blobs than the default...
For changes to files under the `/codegen/aws-models` folder, and manual edits to autogenerated code (e.g. `/service/s3/api.go`) please create an Issue instead of a PR for those type of changes. If...
### Background & motivation Working on building https://github.com/Layr-Labs/eigenda-package, which uses https://github.com/ethpandaops/ethereum-package as a subpackage. When deploying, the ethereum-package has a lot of very verbose log lines, which clutter the space...
**Is your feature request related to a problem? Please describe.** We are thinking about altda->ethda failover scenarios, where if altda is down for whatever reason, the op-batcher could just switch...
**Is your feature request related to a problem? Please describe.** The altda [server spec](https://specs.optimism.io/experimental/alt-da.html#da-server)  has redundant (and confusing) path prefixes. Specifically, the /put/ and /get/ prefixes are redundant with...
Would be nice to add a section with language-specific libraries. For eg in golang I'd like to add https://github.com/pingcap/failpoint and/or https://github.com/etcd-io/gofail/tree/master
gnark-crypto provides a nice parallelized FFT algorithm on all field elements. I plan to move our codebase (eigenda) to use gnark's FFT instead of our current non-parallelized version (see [this...
## Description Currently [in the process](https://github.com/Layr-Labs/eigenda/pull/2124) of moving our codebase from using our own non-parallelized Fr.FFT implementation to gnark-crypto's implementation, which is much faster (up to 6x on 16iB blobs)....