Skip to content

Commit

Permalink
Merge pull request #121 from tellor-io/dispute-mod-collections
Browse files Browse the repository at this point in the history
Add collections to dispute module
  • Loading branch information
themandalore authored Apr 22, 2024
2 parents 2854b0a + aab6c42 commit 5edaafa
Show file tree
Hide file tree
Showing 35 changed files with 1,576 additions and 3,103 deletions.
238 changes: 93 additions & 145 deletions api/layer/dispute/tx.pulsar.go

Large diffs are not rendered by default.

883 changes: 717 additions & 166 deletions api/layer/dispute/vote.pulsar.go

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -579,10 +579,7 @@ func New(

app.DisputeKeeper = disputemodulekeeper.NewKeeper(
appCodec,
keys[disputemoduletypes.StoreKey],
keys[disputemoduletypes.MemStoreKey],
paramstypes.Subspace{}, // TODO: remove this!

runtime.NewKVStoreService(keys[disputemoduletypes.StoreKey]),
app.AccountKeeper,
app.BankKeeper,
app.OracleKeeper,
Expand Down
Loading

0 comments on commit 5edaafa

Please sign in to comment.