Skip to content

Fix compilation errors in Soroban contracts#19

Merged
AlAfiz merged 1 commit intoBETAIL-BOYS:mainfrom
akordavid373:fix/contract-compilation-errors
Feb 23, 2026
Merged

Fix compilation errors in Soroban contracts#19
AlAfiz merged 1 commit intoBETAIL-BOYS:mainfrom
akordavid373:fix/contract-compilation-errors

Conversation

@akordavid373
Copy link
Contributor

@akordavid373 akordavid373 commented Feb 23, 2026

Closes #13


  • Remove unused imports (Bytes, Map)
  • Fix Address.to_contract() method error in signature verification
  • Correct ed25519_verify parameter order and types
  • Add proper return statement for verify_signature function
  • Clean up test imports and add missing client imports
  • Resolve all build errors for invoice_nft and lending_pool contracts

- Remove unused imports (Bytes, Map)
- Fix Address.to_contract() method error in signature verification
- Correct ed25519_verify parameter order and types
- Add proper return statement for verify_signature function
- Clean up test imports and add missing client imports
- Resolve all build errors for invoice_nft and lending_pool contracts
@AlAfiz AlAfiz merged commit 891a6d2 into BETAIL-BOYS:main Feb 23, 2026
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.

chore: Move hardcoded server port to .env file

2 participants