Skip to content

Get FormContract working

Luke Champine requested to merge zip into renter-host-upgrades

The FormContract RPC now works. Others are a work in progress. The first host+renter integration test has been written. Some tweaks to the protocol were necessary. Collateral handling is pretty painful and dangerously opaque. Ideally it could be simplified, but if not, we should at least move some of the logic into a function (perhaps in modules/negotiate.go) and document it extensively.

Merge request reports