[Backend] sorobanService: drop second TransactionBuilder/Account/Networks import inside simulateContractCall#738
Conversation
…orks import inside simulateContractCall
|
hey, main now has stricter TypeScript (#735 just merged) which exposes a real type issue:
new Uint8Array(addr.contractId() as unknown as ArrayBufferLike)or use once that's fixed plus a rebase on main, CI should clear. |
|
still failing Backend CI on the same Hash to Uint8Array cast. return StrKey.encodeContract(Buffer.from(hash as unknown as Uint8Array));or if if you want to keep contributing, join us on Telegram: https://t.me/+DOylgFv1jyJlNzM0 |
Description
close #639
Type of Change
Related Issues
Closes #
Changes Made
Testing
Test Coverage
Test Steps
Breaking Changes
Breaking Changes:
Migration Guide:
Screenshots/Demo
Checklist
Additional Notes