Skip to content

Releases: availproject/avail-rust

v0.1.0-rc5

22 Jan 18:55
885f61d

Choose a tag to compare

  • On transaction retry mortality (era) is regenerated if it was not specified or if only the period was specified.

v0.1.0-rc4

13 Jan 09:55
46e9347

Choose a tag to compare

v0.1.0-rc3

08 Jan 21:06
c145505

Choose a tag to compare

Changes

  • TransactionDetails now holds Option<Arc<AExtrinsicEvents>> for events instead of Arc<AExtrinsicEvents>.
  • is_successful now returns Option<Result<(), subxt::Error>> instead of Result<(), subxt::Error>
  • Added documentation for:
    • find_first_event
    • find_last_event
    • find_event
    • get_call_data
    • is_successful

This change is done because event decoding might fail and the user would have no way to know that. Now if is_successful returns None it means that no events we decoded so we cannot know if the transaction was actually successful or not.

What's Changed

Full Changelog: v0.1.0-rc2...v0.1.0-rc3

v0.1.0-rc2

23 Dec 10:10
08f75f2

Choose a tag to compare

v0.1.0-rc1

18 Dec 16:01
3449571

Choose a tag to compare