Skip to content

chore(libs): remove storage_ttl dead code for wrong SDK (#534) - #707

Open
ZacLou wants to merge 1 commit into
SO4-Markets:mainfrom
ZacLou:chore/remove-storage-ttl-dead-code-534
Open

chore(libs): remove storage_ttl dead code for wrong SDK (#534)#707
ZacLou wants to merge 1 commit into
SO4-Markets:mainfrom
ZacLou:chore/remove-storage-ttl-dead-code-534

Conversation

@ZacLou

@ZacLou ZacLou commented Sep 1, 2026

Copy link
Copy Markdown

Closes #534

libs/storage_ttl was written entirely against multiversx_sc and is not listed in the workspace members. No other crate or contract references it. This removes the directory, matching the precedent set by libs/deposit_flow, libs/withdrawal_flow, and libs/position_list.

Verification: grep -rn storage_ttl --include='.rs' --include='.toml' . returns no output outside the deleted directory.

)

Closes SO4-Markets#534

libs/storage_ttl was written against multiversx_sc, not soroban_sdk, and is not referenced by any workspace member or other crate. Remove it following the precedent of libs/deposit_flow, libs/withdrawal_flow, and libs/position_list.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

libs/storage_ttl is dead code written for the wrong SDK (MultiversX, not Soroban)

1 participant