Releases: morpho-org/sdks
Releases · morpho-org/sdks
@morpho-org/bundler-sdk-viem-v3.2.0
@morpho-org/bundler-sdk-viem-v3.2.0 (2025-06-12)
- Merge branch 'feat/paraswap' into feat/paraswap-bundler (56a928c)
- Merge branch 'feat/paraswap' of github.com:morpho-org/sdks into feat/paraswap-bundler (316230d)
- Merge branch 'feat/paraswap' of github.com:morpho-org/sdks into feat/paraswap-bundler (700dc5f)
- Merge branch 'feat/paraswap' of github.com:morpho-org/sdks into feat/paraswap-bundler (4288add)
- Merge branch 'fix/required-token-amounts' of github.com:morpho-org/sdks into feat/paraswap-bundler (151470c)
- Merge branch 'fix/required-token-amounts' of github.com:morpho-org/sdks into feat/paraswap-bundler (852c0b3)
- Merge branch 'main' into next (2104e00)
- Merge branch 'main' into next (e82f94c)
- Merge branch 'next' into feat/paraswap (6b1fd2b)
- Merge branch 'next' of github.com:morpho-org/sdks into fix/miscellaneous (3f92f7b)
- Merge branch 'refactor/operation-types' of github.com:morpho-org/sdks into feat/paraswap (6b2114a)
- Merge pull request #342 from morpho-org/main (3ba8fd4), closes #342
- fix(approve): simulate approve only once tokens (23d0faa)
- fix(dai): reset allowance after bundle (d6596b4)
- fix(paraswap): update slippage calculations (92ee712)
- fix(signatures): allow custom deadline, defaults to 2h (b547182)
- fix(simulation): replace infinite balance with dynamic tracking (92ee3e5)
- fix(wrap): use owner as recipient (3a6be79)
- docs(bundler-action): fix typos (05b3fac)
- test(paraswap): add deleverage test (8ee71f8)
- test(paraswap): fix sell test (6b03d8f)
- test(paraswap): update amounts (6a31ef3)
- test(simulation): update snapshots (c660afb)
- feat(bundler): encode paraswap operations (b2e20b0)
- feat(operations): drop sender in callbacks, drop address for blue operations (2ce9866)
- feat(simulation): add buy/sell/buyDebt operations (815e3ac)
@morpho-org/blue-sdk-v4.0.0
@morpho-org/blue-sdk-v4.0.0 (2025-06-12)
- Merge branch 'feat/paraswap' of github.com:morpho-org/sdks into feat/paraswap-bundler (4288add)
- Merge branch 'fix/required-token-amounts' of github.com:morpho-org/sdks into feat/paraswap-bundler (852c0b3)
- Merge branch 'main' into next (2104e00)
- Merge branch 'main' into next (df6c52c)
- Merge branch 'main' into next (0de7a5f)
- Merge branch 'main' into next (ee135e5)
- Merge branch 'main' of github.com:morpho-org/sdks into feat/paraswap (368326b)
- Merge branch 'main' of github.com:morpho-org/sdks into next (1d4d9bd)
- Merge branch 'next' of github.com:morpho-org/sdks into fix/miscellaneous (3f92f7b)
- refactor(blue-sdk)!: encapsulate addresses customization (75e8ba5)
- refactor(input): update assets/shares check (48d9019)
- fix(addresses): add all wrapped native tokens (c6ce69d)
- fix(addresses): add katana (469d054)
- fix(addresses): add wNative to unwrapped tokens mapping (83b7826)
- fix(addresses): extend customizationlogic to wrapping (dcde903)
- fix(addresses): improve function signature (bd82f0d)
- fix(addresses): remove arbitrum wnative because upgradeable (8ce1ab1)
- fix(blue-sdk): deep freeze addresses registries (61e2fa3)
- fix(blue): handle max inputs (b4363e5)
- fix(imports): import lodash isolated packages (5ca1703)
- fix(namings): rename variable (abdc8fa)
- fix(signatures): allow custom deadline, defaults to 2h (b547182)
- fix(simulation): replace infinite balance with dynamic tracking (92ee3e5)
- feat(blue-sdk): add mapping for native address on PolygonMainnet (bab0e00)
- feat(bundler): encode paraswap operations (b2e20b0)
- docs(blue-sdk): add addresses customization to readme (cbfee0d)
- test(blue-sdk): test addresses customization (cdac223)
BREAKING CHANGE
- addressesRegistry can only be updated with
registerCustomAddresses
@morpho-org/simulation-sdk-v3.1.0-next.2
@morpho-org/simulation-sdk-v3.1.0-next.2 (2025-06-12)
- Merge branch 'feat/paraswap' of github.com:morpho-org/sdks into feat/paraswap-bundler (988e243)
- Merge branch 'feat/paraswap' of github.com:morpho-org/sdks into feat/paraswap-bundler (316230d)
- Merge branch 'feat/paraswap' of github.com:morpho-org/sdks into feat/paraswap-bundler (700dc5f)
- Merge branch 'feat/paraswap' of github.com:morpho-org/sdks into feat/paraswap-bundler (4288add)
- Merge branch 'fix/required-token-amounts' of github.com:morpho-org/sdks into feat/paraswap-bundler (852c0b3)
- Merge branch 'next' into feat/paraswap (805fe32)
- Merge branch 'next' of github.com:morpho-org/sdks into fix/miscellaneous (3f92f7b)
- Merge branch 'refactor/operation-types' of github.com:morpho-org/sdks into feat/paraswap (6b2114a)
- refactor(input): update assets/shares check (48d9019)
- fix(approve): simulate approve only once tokens (23d0faa)
- fix(blue-simulation-sdk): fix fixtures (254fd67)
- fix(blue): handle max inputs (b4363e5)
- fix(dai): reset allowance after bundle (d6596b4)
- fix(imports): use relative paths (f77643d)
- fix(operation): rename parameters (e93e7fc)
- fix(paraswap): update offset errors (b686b65)
- fix(paraswap): update slippage calculations (92ee712)
- fix(reallocation): consider pending cap accepted (18729d0)
- fix(sell): add zero amount error (70c8c1e)
- fix(signatures): allow custom deadline, defaults to 2h (b547182)
- fix(simulation): replace infinite balance with dynamic tracking (92ee3e5)
- fix(slippage): check bounds (72dc2b8)
- test(paraswap): add deleverage test (8ee71f8)
- test(paraswap): update snapshots (c3defd4)
- test(paraswap): update snapshots (8001044)
- test(simulation-sdk): test with swap calldata (53bb762)
- test(simulation): update snapshots (c660afb)
- feat(bundler): encode paraswap operations (b2e20b0)
- feat(operations): drop sender in callbacks, drop address for blue operations (2ce9866)
- feat(simulation): add buy/sell/buyDebt operations (815e3ac)
@morpho-org/simulation-sdk-v3.1.0-next.1
@morpho-org/simulation-sdk-v3.1.0-next.1 (2025-06-12)
- fix(blue-simulation-sdk): fix fixtures (254fd67)
- fix(dai): reset allowance after bundle (d6596b4)
- fix(operation): rename parameters (e93e7fc)
- fix(paraswap): update offset errors (b686b65)
- fix(paraswap): update slippage calculations (92ee712)
- fix(sell): add zero amount error (70c8c1e)
- fix(simulation): replace infinite balance with dynamic tracking (92ee3e5)
- Merge branch 'feat/paraswap' of github.com:morpho-org/sdks into feat/paraswap-bundler (988e243)
- Merge branch 'feat/paraswap' of github.com:morpho-org/sdks into feat/paraswap-bundler (316230d)
- Merge branch 'feat/paraswap' of github.com:morpho-org/sdks into feat/paraswap-bundler (700dc5f)
- Merge branch 'feat/paraswap' of github.com:morpho-org/sdks into feat/paraswap-bundler (4288add)
- Merge branch 'fix/required-token-amounts' of github.com:morpho-org/sdks into feat/paraswap-bundler (852c0b3)
- Merge branch 'next' into feat/paraswap (805fe32)
- Merge branch 'refactor/operation-types' of github.com:morpho-org/sdks into feat/paraswap (6b2114a)
- test(paraswap): add deleverage test (8ee71f8)
- test(paraswap): update snapshots (c3defd4)
- test(paraswap): update snapshots (8001044)
- test(simulation-sdk): test with swap calldata (53bb762)
- test(simulation): update snapshots (c660afb)
- feat(bundler): encode paraswap operations (b2e20b0)
- feat(operations): drop sender in callbacks, drop address for blue operations (2ce9866)
- feat(simulation): add buy/sell/buyDebt operations (815e3ac)
@morpho-org/liquidation-sdk-viem-v2.7.2-next.1
@morpho-org/liquidation-sdk-viem-v2.7.2-next.1 (2025-06-12)
@morpho-org/liquidation-sdk-viem-v2.7.2-next.0
@morpho-org/liquidation-sdk-viem-v2.7.2-next.0 (2025-06-12)
@morpho-org/bundler-sdk-viem-v3.2.0-next.3
@morpho-org/bundler-sdk-viem-v3.2.0-next.3 (2025-06-12)
- Merge branch 'feat/paraswap' into feat/paraswap-bundler (56a928c)
- Merge branch 'feat/paraswap' of github.com:morpho-org/sdks into feat/paraswap-bundler (316230d)
- Merge branch 'feat/paraswap' of github.com:morpho-org/sdks into feat/paraswap-bundler (700dc5f)
- Merge branch 'feat/paraswap' of github.com:morpho-org/sdks into feat/paraswap-bundler (4288add)
- Merge branch 'fix/required-token-amounts' of github.com:morpho-org/sdks into feat/paraswap-bundler (151470c)
- Merge branch 'fix/required-token-amounts' of github.com:morpho-org/sdks into feat/paraswap-bundler (852c0b3)
- Merge branch 'main' into next (2104e00)
- Merge branch 'main' into next (e82f94c)
- Merge branch 'next' into feat/paraswap (6b1fd2b)
- Merge branch 'next' of github.com:morpho-org/sdks into fix/miscellaneous (3f92f7b)
- Merge branch 'refactor/operation-types' of github.com:morpho-org/sdks into feat/paraswap (6b2114a)
- Merge pull request #342 from morpho-org/main (3ba8fd4), closes #342
- fix(approve): simulate approve only once tokens (23d0faa)
- fix(dai): reset allowance after bundle (d6596b4)
- fix(paraswap): update slippage calculations (92ee712)
- fix(signatures): allow custom deadline, defaults to 2h (b547182)
- fix(simulation): replace infinite balance with dynamic tracking (92ee3e5)
- fix(wrap): use owner as recipient (3a6be79)
- docs(bundler-action): fix typos (05b3fac)
- test(paraswap): add deleverage test (8ee71f8)
- test(paraswap): fix sell test (6b03d8f)
- test(paraswap): update amounts (6a31ef3)
- test(simulation): update snapshots (c660afb)
- feat(bundler): encode paraswap operations (b2e20b0)
- feat(operations): drop sender in callbacks, drop address for blue operations (2ce9866)
- feat(simulation): add buy/sell/buyDebt operations (815e3ac)
@morpho-org/bundler-sdk-viem-v3.2.0-next.2
@morpho-org/bundler-sdk-viem-v3.2.0-next.2 (2025-06-12)
- fix(dai): reset allowance after bundle (d6596b4)
- fix(paraswap): update slippage calculations (92ee712)
- fix(simulation): replace infinite balance with dynamic tracking (92ee3e5)
- fix(wrap): use owner as recipient (3a6be79)
- Merge branch 'feat/paraswap' into feat/paraswap-bundler (56a928c)
- Merge branch 'feat/paraswap' of github.com:morpho-org/sdks into feat/paraswap-bundler (316230d)
- Merge branch 'feat/paraswap' of github.com:morpho-org/sdks into feat/paraswap-bundler (700dc5f)
- Merge branch 'feat/paraswap' of github.com:morpho-org/sdks into feat/paraswap-bundler (4288add)
- Merge branch 'fix/required-token-amounts' of github.com:morpho-org/sdks into feat/paraswap-bundler (151470c)
- Merge branch 'fix/required-token-amounts' of github.com:morpho-org/sdks into feat/paraswap-bundler (852c0b3)
- Merge branch 'main' into next (e82f94c)
- Merge branch 'next' into feat/paraswap (6b1fd2b)
- Merge branch 'refactor/operation-types' of github.com:morpho-org/sdks into feat/paraswap (6b2114a)
- Merge pull request #342 from morpho-org/main (3ba8fd4), closes #342
- docs(bundler-action): fix typos (05b3fac)
- test(paraswap): add deleverage test (8ee71f8)
- test(paraswap): fix sell test (6b03d8f)
- test(paraswap): update amounts (6a31ef3)
- test(simulation): update snapshots (c660afb)
- feat(bundler): encode paraswap operations (b2e20b0)
- feat(operations): drop sender in callbacks, drop address for blue operations (2ce9866)
- feat(simulation): add buy/sell/buyDebt operations (815e3ac)
@morpho-org/blue-sdk-v4.0.0-next.3
@morpho-org/blue-sdk-v4.0.0-next.3 (2025-06-12)
- Merge branch 'feat/paraswap' of github.com:morpho-org/sdks into feat/paraswap-bundler (4288add)
- Merge branch 'fix/required-token-amounts' of github.com:morpho-org/sdks into feat/paraswap-bundler (852c0b3)
- Merge branch 'main' into next (2104e00)
- Merge branch 'main' into next (df6c52c)
- Merge branch 'main' into next (0de7a5f)
- Merge branch 'main' into next (ee135e5)
- Merge branch 'main' of github.com:morpho-org/sdks into feat/paraswap (368326b)
- Merge branch 'main' of github.com:morpho-org/sdks into next (1d4d9bd)
- Merge branch 'next' of github.com:morpho-org/sdks into fix/miscellaneous (3f92f7b)
- refactor(blue-sdk)!: encapsulate addresses customization (75e8ba5)
- refactor(input): update assets/shares check (48d9019)
- fix(addresses): add all wrapped native tokens (c6ce69d)
- fix(addresses): add katana (469d054)
- fix(addresses): add wNative to unwrapped tokens mapping (83b7826)
- fix(addresses): extend customizationlogic to wrapping (dcde903)
- fix(addresses): improve function signature (bd82f0d)
- fix(addresses): remove arbitrum wnative because upgradeable (8ce1ab1)
- fix(blue-sdk): deep freeze addresses registries (61e2fa3)
- fix(blue): handle max inputs (b4363e5)
- fix(imports): import lodash isolated packages (5ca1703)
- fix(namings): rename variable (abdc8fa)
- fix(signatures): allow custom deadline, defaults to 2h (b547182)
- fix(simulation): replace infinite balance with dynamic tracking (92ee3e5)
- feat(blue-sdk): add mapping for native address on PolygonMainnet (bab0e00)
- feat(bundler): encode paraswap operations (b2e20b0)
- docs(blue-sdk): add addresses customization to readme (cbfee0d)
- test(blue-sdk): test addresses customization (cdac223)
BREAKING CHANGE
- addressesRegistry can only be updated with
registerCustomAddresses
@morpho-org/blue-sdk-v4.0.0-next.2
@morpho-org/blue-sdk-v4.0.0-next.2 (2025-06-12)
- fix(addresses): add all wrapped native tokens (c6ce69d)
- fix(addresses): add katana (469d054)
- fix(addresses): add wNative to unwrapped tokens mapping (83b7826)
- fix(addresses): extend customizationlogic to wrapping (dcde903)
- fix(addresses): improve function signature (bd82f0d)
- fix(addresses): remove arbitrum wnative because upgradeable (8ce1ab1)
- fix(blue-sdk): deep freeze addresses registries (61e2fa3)
- fix(imports): import lodash isolated packages (5ca1703)
- fix(namings): rename variable (abdc8fa)
- fix(simulation): replace infinite balance with dynamic tracking (92ee3e5)
- Merge branch 'feat/paraswap' of github.com:morpho-org/sdks into feat/paraswap-bundler (4288add)
- Merge branch 'fix/required-token-amounts' of github.com:morpho-org/sdks into feat/paraswap-bundler (852c0b3)
- Merge branch 'main' into next (df6c52c)
- Merge branch 'main' into next (0de7a5f)
- Merge branch 'main' into next (ee135e5)
- Merge branch 'main' of github.com:morpho-org/sdks into feat/paraswap (368326b)
- Merge branch 'main' of github.com:morpho-org/sdks into next (1d4d9bd)
- refactor(blue-sdk)!: encapsulate addresses customization (75e8ba5)
- feat(blue-sdk): add mapping for native address on PolygonMainnet (bab0e00)
- feat(bundler): encode paraswap operations (b2e20b0)
- docs(blue-sdk): add addresses customization to readme (cbfee0d)
- test(blue-sdk): test addresses customization (cdac223)
BREAKING CHANGE
- addressesRegistry can only be updated with
registerCustomAddresses