magmo / apps

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

Exchange Post Fund Setups in Funding/NewLedgerFunding #605

Closed lalexgap closed 5 years ago

lalexgap commented 5 years ago

To support Virtual funding post fund setup exchange has been moved to the funding protocol (for application channels) and the newLedgerFunding protocol (for ledger channels).

The NewLedgerFunding protocol has also been refactored into one reducer (from a reducer for player A and player B) and now makes use of the advanceChannel and consensusUpdate protocol.

Fixes #593