Skip to content

Commit

Permalink
Revert "feat: manually trigger periodic task (forbole#492)"
Browse files Browse the repository at this point in the history
This reverts commit 88ac193.
  • Loading branch information
ankurdotb committed Nov 24, 2022
1 parent 8697594 commit 8166009
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 387 deletions.
20 changes: 0 additions & 20 deletions cmd/parse/bank/cmd.go

This file was deleted.

46 changes: 0 additions & 46 deletions cmd/parse/bank/supply.go

This file was deleted.

20 changes: 0 additions & 20 deletions cmd/parse/distribution/cmd.go

This file was deleted.

45 changes: 0 additions & 45 deletions cmd/parse/distribution/communitypool.go

This file was deleted.

20 changes: 0 additions & 20 deletions cmd/parse/mint/cmd.go

This file was deleted.

45 changes: 0 additions & 45 deletions cmd/parse/mint/inflation.go

This file was deleted.

8 changes: 0 additions & 8 deletions cmd/parse/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@ import (
parsegenesis "github.com/forbole/juno/v3/cmd/parse/genesis"

parseauth "github.com/forbole/bdjuno/v3/cmd/parse/auth"
parsebank "github.com/forbole/bdjuno/v3/cmd/parse/bank"
parsedistribution "github.com/forbole/bdjuno/v3/cmd/parse/distribution"
parsefeegrant "github.com/forbole/bdjuno/v3/cmd/parse/feegrant"
parsegov "github.com/forbole/bdjuno/v3/cmd/parse/gov"
parsemint "github.com/forbole/bdjuno/v3/cmd/parse/mint"
parsepricefeed "github.com/forbole/bdjuno/v3/cmd/parse/pricefeed"
parsestaking "github.com/forbole/bdjuno/v3/cmd/parse/staking"
parsetransaction "github.com/forbole/juno/v3/cmd/parse/transactions"
)
Expand All @@ -29,14 +25,10 @@ func NewParseCmd(parseCfg *parse.Config) *cobra.Command {

cmd.AddCommand(
parseauth.NewAuthCmd(parseCfg),
parsebank.NewBankCmd(parseCfg),
parseblocks.NewBlocksCmd(parseCfg),
parsedistribution.NewDistributionCmd(parseCfg),
parsefeegrant.NewFeegrantCmd(parseCfg),
parsegenesis.NewGenesisCmd(parseCfg),
parsegov.NewGovCmd(parseCfg),
parsemint.NewMintCmd(parseCfg),
parsepricefeed.NewPricefeedCmd(parseCfg),
parsestaking.NewStakingCmd(parseCfg),
parsetransaction.NewTransactionsCmd(parseCfg),
)
Expand Down
21 changes: 0 additions & 21 deletions cmd/parse/pricefeed/cmd.go

This file was deleted.

44 changes: 0 additions & 44 deletions cmd/parse/pricefeed/price.go

This file was deleted.

44 changes: 0 additions & 44 deletions cmd/parse/pricefeed/pricehistory.go

This file was deleted.

1 change: 0 additions & 1 deletion cmd/parse/staking/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ func NewStakingCmd(parseConfig *parsecmdtypes.Config) *cobra.Command {
}

cmd.AddCommand(
poolCmd(parseConfig),
validatorsCmd(parseConfig),
)

Expand Down
45 changes: 0 additions & 45 deletions cmd/parse/staking/staking.go

This file was deleted.

Loading

0 comments on commit 8166009

Please sign in to comment.