[Backend] sorobanService.decodeAddress uses 'addr.contractId() as any…#737
[Backend] sorobanService.decodeAddress uses 'addr.contractId() as any…#737EbukaMoses wants to merge 1 commit into
Conversation
|
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 |
…' cast
Description
close #638
Type of Change
Related Issues
Closes #
Changes Made
Testing
Test Coverage
Test Steps
Breaking Changes
Breaking Changes:
Migration Guide:
Screenshots/Demo
Checklist
Additional Notes