changelog
modified logic
- MultiSig pays protocol fees. (#1307)
- modified MultiSigSigners map (#1282)
- check instruction leg amount and returns error if zero (#1284)
- removed state from pip.Proposals (#1287)
- modified renaming portfolio function to insert new name in nameToNumber map (#1285)
- added redeem_from_portfolio function (#1292)
- modified base_redeem to correctly check referenced portfolio (#1338)
modified api
- created update_venue_signers function and VenueSignersUpdated Event (#1273)
- adds
CustomClaimTypeAdded
event to record custom claim (#1266) - adds
CustomClaimTypeDoesNotExist
error if claim type doesn't exist (#1266) - adds
CustomClaims
,CustomClaimsInverse
,CustomClaimIdSequence
storage to record custom claim details (#1266) - adds
register_custom_claim_type
extrinsic to register new custom claim types (#1266) - add a few new fields to
AssetCreated
event (#1272) - added optional memo field to Instructions (#1280)
new features
- adds the ability to register and then add custom claims (
Claim::Custom
) (#1266) - Add storage version check script to pipeline and fix genesis config for Portfolio & Statistics pallets.
- Add missing rpc endpoints and signedExtensions. #1329
- Re-use the develop runtime code and add support for building just a special ci runtime.
- Updates benchmarks for new 5.1 extrinsics
- Bump
spec_version
to 5_001_002 (5.1.0-rc2)