Skip to content

Release `0.7.0`

Compare
Choose a tag to compare
@ureeves ureeves released this 20 Jul 09:40
· 436 commits to main since this release
917a7aa

piecrust 0.7.0 - 2023-07-19

Added

  • Add support for the feed import [#243]
  • Add Error::Infallible variant
  • Add Error::MissingHostData variant
  • Add Error::MissingHostQuery variant
  • Add Error::Utf8 variant
  • Add CallReceipt struct

Changed

  • Change signature of SessionDataBuilder::insert to return an error on serialization
  • Handle possible errors in imports
  • Handle error on deserializing contract metadata
  • Change signature of Session::deploy to take points_limit
  • Change signature of Session::call to take points_limit
  • Change signature of Session::call_raw to take points_limit
  • Change signature of Session::call to return CallReceipt
  • Change signature of Session::call_raw to return CallReceipt

Removed

  • Remove Session::set_point_limit
  • Remove Session::take_events
  • Remove Session::spent

uplink 0.7.0 - 2023-07-19

Added

  • Add more comprehensive documentation of the whole crate [#189]&[#190]
  • Add feed extern [#243]

Changed

  • Rename Event::target to Event::source [#243]

Removed

  • Remove EventTarget struct [#243]