Skip to content

Commit

Permalink
[DEC-1106] Remove obsolete TODOs (#739)
Browse files Browse the repository at this point in the history
* remove obsolete todos

* more obsolete todos
  • Loading branch information
ttl33 authored Nov 20, 2023
1 parent dd16df6 commit 16cd130
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion protocol/app/constants.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package app

const (
// TODO(DEC-1106); rename `dydxprotocol` to `dydx` everywhere.
AppName = "dydxprotocol"
AppDaemonName = AppName + "d"
ServiceName = "validator"
Expand Down
4 changes: 2 additions & 2 deletions protocol/app/module/slashing.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package module

import (
sdkmath "cosmossdk.io/math"
"encoding/json"
"time"

sdkmath "cosmossdk.io/math"

"github.com/cosmos/cosmos-sdk/codec"
"github.com/cosmos/cosmos-sdk/x/slashing"

Expand All @@ -18,7 +19,6 @@ type SlashingModuleBasic struct {
}

// DefaultGenesis returns custom `x/slashing` module genesis state.
// TODO(DEC-1776): Adjust below values based on final state of `Network Parameters` doc.
func (SlashingModuleBasic) DefaultGenesis(cdc codec.JSONCodec) json.RawMessage {
genState := slashingtypes.DefaultGenesisState()

Expand Down
1 change: 0 additions & 1 deletion protocol/app/prepare/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ func recordSuccessMetrics(params successMetricParams) {
)

// Funding tx.
// TODO(DEC-1254): add more metrics for Funding tx.
telemetry.SetGauge(
float32(params.fundingTx.NumVotes),
ModuleName,
Expand Down

0 comments on commit 16cd130

Please sign in to comment.