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.
To support Virtual funding post fund setup exchange has been moved to the
funding
protocol (for application channels) and thenewLedgerFunding
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 theadvanceChannel
andconsensusUpdate
protocol.Fixes #593