Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
Fip 0021 (#1487)
Browse files Browse the repository at this point in the history
* change return type
* Test that only valid deals flagged in output
* Thorough testing
* Review Response

Co-authored-by: ZenGround0 <[email protected]>
  • Loading branch information
ZenGround0 and ZenGround0 authored Sep 29, 2021
1 parent 456c151 commit 9dcf49d
Show file tree
Hide file tree
Showing 11 changed files with 737 additions and 93 deletions.
97 changes: 97 additions & 0 deletions actors/builtin/market/cbor_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions actors/builtin/market/deal.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ var PieceCIDPrefix = market0.PieceCIDPrefix
type DealProposal = market0.DealProposal

// ClientDealProposal is a DealProposal signed by a client
//type ClientDealProposal struct {
// Proposal DealProposal
// ClientSignature crypto.Signature
//}
// type ClientDealProposal struct {
// Proposal DealProposal
// ClientSignature crypto.Signature
// }
type ClientDealProposal = market0.ClientDealProposal
Loading

0 comments on commit 9dcf49d

Please sign in to comment.