You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add CI job to unit test code across node versions. (#583)
Refactor
refactor: Decouple XCM versioning from Direction logic handlers (#598)
BREAKING CHANGE: xcmVersion is no longer implicitly change to V4 when dealing with ForeignAssets transfers. xcmVersion must be explicitly set to V4 or greater.
refactor: Consolidate FungibleStrAssetType and FungibleObjAssetType (#596)
refactor: Remove isForeignAssetsTransfer from fetchCallType (#585)
refactor: Move to object params for private methods with many arguments (#584)
Fix
fix: example building + add CI step to catch failure of any example code (#581)