Skip to content

Comments

fix: update ephemeral_account dependency and import style#33

Merged
phertyameen merged 1 commit intobridgelet-org:mainfrom
Obiajulu-gif:contract_import_fix
Feb 21, 2026
Merged

fix: update ephemeral_account dependency and import style#33
phertyameen merged 1 commit intobridgelet-org:mainfrom
Obiajulu-gif:contract_import_fix

Conversation

@Obiajulu-gif
Copy link
Contributor

This pull request updates the sweep_controller contract to improve how it interacts with the ephemeral_account contract. The main changes are focused on dependency management and simplifying cross-contract calls.

Dependency and Import Improvements:

  • Added ephemeral_account as a regular dependency in Cargo.toml and removed it from dev-dependencies, ensuring it is always available for the contract, not just during testing.
  • Updated the import in lib.rs to use EphemeralAccountContractClient directly from the ephemeral_account crate, simplifying the client usage for cross-contract calls.

Codebase Cleanup:

@Obiajulu-gif
Copy link
Contributor Author

@phertyameen i have fix the bugs

@phertyameen phertyameen merged commit d797b73 into bridgelet-org:main Feb 21, 2026
1 check passed
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.

Integration Tests Fail Due to Hardcoded contractimport! Path and Invalid Import

2 participants