Skip to content

v0.23.5

Choose a tag to compare

@spsjvc spsjvc released this 30 Jul 12:36
· 18 commits to main since this release
96473af

Summary

This release fixes a bug in createRollupFetchTransactionHash so that upgrades of the Rollup contract (e.g. for BoLD) are properly handled and the original deployment is fetched.

It also adds the option to specify the version of RollupCreator to be used in certain utilities, with more to be added in a future release.

What's Changed

  • feat: add versioning to getRollupCreatorAddress by @spsjvc in #470
  • feat: add versioning to createRollupGetRetryablesFees by @spsjvc in #471
  • feat: add versioning to createRollupPrepareDeploymentParamsConfigDefaults by @spsjvc in #487
  • feat: add versioning to createRollupEncodeFunctionData by @spsjvc in #488
  • fix: handle rollup upgrades when querying tx hash by @spsjvc in #489

Full Changelog: v0.23.4...v0.23.5