go-ethereum/rollup
z2trillion 90221d6fc7
chore(dep): upgrade go kzg 4844 (#718)
* crypto/kz4844: pass blobs by ref (#29050)

This change makes use of the following underlying changes to the kzg-libraries in order to avoid passing large things on the stack:

- c-kzg: https://github.com/ethereum/c-kzg-4844/pull/393 and
- go-kzg: https://github.com/crate-crypto/go-kzg-4844/pull/63

* update version patch

* run go mod tidy

* use blob reference

---------

Co-authored-by: Martin HS <martin@swende.se>
Co-authored-by: Mason Liang <mason@scroll.io>
2024-04-24 09:38:18 +08:00
..
circuitcapacitychecker chore(libzkp): upgrade to v0.9.13, support next hard fork transition (#693) 2024-04-08 11:09:15 +08:00
fees feat: re-enable EIP-1559 in Banach hard fork (#634) 2024-03-11 13:57:52 +00:00
rcfg refactor(config): moved fee vault addr to rollup config (#341) 2023-05-22 22:37:27 +08:00
rollup_sync_service fix(rollup-verifier): hardcode genesis codec version as codecv0 and sync codecv1 implementation (#699) 2024-04-16 14:22:05 +08:00
sync_service feat(worker): add a commit tx failed metric (#704) 2024-04-17 18:32:00 +08:00
tracing feat: add more state_transition, worker, and tracing metrics (#700) 2024-04-16 16:05:21 +08:00
types/encoding chore(dep): upgrade go kzg 4844 (#718) 2024-04-24 09:38:18 +08:00
withdrawtrie feat(trace): add withdraw trie root (#217) 2023-02-16 10:18:47 +08:00