v0.9.29 Launch Release Candidate 3
Pre-release
Pre-release
Release Candidate 3
Major Changes from RC2
- SchemasRuntimeApi Updated:
get_by_schema_id
now returns anOption<SchemaResponse>
- MsaRuntimeApi Updated:
get_msa_keys
now returns aVec<KeyInfoResponse<AccountId>>
- Schema Event
SchemaRegistered
Renamed toSchemaCreated
- 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
- Implemented issue #598 small cleanups. by @rlaferla in #603
- update frequency wasm artifacts by @demisx in #607
- #443 helper tests for MSA pallet by @allanperlee in #577
- Update mainnet SS58Prefix by @johnmela in #610
- retire_msa check and update for dos attack #605 by @shannonwells in #611
- Small Updates by @wilwade in #612
- generate and use some more weights by @shannonwells in #606
- Switch to cargo deny and note ignored issues by @wilwade in #619
- Update published frequency binary artifacts by @demisx in #616
- Chore/update api augment by @wilwade in #621
- publish binary hashes by @demisx in #626
- fix docker image run permission error by @demisx in #633
- Address a missed case in CheckFreeExtensionUse for revoke_delegation_by_provider. by @shannonwells in #629
- disallow failure of extrinsic due to no msa by @shannonwells in #638
- fix(extrinsic): ensure signature includes key by @enddynayn in #617
- Api augment fixes by @wilwade in #634
- fix failing docker build in CI by @demisx in #640
- Update runtime apis by @wilwade in #636
- sign binaries by @demisx in #639
- small changes to docs by @shannonwells in #642
- create non-hardened docker image by @demisx in #643
- schema renames by @shannonwells in #648
- messages: minor fix #561 by @aramikm in #653
- chore(messages): remove config dependency by @enddynayn in #651
- Replaced deprecated alias by @rlaferla in #654
- Provider -> ProviderId, Delegator -> DelegatorId by @shannonwells in #652
- Remove generic
BlockNumber
types to concrete types for client side code by @saraswatpuneet in #659 - fix(free-tx): ensure delete-msa-pub-key does not fail by @enddynayn in #625
- fix(schemas): ensure schema permission by @rlaferla in #628
- 600 - Add optional schema check to MSA check_delegations() RPC by @rlaferla in #656
- Removed unused errors by @dopatraman in #661
- Rococo Genesis to JSON by @wilwade in #663
New Contributors
- @allanperlee made their first contribution in #577
Full Changelog: v0.9.29-rc2...v0.9.29-rc3