Skip to content

Stylus SDK v0.7.0

Latest
Compare
Choose a tag to compare
@joshuacolvin0 joshuacolvin0 released this 03 Feb 21:15
· 94 commits to main since this release
d1bd030

0.7.0 - 2024-01-06

Added

  • impl From<alloy_primitives::Bytes> for stylus_sdk::Bytes
  • Support for integer types from alloy_primitives
  • Fallback/receive functionality for routers created using #[public]

Changed

  • Upgrade alloy dependency to 0.8.14
  • Allow struct references within sol_interface! macro
  • pub structs in sol_interface! macro
  • Refactor of proc macros for better maintainability and testability