Releases: availproject/avail-rust
Releases · availproject/avail-rust
v0.1.0-rc5
- On transaction retry mortality (era) is regenerated if it was not specified or if only the period was specified.
v0.1.0-rc4
Full Changelog: v0.1.0-rc3...v0.1.0-rc4
v0.1.0-rc3
Changes
TransactionDetailsnow holdsOption<Arc<AExtrinsicEvents>>for events instead ofArc<AExtrinsicEvents>.is_successfulnow returnsOption<Result<(), subxt::Error>>instead ofResult<(), subxt::Error>- Added documentation for:
find_first_eventfind_last_eventfind_eventget_call_datais_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
- Made fetching events more correct by @markopoloparadox in #3
- Removed html docs. They will be rebuild on gh-page branch by @markopoloparadox in #4
Full Changelog: v0.1.0-rc2...v0.1.0-rc3
v0.1.0-rc2
Full Changelog: v0.1.0-rc1...v0.1.0-rc2