v1.13.0
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.0in 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
bytesToBytes32by @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
- @MonkeyKing44 made their first contribution in #718
- @avorylli made their first contribution in #723
- @maradini77 made their first contribution in #769
- @nikollamalic made their first contribution in #771
- @GarmashAlex made their first contribution in #725
- @aso20455 made their first contribution in #706
- @Galoretka made their first contribution in #733
Full Changelog: v1.12.0...v1.13.0