Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

v0.6.9

Compare
Choose a tag to compare
@hazim-j hazim-j released this 02 Aug 01:57
· 58 commits to main since this release
e3a0027

Release notes

This patch release includes one bug fix and two new features:

  1. Fix callGasLimit calculation to account for 63/64 rule via tracing while still being as efficient as binary search.
  2. Instrument traces and metrics with OpenTelemetry.
  3. Support for Base mainnet.

What's Changed

  • Account for 63/64 rule in callGasLimit estimate by @hazim-j in #207
  • Add E2E tests by @hazim-j in #209
  • Fix CGL estimate for deeper call stacks by @hazim-j in #220
  • Reduce diff between tracer and binary search for callGasLimit by @hazim-j in #222
  • Rename to BundlerExecutionTracer for clarity by @hazim-j in #223
  • Update TestGas contract to send value in recursive calls by @hazim-j in #224
  • Reduce the diff between tracing and binary search estimation by @hazim-j in #226
  • Instrument traces and metrics with opentelemetry by @hazim-j in #232
  • OTEL: set propagator for distributed tracing by @hazim-j in #234
  • Set PVG calculation for Base mainnet by @hazim-j in #235

Full Changelog: v0.6.8...v0.6.9