Inphi / blob-utils

Send and download blobs on the proto-danksharding net
31 stars 17 forks source link

invalid blob 0: can't verify opening proof #18

Closed koloz193 closed 11 months ago

koloz193 commented 11 months ago

i seem to be getting the same error both when i submit a blob txn locally and against devnet 12

./blob-utils tx \
    --rpc-url https://rpc.dencun-devnet-12.ethpandaops.io \
    --blob-file <(echo hello) \
    --to 0x3Af4A1fe34392AACbf4cDA98518860b9Ea3c8929 \
    --private-key <pk> \
    --gas-limit 210000 \
    --chain-id 7011893062 \
    --priority-gas-price 200000000 \
    --max-fee-per-blob-gas 300000000

2023/12/14 21:53:00 failed to send transaction: invalid blob 0: can't verify opening proof

lyfsn commented 11 months ago

@koloz193 Hello, have you solved this problem? How did you solve it?

koloz193 commented 11 months ago

@lyfsn yea i ended up using this fork which has been updated to support the newer devnets

Inphi commented 11 months ago

It should be fixed on master now. Let me know if that works.

koloz193 commented 11 months ago

Yup looks like it works now. Closing issue