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 rjan90 committed Jul 22, 2024
1 parent f431213 commit d045ccb
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 @@ -123,8 +123,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 @@ -77,10 +77,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 d045ccb

Please sign in to comment.