27.0.0-alpha.11 (2024-11-29)
Features
BREAKING CHANGES
- ๐งจ Return type of
MultiSig.getHistoricalProposals
is now changed to
ResultSet<HistoricalMultiSigProposal>
to provide more info about the
proposal. This will allow get know information about prunded proposals
as well - ๐งจ SDK no longer supports chain 6.x
- Drops support for
6.3
spec version - type of
signers
has been changed toAccount
type inMultiSigDetails
andMultiSigSigners
.
This affectsdetails
method inMultiSig
entity andgetMultiSigSigners
inIdentity
entity - Deprecated
getSubsidy
method of theAccount
entity has been removed. - Deprecated
ticker
field has been removed from the interfaceMetadataKeyId
. This affects
getCollectionKeys
method fromNftCollection
entity - Deprecated
ticker
field has been removed fromHumanReadable
interfaces for these entities:
Checkpoint
,CheckpointSchedule
,CorporateAction
,DividendDistribution
,
CustomPermissionGroup
,KnownPermissionGroup
,MetadataEntry
,Offering
, Ticker
value has been removed fromScopeType
enumticker
field has been renamed toassetId
inClaimScope
interface- Deprecated
did
andticker
fields of theBaseAsset
entity have been removed. - Deprecated
joinCreator
method ofMultiSig
entity has been removed