Nima
Nima
I don't think so, but I'll let @snario or @IIIIllllIIIIllllIIIIllllIIIIllllIIIIll confirm
Waiting on jsonapi-ts to be merged in first (as that has updated the structure a bit with the resources / processors / etc)
https://github.com/counterfactual/monorepo/pull/2060 will fix the addresses issue but the struct change issue still remains.
Related PR: https://github.com/counterfactual/monorepo/pull/1340
Nothing per se. It'd just need updating on the free balance as well to be able to hold multiple asset classes.
No reason we can't, seems like you're just suggesting that address maps to a dictionary which has keys as asset classes and values as respective free balances?
I should note this issue is mainly a placeholder for this discussion. We don't necessarily need a new scheme if something easier works.
I concur with the general idea, though naming it `GET_STATE_DEPOSIT_ADDRESS` seems a bit too low-level to be sensible at the API layer. From the POV of a developer, I'd prefer...
@snario @IIIIllllIIIIllllIIIIllllIIIIllllIIIIll @emansipater any thoughts on this?
> Allow payment to be unlocked off chain by confirming API call result. By this you mean effectively updating the state conditional on the API call _then_ calling resolve on...