Skip to content

Commit

Permalink
Upate a couple small comments in the maketfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Olshansk committed Nov 14, 2023
1 parent efc2ab5 commit 9c32675
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,10 @@ release
# SMT KVStore files
smt

# Do not allow a multi-moduled projected
go.work.sum

# TODO_IN_THIS_COMMIT: Why did we start generating .dot files?
# **/*.dot


4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ app_stake: ## Stake tokens for the application specified (must specify the APP a
poktrolld --home=$(POKTROLLD_HOME) tx application stake-application 1000upokt $(SERVICES) --keyring-backend test --from $(APP) --node $(POCKET_NODE)

.PHONY: app1_stake
app1_stake: ## Stake app1
app1_stake: ## Stake app1 (also staked in genesis)
APP=app1 SERVICES=anvil,svc1,svc2 make app_stake

.PHONY: app2_stake
Expand Down Expand Up @@ -361,7 +361,7 @@ supplier_stake: ## Stake tokens for the supplier specified (must specify the APP
poktrolld --home=$(POKTROLLD_HOME) tx supplier stake-supplier 1000upokt "$(SERVICES)" --keyring-backend test --from $(SUPPLIER) --node $(POCKET_NODE)

.PHONY: supplier1_stake
supplier1_stake: ## Stake supplier1
supplier1_stake: ## Stake supplier1 (also staked in genesis)
# TODO_IMPROVE: consolidate supplier1 staking; why/where is supplier1
# being staked other than this make target?
# Supplier1 seems to be staked at some point during localnet startup.
Expand Down

0 comments on commit 9c32675

Please sign in to comment.