Active development: 86 commits across 3 contributors
Code ActivitySource linked
7 active day(s) in morpho-org/morpho-bots.
Utility
Verified BuilderHome for all morpho related bots 🤖
Code ActivitySource linked
7 active day(s) in morpho-org/morpho-bots.
Code ActivitySource linked
33 active day(s) in morpho-org/sdks.
View evidenceGithub 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 evidenceGithub 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 evidenceGithub ReleaseSource verified
## 2.10.0 ### Minor Changes - [#941](https://github.com/morpho-org/sdks/pull/941) [`86bf42c`](https://github.com/morpho-org/sdks/commit/86bf42ca1ecf167da2cb4674d4f05f785d49c5d9) Thanks [@Rubilmax](https://github.com/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 evidenceGithub ReleaseSource verified
## 2.11.0 ### Minor Changes - [#953](https://github.com/morpho-org/sdks/pull/953) [`17f430b`](https://github.com/morpho-org/sdks/commit/17f430b15c25c50129ff461a7315a7e1acaa64b1) Thanks [@Foulks-Plb](https://github.com/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 evidenceGithub ReleaseSource verified
## 5.8.0 ### Minor Changes - [#953](https://github.com/morpho-org/sdks/pull/953) [`17f430b`](https://github.com/morpho-org/sdks/commit/17f430b15c25c50129ff461a7315a7e1acaa64b1) Thanks [@Foulks-Plb](https://github.com/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 evidenceGithub ReleaseSource verified
## 4.1.5 ### Patch Changes - [#953](https://github.com/morpho-org/sdks/pull/953) [`17f430b`](https://github.com/morpho-org/sdks/commit/17f430b15c25c50129ff461a7315a7e1acaa64b1) Thanks [@Foulks-Plb](https://github.com/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 evidenceGithub ReleaseSource verified
## 6.7.0 ### Minor Changes - [#953](https://github.com/morpho-org/sdks/pull/953) [`17f430b`](https://github.com/morpho-org/sdks/commit/17f430b15c25c50129ff461a7315a7e1acaa64b1) Thanks [@Foulks-Plb](https://github.com/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 evidenceGithub 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 evidenceGithub ReleaseSource verified
## 2.9.0 ### Minor Changes - [#944](https://github.com/morpho-org/sdks/pull/944) [`3fe836b`](https://github.com/morpho-org/sdks/commit/3fe836b3374a2d8896d0b7bdbba36fd30aa120b0) Thanks [@Rubilmax](https://github.com/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 evidenceGithub ReleaseSource verified
## 5.7.0 ### Minor Changes - [#949](https://github.com/morpho-org/sdks/pull/949) [`67399ed`](https://github.com/morpho-org/sdks/commit/67399ed6eb1b7ffa062828e1f5d970795adce03a) Thanks [@Rubilmax](https://github.com/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 evidenceGithub ReleaseSource verified
## 5.4.0 ### Minor Changes - [#949](https://github.com/morpho-org/sdks/pull/949) [`67399ed`](https://github.com/morpho-org/sdks/commit/67399ed6eb1b7ffa062828e1f5d970795adce03a) Thanks [@Rubilmax](https://github.com/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 evidenceGithub ReleaseSource verified
## What's Changed * feat(quoter-bot): extend maturity premium to the ladder workflow by @julien-devatom in https://github.com/morpho-org/morpho-bots/pull/176 **Full Changelog**: https://github.com/morpho-org/morpho-bots/compare/quoter-bot-2026.08.26-1...quoter-bot-2026.08.27-1
View evidenceGithub ReleaseSource verified
## What's Changed * feat(vault-v1-reallocation): migrate vault v1 reallocation bot by @haydenshively in https://github.com/morpho-org/morpho-bots/pull/165 * feat(vault-v2-reallocation): migrate vault v2 reallocation bot by @haydenshively in https://github.com/morpho-org/morpho-bots/pull/166 * feat(midnight-liquidation): union the market whitelist across sources by @haydenshively in https://github.com/morpho-org/morpho-bots/pull/143 * feat(quoter-bot): publish cli to npm as @morpho-org/quoter by @julien-devatom in https://github.com/morpho-org/morpho-bots/pull/171 * feat(quoter-bot): add helm c
View evidenceGithub ReleaseSource verified
## 1.1.0 ### Minor Changes - [#919](https://github.com/morpho-org/sdks/pull/919) [`402175b`](https://github.com/morpho-org/sdks/commit/402175b32cc37e0da9e7b33495080a695941fa71) Thanks [@prd-carapulse](https://github.com/apps/prd-carapulse)! - Add canonical `vaultV1PublicAllocatorAbi` and `vaultV2BluePublicAllocatorAbi` exports plus per-chain `vaultV1PublicAllocator` and `vaultV2BluePublicAllocator` registry entries to `morpho-ts`, preserving `publicAllocatorAbi` and `publicAllocator` as deprecated V1 aliases. Move the shared `marketParamsAbi` source of truth to its `abis/marketParams` leaf exp
View evidenceGithub ReleaseSource verified
## 2.10.0 ### Minor Changes - [#919](https://github.com/morpho-org/sdks/pull/919) [`402175b`](https://github.com/morpho-org/sdks/commit/402175b32cc37e0da9e7b33495080a695941fa71) Thanks [@prd-carapulse](https://github.com/apps/prd-carapulse)! - Add canonical `vaultV1PublicAllocatorAbi` and `vaultV2BluePublicAllocatorAbi` exports plus per-chain `vaultV1PublicAllocator` and `vaultV2BluePublicAllocator` registry entries to `morpho-ts`, preserving `publicAllocatorAbi` and `publicAllocator` as deprecated V1 aliases. Move the shared `marketParamsAbi` source of truth to its `abis/marketParams` leaf ex
View evidenceGithub ReleaseSource verified
## 5.6.0 ### Minor Changes - [#919](https://github.com/morpho-org/sdks/pull/919) [`402175b`](https://github.com/morpho-org/sdks/commit/402175b32cc37e0da9e7b33495080a695941fa71) Thanks [@prd-carapulse](https://github.com/apps/prd-carapulse)! - Add canonical `vaultV1PublicAllocatorAbi` and `vaultV2BluePublicAllocatorAbi` exports plus per-chain `vaultV1PublicAllocator` and `vaultV2BluePublicAllocator` registry entries to `morpho-ts`, preserving `publicAllocatorAbi` and `publicAllocator` as deprecated V1 aliases. Move the shared `marketParamsAbi` source of truth to its `abis/marketParams` leaf exp
View evidenceGithub ReleaseSource verified
## 4.1.2 ### Patch Changes - [#919](https://github.com/morpho-org/sdks/pull/919) [`402175b`](https://github.com/morpho-org/sdks/commit/402175b32cc37e0da9e7b33495080a695941fa71) Thanks [@prd-carapulse](https://github.com/apps/prd-carapulse)! - Add canonical `vaultV1PublicAllocatorAbi` and `vaultV2BluePublicAllocatorAbi` exports plus per-chain `vaultV1PublicAllocator` and `vaultV2BluePublicAllocator` registry entries to `morpho-ts`, preserving `publicAllocatorAbi` and `publicAllocator` as deprecated V1 aliases. Move the shared `marketParamsAbi` source of truth to its `abis/marketParams` leaf exp
View evidenceGithub ReleaseSource verified
## 4.1.4 ### Patch Changes - [#936](https://github.com/morpho-org/sdks/pull/936) [`cde4052`](https://github.com/morpho-org/sdks/commit/cde4052c5f72e8345aae1b4ae863290e7c5b7f66) Thanks [@prd-carapulse](https://github.com/apps/prd-carapulse)! - Synchronize maintained chain address and deployment-block registries with the current deployments repository. - Updated dependencies [[`402175b`](https://github.com/morpho-org/sdks/commit/402175b32cc37e0da9e7b33495080a695941fa71), [`cde4052`](https://github.com/morpho-org/sdks/commit/cde4052c5f72e8345aae1b4ae863290e7c5b7f66)]: - @morpho-org/morpho-ts@2.10
View evidenceGithub ReleaseSource verified
## 5.3.0 ### Minor Changes - [#919](https://github.com/morpho-org/sdks/pull/919) [`402175b`](https://github.com/morpho-org/sdks/commit/402175b32cc37e0da9e7b33495080a695941fa71) Thanks [@prd-carapulse](https://github.com/apps/prd-carapulse)! - Add canonical `vaultV1PublicAllocatorAbi` and `vaultV2BluePublicAllocatorAbi` exports plus per-chain `vaultV1PublicAllocator` and `vaultV2BluePublicAllocator` registry entries to `morpho-ts`, preserving `publicAllocatorAbi` and `publicAllocator` as deprecated V1 aliases. Move the shared `marketParamsAbi` source of truth to its `abis/marketParams` leaf exp
View evidenceGithub ReleaseSource verified
## 6.6.0 ### Minor Changes - [#919](https://github.com/morpho-org/sdks/pull/919) [`402175b`](https://github.com/morpho-org/sdks/commit/402175b32cc37e0da9e7b33495080a695941fa71) Thanks [@prd-carapulse](https://github.com/apps/prd-carapulse)! - Add canonical `vaultV1PublicAllocatorAbi` and `vaultV2BluePublicAllocatorAbi` exports plus per-chain `vaultV1PublicAllocator` and `vaultV2BluePublicAllocator` registry entries to `morpho-ts`, preserving `publicAllocatorAbi` and `publicAllocator` as deprecated V1 aliases. Move the shared `marketParamsAbi` source of truth to its `abis/marketParams` leaf exp
View evidenceGithub ReleaseSource verified
## What's Changed * fix(quoter-bot): restore credit-backed ladder sells by @julien-devatom in https://github.com/morpho-org/morpho-bots/pull/169 **Full Changelog**: https://github.com/morpho-org/morpho-bots/compare/quoter-bot-2026.08.14-5...quoter-bot-2026.08.19-1
View evidenceGithub ReleaseSource verified
## What's Changed * ci(checks): publish quoter-bot image to docker hub on release by @julien-devatom in https://github.com/morpho-org/morpho-bots/pull/158 **Full Changelog**: https://github.com/morpho-org/morpho-bots/compare/quoter-bot-2026.08.14-4...quoter-bot-2026.08.14-5
View evidenceGithub ReleaseSource verified
## What's Changed * fix(quoter-bot): ignore unrelated retained book crossings by @julien-devatom in https://github.com/morpho-org/morpho-bots/pull/162 **Full Changelog**: https://github.com/morpho-org/morpho-bots/compare/quoter-bot-2026.08.14-3...quoter-bot-2026.08.14-4
View evidenceWritten by HEY 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 GitHub to submit a research note. Notes are reviewed before they appear here.