Skip to content

Commit

Permalink
Merge pull request #4736 from filecoin-project/refactor/fund-mgr
Browse files Browse the repository at this point in the history
Refactor FundManager
  • Loading branch information
arajasek authored Nov 11, 2020
2 parents 1323dbd + 0101436 commit e53b0ef
Show file tree
Hide file tree
Showing 7 changed files with 1,655 additions and 3 deletions.
1 change: 1 addition & 0 deletions chain/actors/builtin/market/market.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ type DealProposals interface {
type PublishStorageDealsParams = market0.PublishStorageDealsParams
type PublishStorageDealsReturn = market0.PublishStorageDealsReturn
type VerifyDealsForActivationParams = market0.VerifyDealsForActivationParams
type WithdrawBalanceParams = market0.WithdrawBalanceParams

type ClientDealProposal = market0.ClientDealProposal

Expand Down
112 changes: 112 additions & 0 deletions chain/market/cbor_gen.go

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

Loading

0 comments on commit e53b0ef

Please sign in to comment.