Skip to content

Add 'RecentRevision' to the list of host RPCs

David Vorick requested to merge recent-revision into renter-host-upgrades

'RecentRevision' allows a renter to request a recent file contract revision from the host. The host will return the revision and the signatures for the revision. A helper function has been added to the modules package which verifies that the revision + signatures are valid and follow protocol.

Merge request reports