Skip to content

morpho-org

Utility

Verified Builder

Home for all morpho related bots 🤖

ShippingLast ship 6h ago

Latest ship

Active development: 86 commits across 3 contributors

Code ActivitySource linked

11 active day(s) in morpho-org/morpho-bots.

Builder activity

Meaningful, source-backed updates per week. Commits are aggregated, not counted individually.

Build timeline

  1. Active development: 60 commits across 5 contributors

    Code ActivitySource linked

    35 active day(s) in morpho-org/sdks.

    View evidence
  2. midnight-liq-2026.09.08-1

    Github ReleaseSource verified

    What's Changed * feat(quoter-bot): add ethereum mainnet support by @julien-devatom in https://github.com/morpho-org/morpho-bots/pull/173 * feat(quoter-bot): make playground previews readable by @thomas-chabert in https://github.com/morpho-org/morpho-bots/pull/185 * feat(midnight-liquidation): support loan-as-collateral markets by @haydenshively in https://github.com/morpho-org/morpho-bots/pull/184 * feat(swaps): rank candidates on an interpolated venue cost curve by @haydenshively in https://github.com/morpho-org/morpho-bots/pull/187 * fix(bots): treat a reverted send as economic, not a sen

    View evidence
  3. Active development: 86 commits across 3 contributors

    Code ActivitySource linked

    10 active day(s) in morpho-org/morpho-bots.

    View evidence
  4. Active development: 58 commits across 5 contributors

    Code ActivitySource linked

    34 active day(s) in morpho-org/sdks.

    View evidence
  5. Active development: 55 commits across 5 contributors

    Code ActivitySource linked

    33 active day(s) in morpho-org/sdks.

    View evidence
  6. Active development: 86 commits across 3 contributors

    Code ActivitySource linked

    9 active day(s) in morpho-org/morpho-bots.

    View evidence
  7. @morpho-org/wdk-protocol-lending-morpho-evm-v1.2.0

    Github ReleaseSource verified

    1.2.0 Minor Changes - #985 94dbd38 Thanks @Foulks-Plb! - Publish the pinned BlueBundlesV1 ABI and deprecate all Vault V1 shared-liquidity algorithm and Bundler3 composition surfaces in Morpho SDK, plus the WDK Vault V1 borrow input. Use Vault V2 BluePublicAllocator reallocations for new integrations; all deprecated Vault V1 surfaces will be removed in the next major. Patch Changes - Updated dependencies [[be2ad49](h

    View evidence
  8. @morpho-org/morpho-ts-v2.11.1

    Github ReleaseSource verified

    2.11.1 Patch Changes - #979 2601458 Thanks @alexbensimon! - Fix malformed explorerUrl values in ChainUtils.CHAIN_METADATA. Arc mainnet (5042) pointed at http://explorer.arc.io/, the only non-HTTPS explorer of the 43 registered chains, so every link built from it was an insecure navigation out of an HTTPS app. It is now https://explorer.arc.io. The trailing slash is also dropped from Tac, Celo, Abstract and Sonei

    View evidence
  9. @morpho-org/morpho-sdk-v5.9.0

    Github ReleaseSource verified

    5.9.0 Minor Changes - #1007 55d0ade Thanks @Foulks-Plb! - Deprecate getDaiPermitTypedData and DaiPermitArgs. The SDK routes DAI approvals through Permit2 / classic approval internally — DAI's non-standard boolean permit (any positive allowance authorizes type(uint256).max, not the passed amount) is incompatible with the ERC-2612 simple-permit path — so this standalone helper is unused by every SDK flow. It stays

    View evidence
  10. @morpho-org/midnight-sdk-v1.3.1

    Github ReleaseSource verified

    1.3.1 Patch Changes - #1006 014364e Thanks @Foulks-Plb! - Bind MidnightApi.fetchBook and fetchBooks results to the requested market. Both now recompute the market id from each returned book's own params with MarketUtils.toId and throw InvalidMidnightApiResponseError when it does not match the advertised market_id, so a hostile or compromised API cannot pair a trusted id with foreign market metadata. fetchBook

    View evidence
  11. @morpho-org/blue-sdk-viem-v5.5.0

    Github ReleaseSource verified

    5.5.0 Minor Changes - #1007 55d0ade Thanks @Foulks-Plb! - Deprecate getDaiPermitTypedData and DaiPermitArgs. The SDK routes DAI approvals through Permit2 / classic approval internally — DAI's non-standard boolean permit (any positive allowance authorizes type(uint256).max, not the passed amount) is incompatible with the ERC-2612 simple-permit path — so this standalone helper is unused by every SDK flow. It stays

    View evidence
  12. Active development: 86 commits across 3 contributors

    Code ActivitySource linked

    8 active day(s) in morpho-org/morpho-bots.

    View evidence
  13. Active development: 86 commits across 3 contributors

    Code ActivitySource linked

    7 active day(s) in morpho-org/morpho-bots.

    View evidence
  14. Active development: 57 commits across 5 contributors

    Code ActivitySource linked

    33 active day(s) in morpho-org/sdks.

    View evidence
  15. quoter-bot-2026.08.31-1

    Github ReleaseSource verified

    What's Changed * feat(repo): add quoter-signer kms signing and custody attestation by @julien-devatom in https://github.com/morpho-org/morpho-bots/pull/179 * fix(bots): count only broadcast submits and report plan skips by @haydenshively in https://github.com/morpho-org/morpho-bots/pull/181 * feat(midnight-liquidation): gate plans on incentive headroom by @haydenshively in https://github.com/morpho-org/morpho-bots/pull/182 * feat(quoter-bot): add ethereum mainnet support by @julien-devatom in https://github.com/morpho-org/morpho-bots/pull/173 Full Changelog: https://github.com/morpho-or

    View evidence
  16. midnight-liq-2026.08.28-1

    Github ReleaseSource verified

    What's Changed * feat(bots): add monitored market making and offer invalidation by @julien-devatom in https://github.com/morpho-org/morpho-bots/pull/114 * feat(market-making): add CLI logger (MKT-1540) by @prd-carapulse[bot] in https://github.com/morpho-org/morpho-bots/pull/118 * feat(market-making): add combined monitoring command by @julien-devatom in https://github.com/morpho-org/morpho-bots/pull/117 * feat(market-making): add BetterStack observability by @prd-carapulse[bot] in https://github.com/morpho-org/morpho-bots/pull/119 * docs(market-making): separate architecture documentation b

    View evidence
  17. @morpho-org/test-v2.10.0

    Github ReleaseSource verified

    2.10.0 Minor Changes - #941 86bf42c Thanks @Rubilmax! - Stop retrying failed JSON-RPC requests from Vitest clients to local Anvil processes so transport errors surface without duplicating RPC work. Support Anvil's Optimism Karst hardfork so Base fork tests can execute Osaka EVM bytecode with Foundry v1.8.0.

    View evidence
  18. @morpho-org/morpho-ts-v2.11.0

    Github ReleaseSource verified

    2.11.0 Minor Changes - #953 17f430b Thanks @Foulks-Plb! - Register the canonical VaultBundlesV1 and BlueBundlesV1 deployments in the bundles group of ChainAddresses, alongside the existing bundles.vaultExitBundlesV1 entry. The AddressLabel union gains bundles.vaultBundlesV1 and bundles.blueBundlesV1, so getChainAddress(chainId, "bundles.vaultBundlesV1"), `getChainAddress(chainId, "bundles.blueBundlesV1")

    View evidence
  19. @morpho-org/morpho-sdk-v5.8.0

    Github ReleaseSource verified

    5.8.0 Minor Changes - #953 17f430b Thanks @Foulks-Plb! - Register the canonical VaultBundlesV1 and BlueBundlesV1 deployments in the bundles group of ChainAddresses, alongside the existing bundles.vaultExitBundlesV1 entry. The AddressLabel union gains bundles.vaultBundlesV1 and bundles.blueBundlesV1, so getChainAddress(chainId, "bundles.vaultBundlesV1"), getChainAddress(chainId, "bundles.blueBundlesV1")

    View evidence
  20. @morpho-org/evm-simulation-v4.1.5

    Github ReleaseSource verified

    4.1.5 Patch Changes - #953 17f430b Thanks @Foulks-Plb! - Register the canonical VaultBundlesV1 and BlueBundlesV1 deployments in the bundles group of ChainAddresses, alongside the existing bundles.vaultExitBundlesV1 entry. The AddressLabel union gains bundles.vaultBundlesV1 and bundles.blueBundlesV1, so getChainAddress(chainId, "bundles.vaultBundlesV1"), getChainAddress(chainId, "bundles.blueBundlesV1")

    View evidence
  21. @morpho-org/blue-sdk-v6.7.0

    Github ReleaseSource verified

    6.7.0 Minor Changes - #953 17f430b Thanks @Foulks-Plb! - Register the canonical VaultBundlesV1 and BlueBundlesV1 deployments in the bundles group of ChainAddresses, alongside the existing bundles.vaultExitBundlesV1 entry. The AddressLabel union gains bundles.vaultBundlesV1 and bundles.blueBundlesV1, so getChainAddress(chainId, "bundles.vaultBundlesV1"), getChainAddress(chainId, "bundles.blueBundlesV1")

    View evidence
  22. quoter-bot-2026.08.27-2

    Github ReleaseSource verified

    What's Changed * feat(repo): add quoter-signer deterministic policy checks by @julien-devatom in https://github.com/morpho-org/morpho-bots/pull/178 * feat(quoter-bot): ship flat monitoring event vocabulary by @haydenshively in https://github.com/morpho-org/morpho-bots/pull/170 Full Changelog: https://github.com/morpho-org/morpho-bots/compare/quoter-bot-2026.08.27-1...quoter-bot-2026.08.27-2

    View evidence
  23. @morpho-org/test-v2.9.0

    Github ReleaseSource verified

    2.9.0 Minor Changes - #944 3fe836b Thanks @Rubilmax! - Make unexpected Anvil exits and failed shutdowns surface without poisoning Vitest retries, clean up child processes when startup fails, cover the configured fork retry budget with an overridable startup deadline, let state dumps finish gracefully by default with a configurable force-kill delay, and redact exact fork URLs and header values from Anvil diagnostics in CI un

    View evidence
  24. @morpho-org/morpho-sdk-v5.7.0

    Github ReleaseSource verified

    5.7.0 Minor Changes - #949 67399ed Thanks @Rubilmax! - Expose Vault V2 allocator entities, fetchers, and utilities, plus omitted in-kind redemption and Midnight surfaces. Add raw Blue and Midnight protocol subpaths, qualify protocol-specific exports in the shared facades, and expose the error identities, revert classifiers, permit builders, MetaMorpho encoders, allowance metadata, and PreLiquidation defaults required by tho

    View evidence

Research notes

Written by Dawnscan researchers and reviewed before publishing. Commentary with sources — not the project's own claims, and not evidence of shipping.

No published notes on morpho-org yet.

    Know something about morpho-org? Sign in with wallet to submit a research note. Notes are reviewed before they appear here.

    Sources