Releases: PolymeshAssociation/polymesh-sdk
Releases · PolymeshAssociation/polymesh-sdk
v27.0.0-alpha.3
v27.0.0-alpha.2
v27.0.0-alpha.1
27.0.0-alpha.1 (2024-11-21)
Features
- 🎸 Retrieve instruction info from middleware(if available) (7a13bab)
BREAKING CHANGES
- 🧨 Methods in the
Instruction
entity that retrieve information from the
chain were updated to use middleware for fetching data, when available. If middleware is
unavailable, the methods will continue to fetch data directly from the chain.
The following methods were modified with this logic:details
,getAffirmations
,getLegs
,
getMediators
,getOffChainAffirmations
,getOffChainAffirmationForLeg
.
When querying via middleware, these methods will now throw an error in the following cases:
a. If the instruction does not exist.
b.If the instruction data has not yet been processed by the middleware.
Also, the pagination options forgetAffirmations
andgetLegs
now supports
MiddlewarePaginationOptions
as well (when querying via middleware)
v26.2.0
v26.2.0-beta.1
26.2.0-beta.1 (2024-11-13)
Bug Fixes
- 🐛 Handle multiSig signer key in
account.getPermissions
(7728c68)
Features
v26.2.0-alpha.5
26.2.0-alpha.5 (2024-11-12)
Features
v26.2.0-alpha.4
v26.2.0-alpha.3
26.2.0-alpha.3 (2024-11-08)
Bug Fixes
- 🐛 Handle multiSig signer key in
account.getPermissions
(7728c68)
v26.2.0-alpha.2
26.2.0-alpha.2 (2024-11-07)
Features
- 🎸 adds initial
Jenkinsfile
, for transitioning to jenkins artifact builds (436f319)