• smartcontracts's avatar
    fix(sdk): bug in L1 gas cost estimation (#8836) · 6ec80fd1
    smartcontracts authored
    Fixes a bug in L1 gas cost estimation where not all properties from the
    input transaction were being used. This meant that certain properties
    like access lists or transaction value weren't included in the
    calculation. Resulting estimates were wrong.
    6ec80fd1
Name
Last commit
Last update
..
src Loading commit data...
tasks Loading commit data...
test Loading commit data...
test-next Loading commit data...
.depcheckrc Loading commit data...
.eslintrc.js Loading commit data...
.gitignore Loading commit data...
.lintstagedrc.yml Loading commit data...
.prettierrc.js Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
example.env Loading commit data...
hardhat.config.ts Loading commit data...
package.json Loading commit data...
setupVitest.ts Loading commit data...
tsconfig.json Loading commit data...
vitest.config.ts Loading commit data...