magmo / apps

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

Fix Funding Race Condition #610

Closed lalexgap closed 5 years ago

lalexgap commented 5 years ago

A race condition was occurring when a post fund setup arrived before the FundingReceivedEvent. The AdvanceChannel protocol would be passed the post fund setup but there was no check if the AdvanceChannel was successful so the NewLedgerFunding protocol got stuck in WaitForPostFundSetup.

The message saga was also updated to handle sending multiple commitments.

Fixes #609.