Closed ToufeeqP closed 7 months ago
Please add the labels corresponding to the type of changes your PR introduces:
Since only DA submissions are part of the KZG commitments, estimation should be done using only DA submission txs
cargo test
cargo fmt
cargo build --release
cargo build --release --features runtime-benchmarks
cargo clippy
LGTM. @ToufeeqP Did you check with the fuzzy test?
Yes, no issues found
Pull Request type
Please add the labels corresponding to the type of changes your PR introduces:
Description
Since only DA submissions are part of the KZG commitments, estimation should be done using only DA submission txs
Related Issues
Testing Performed
Checklist
cargo test
.cargo fmt
.cargo build --release
andcargo build --release --features runtime-benchmarks
.cargo clippy
.