Skip to content

Commit

Permalink
chore!: markets: remove deal constants
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg authored and aarshkshah1992 committed Jul 12, 2024
1 parent 711bb7d commit e76700b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions build/params_shared_vals.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,3 @@ const InitialBaseFee = 100e6
const MinimumBaseFee = 100
const PackingEfficiencyNum = 4
const PackingEfficiencyDenom = 5

// revive:disable-next-line:exported
// Actor consts
// TODO: pieceSize unused from actors
var MinDealDuration, MaxDealDuration = policy.DealDurationBounds(0)
4 changes: 0 additions & 4 deletions build/params_testground.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ var (
return v
}()

// Actor consts
// TODO: pieceSize unused from actors
MinDealDuration, MaxDealDuration = policy.DealDurationBounds(0)

PackingEfficiencyNum int64 = 4
PackingEfficiencyDenom int64 = 5

Expand Down

0 comments on commit e76700b

Please sign in to comment.