magmo / apps

Proof of concept applications that use the Force Move Game framework.
9 stars 5 forks source link

WIP: Update the Wallet to Nitro Protocol #683

Closed lalexgap closed 5 years ago

lalexgap commented 5 years ago

My start on updating the existing wallet to the Nitro Protocol. The major changes:

Currently things compile and that's about it. A bunch of logic using allocation/destination has been commented out (and tagged with TODO) that needs to be reimplemented.

Also now that the channelStore depends on a validation saga, updating a channel within a protocol doesn't work. I'm currently looking into this.