More sane limits on blobs per transactions (#6500)
These limits allow growth to up to `2**12` blobs per transaction, which is up to `512 MB` of blob data at the current blob size (4096 field elements) and `4 GB` of blob data at the maximum blob size currently supported by the trusted setup (`2**15` field elements).
GitHub Diff