Skip to content

v1.13.0

Choose a tag to compare

@zerosnacks zerosnacks released this 05 Jan 10:27
· 15 commits to master since this release
c29afdd

This is the final release compatible with versions < 0.8.13 (support previously aimed to cover >= 0.6.2).
All subsequent releases require >= 0.8.13. See: #764 for additional context.

Featured Changes

  • feat(stdchains): add ink and ink sepolia default rpc endpoints by @CruzMolina in #762
  • feat: add StdConfig::exists method to check if key exists by @nikollamalic in #771

What's Changed

  • chore: update exposed_ <function_name> be consistent with lint mixed-case-function rule by @zerosnacks in #761
  • fix: config test to use reth, remove log from bound by @grandizzy in #763
  • Update README.md by @MonkeyKing44 in #718
  • fix: correct error messages in StdStorage parent() and root() functions by @avorylli in #723
  • chore(deps): bump crate-ci/typos from 1.39.2 to 1.40.0 by @dependabot[bot] in #765
  • fix: correctly state dual license MIT or Apache-2.0 in Solidity files by @zerosnacks in #768
  • fix: minor typos in docs by @maradini77 in #769
  • fix: correct type mismatch in LibVariable documentation example by @GarmashAlex in #725
  • fix: prevent out-of-bounds access in bytesToBytes32 by @maradini77 in #742
  • refactor: deduplicate Multicall3 and CREATE2_FACTORY constants in StdUtils by @aso20455 in #706
  • fix: populate Tx1559.contractAddress during conversion by @Galoretka in #733
  • chore(release): bump v1.13.0 by @zerosnacks in #779

New Contributors

Full Changelog: v1.12.0...v1.13.0