This release contains several breaking changes and is expected to be stable.
See the book for a more detailed list and a migration guide.
What's Changed
- feat(sol-types)!: rm
validate: bool
by @yash-atreya in #863 - fix(sol-macro)!: rm fake transport from contract expansion by @yash-atreya in #865
- feat(sol-macro)!: function calls should directly yield result by @yash-atreya in #855
- chore: remove deprecated
Signature
by @klkvr in #899 - feat(
sol!
)!: gen unit/tuple structs for errors, calls, events with 0/1 param by @yash-atreya in #883 - chore(deps)!: bump getrandom to 0.3, rand to 0.9 by @DaniPopes in #869
- fix(
sol!
): pass correct call_struct to call_builder in expansion by @yash-atreya in #901 - fix(
sol-expander
): rename from/into + impl From by @yash-atreya in #905 - feat(primitives): remove
From<String> for Bytes
by @DaniPopes in #907 - feat(sol-macro)!: improve call return encoding by @DaniPopes in #909
- chore: add hash_ref function to sealed.rs by @shane-moore in #920
- fix: do not rely on bytes dependency in
wrap_fixed_bytes!
by @klkvr in #918 - fix(primitives): Remove undefined behavior in FixedBytes by @dist1ll in #919
- feat: add inner mut by @mattsse in #921
- feat: 1.0-rc.1 by @yash-atreya in #895
- feat(primitives): supporting diesel @ 2.2 by @sinasab in #915
New Contributors
- @shane-moore made their first contribution in #920
- @dist1ll made their first contribution in #919
- @sinasab made their first contribution in #915
Full Changelog: v0.8.24...v1.0.0