What's Changed
- fix Eip3155 inspector summary gas_used bug and add fork name by @Pana in #1216
- Improve
EthersDB
by @CorrM in #1208 - feat(interpreter): expose mutable access methods on stack and memory by @DaniPopes in #1219
- chore(deps): bump bytes from 1.5.0 to 1.6.0 by @dependabot in #1224
- chore(deps): bump regex from 1.10.3 to 1.10.4 by @dependabot in #1223
- perf(interpreter): don't run signextend with 31 too by @DaniPopes in #1222
- perf(interpreter): keep track of remaining gas rather than spent by @DaniPopes in #1221
- docs(primitives): kzg intro by @developeruche in #1209
- chore(deps): run
cargo update
by @DaniPopes in #1229 - chore(interpreter): unbox contract field by @DaniPopes in #1228
- chore(deps): bump serde_json from 1.0.114 to 1.0.115 by @dependabot in #1232
- fix: use correct rand package for thread_rng by @jtraglia in #1233
- fix(GasInspector): calculate correct remaining gas after call return by @rakita in #1236
- fix: use correct bn128 mul input length by @jtraglia in #1238
- nit: remove unnecessary call to into_u256() for bn128 add by @jtraglia in #1239
- docs: link to point evaluation documentation by @jtraglia in #1241
- fix: update/enable bn128 tests by @jtraglia in #1242
- chore(deps): bump tokio from 1.36.0 to 1.37.0 by @dependabot in #1244
- feat: TracerEip3155 optionally traces memory by @Otto-AA in #1234
- nit: move div by zero check from smod to i256_mod by @jtraglia in #1248
- fix(TracerEip3155): clear Inspector data after transaction. by @Pana in #1230
- feat: derive serde for OpCode, improve implementations by @DaniPopes in #1215
- chore(deps): bump alloy 0.7.0 by @mattsse in #1250
- chore(deps): bump other alloy deps 0.7.0 by @mattsse in #1252
- nit: use uint macro & fix various small things by @jtraglia in #1253
- feat: add tests for shift instructions by @jtraglia in #1254
- chore: release by @github-actions in #1231
- chore: main CHANGELOG, tag v35 by @rakita in #1255
- chore: simple publish script by @rakita in #1256
New Contributors
- @Pana made their first contribution in #1216
- @developeruche made their first contribution in #1209
- @jtraglia made their first contribution in #1233
- @Otto-AA made their first contribution in #1234
Full Changelog: v34...v35