Fix Blend adapter admin retargeting#438
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Superseded by #431, which consolidates the tracker-defined |
|
Closed as superseded by #431 consolidated adapter-accounting-and-blend-admin PR. |
Summary
set_poolandset_vaultadmin retarget entrypointspool_upd/vlt_updevent surface and obsolete setter testsNexus
Verification
cargo test -p templar-soroban-blend-adapter blend_adapter_does_not_expose_admin_retarget_entrypoints -- --nocapturefailed onpub fn set_poolcargo fmt --all -- --checkgit diff --checkcargo test -p templar-soroban-blend-adapter -- --nocapture(12 unit + 7 integration passed)cargo test -p templar-soroban-runtime --features testutils --lib -- --nocapture(103 passed)cargo test -p templar-soroban-runtime --features testutils --test property_tests -- --nocapture(23 passed)just -f contract/vault/soroban/justfile size-budget-check(93961 <= 131072)blend-adapter-set-pool/blend-adapter-set-vaultNotes
Contracts are undeployed, so this PR removes the mutable retargeting ABI instead of adding a timelock wrapper around it.
This change is