Skip to content

v0.9.29 Launch Release Candidate 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@wilwade wilwade released this 10 Nov 20:55
· 551 commits to main since this release

Release Candidate 3

Major Changes from RC2

  • SchemasRuntimeApi Updated: get_by_schema_id now returns an Option<SchemaResponse>
  • MsaRuntimeApi Updated: get_msa_keys now returns a Vec<KeyInfoResponse<AccountId>>
  • Schema Event SchemaRegistered Renamed to SchemaCreated
  • Schema Errors are re-numbered (for those using hard coded enums for decoding errors)
  • MSA Errors are re-numbered (for those using hard coded enums for decoding errors)
  • MSA add_public_key_to_msa extrinsic parameters changed

What's Changed

New Contributors

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