Closed rvagg closed 11 months ago
Actually, given https://github.com/filecoin-project/motion/pull/200, we probably can't do this locally, so we should:
0
FIL (apparently you can send 0
FIL to an address)This may be a code bug that forgets to check IsSuccess() of below response https://github.com/filecoin-project/motion/blob/0ef904de503b8e50d607815e3c3cd77f28ace9fb/integration/singularity/store.go#L147C13-L147C13
Singularity will choke if it's provided a wallet that's not been touched on-chain because it uses short IDs for deal-making. Since we have the Lotus API in Motion, we could do a quick ping of the API to check the wallet address before loading Singularity and having a strange error emerge from below.
Alternatively, just make Singularity's error a bit more helpful: