feat(morpho-sdk): Re-export blue SDK surfaces from morpho-sdk#714
Merged
Rubilmax merged 6 commits intoMay 26, 2026
Merged
Conversation
31df038 to
e786b41
Compare
a26d405 to
6262993
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 62629933c6
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
e30dbf4 to
5fd540c
Compare
Base automatically changed from
drop-bundler-sdk-viem
to
extract-public-reallocation
May 21, 2026 15:31
5fd540c to
6765e51
Compare
Foulks-Plb
reviewed
May 22, 2026
Foulks-Plb
reviewed
May 22, 2026
Foulks-Plb
reviewed
May 22, 2026
Foulks-Plb
reviewed
May 22, 2026
Foulks-Plb
reviewed
May 22, 2026
Collaborator
|
Perfect, just a few small comments. |
Foulks-Plb
approved these changes
May 22, 2026
Foulks-Plb
approved these changes
May 22, 2026
Rubilmax
added a commit
that referenced
this pull request
May 26, 2026
* docs: add morpho-ts utility re-export plan * feat(morpho-sdk): extract public reallocation data * fix(morpho-sdk): format reallocation data * test(morpho-sdk): cover reallocation data migration * docs(morpho-sdk): document reallocation data APIs * chore(morpho-sdk): drop simulation sdk dev dependency * fix(morpho-sdk): remove reallocation delay lookahead * docs: document reallocation timestamp accrual * refactor(liquidity-sdk-viem): use morpho reallocation data * chore: satisfy biome after main rebase * fix: address CI failures after reallocation refactor * docs: remove TIB changes from implementation PR * fix: normalize reallocatable vault filters * refactor: drop holdings from reallocation data * fix: optimize public reallocation capping * test: restore reallocation simulation parity * test: fill reallocation parity gaps * fix(morpho-sdk): ignore disabled reallocation markets * chore: address reallocation review feedback * test: cover reallocation timestamp overload * docs: document reallocation fallback behavior * perf: optimize reallocation state cloning * docs: clarify public reallocation API * fix: sort reallocation withdrawals bytewise * fix: address reallocation review feedback * fix: address reallocation review feedback * fix: validate reallocation data chain * fix: add liquidity reallocation delay * test: update liquidity loader snapshots * refactor(morpho-sdk): Extract morpho-sdk bundler action encoding (#669) * refactor(liquidity-sdk-viem): use morpho reallocation data * feat(morpho-sdk): extract bundler action encoding * docs(morpho-sdk): document Permit2 expiration error * test(liquidity-sdk-viem): checksum loader owner fixture * fix(morpho-sdk): remove unused bundler signature error * fix(morpho-sdk): derive bundler transaction value * docs: document bundler encodeBundle errors * test(morpho-sdk): cover bundler value derivation * docs(morpho-sdk): clarify bundler encoding constraints * docs(morpho-sdk): document native transfer skip behavior * fix: account callback bundle value * test(liquidity-sdk-viem): update loader expectations * refactor(morpho-sdk): remove unused rewards ABI * fix: normalize reallocation allocator fees * refactor: reuse market id comparator * feat(morpho-sdk): Re-export blue SDK surfaces from morpho-sdk (#714) * refactor(liquidity-sdk-viem): use morpho reallocation data * feat(morpho-sdk): re-export blue sdk surfaces * chore: align reallocation entity exports * fix(morpho-sdk): align re-export subpaths * docs: add package deprecation migration notes * fix(morpho-sdk): preserve source augment side effects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/addresses,/constants,/entities,/errors,/fetch,/utils,/abis, and isolated/augment/*entrypoints.@morpho-org/morpho-sdk/augmentas the all-in augmentation entrypoint.Validation
pnpm --dir packages/morpho-sdk exec tsc --noEmit --pretty falsepnpm --dir packages/morpho-ts exec tsc --noEmit --pretty falsepnpm exec biome check packages/morpho-sdk/package.json packages/morpho-sdk/src/abis.ts packages/morpho-sdk/src/addresses.ts packages/morpho-sdk/src/augment.ts packages/morpho-sdk/src/augment packages/morpho-sdk/src/constants.ts packages/morpho-sdk/src/entities/index.ts packages/morpho-sdk/src/errors.ts packages/morpho-sdk/src/fetch.ts packages/morpho-sdk/src/index.ts packages/morpho-sdk/src/math.ts packages/morpho-sdk/src/signatures.ts packages/morpho-sdk/src/types/index.ts packages/morpho-sdk/src/utils.ts packages/morpho-ts/src/format/format/format.ts .changeset/reexport-blue-sdk.mdgit diff --checkView Slack thread