filecoin-project / go-fil-markets

Shared Implementation of Storage and Retrieval Markets for Filecoin Node Implementations
Other
78 stars 59 forks source link

Update go-fil-markets for data transfer IPLD based Vouchers #693

Open hannahhoward opened 2 years ago

hannahhoward commented 2 years ago

What

Update the various voucher / voucher result types used in go-data-transfer to work with the proposed updates to the voucher system in https://github.com/filecoin-project/go-data-transfer/pull/305

The current voucher / voucher result types that need to be converted to bindnode are as follows:

Most of our code using these vouchers can be found in:

Landmines