From 298fc3070464498726e425baa8eddd09d6501637 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Fri, 12 Jul 2024 13:02:05 +1000 Subject: [PATCH] chore!: markets: remove deal constants --- build/params_shared_vals.go | 5 ----- build/params_testground.go | 4 ---- 2 files changed, 9 deletions(-) diff --git a/build/params_shared_vals.go b/build/params_shared_vals.go index d1949a68344..4d759dfa4a5 100644 --- a/build/params_shared_vals.go +++ b/build/params_shared_vals.go @@ -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) diff --git a/build/params_testground.go b/build/params_testground.go index 1e214cc944f..209d8050056 100644 --- a/build/params_testground.go +++ b/build/params_testground.go @@ -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