27.0.0-beta.2 (2024-12-02)
Bug Fixes
- ๐ ignore improper cased permissions (3e2781f)
Features
- ๐ธ Add more info about historical proposal (f654bb1)
- ๐ธ add support for padded IDs in subquery (5ce3a38)
- ๐ธ Drop support for chain 6.x (0d2aab2)
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