-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add testing cli that enables
MsgAddAllowedBidder
(#83)
* chore: add proto tx message for MsgAddAllowedBidder and cli command * docs: adding add allowed bidder message * env: update config.yml * revert: revert not to use pointer * env: add config-test.yml that enables add allowed bidder * docs: add allowed bidder example * docs: tidy up comments * docs: update How-To cli README.md * docs: rename EnglishAuction to BatchAuction * revert: previous commit
- Loading branch information
Showing
27 changed files
with
1,012 additions
and
262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
accounts: | ||
- name: alice | ||
coins: ["2000000000000stake","1000000000000000denom1","1000000000000000denom2"] | ||
- name: bob | ||
coins: ["2000000000000stake","1000000000000000denom1"] | ||
- name: steve | ||
coins: ["1000000000000000denom2"] | ||
validator: | ||
name: alice | ||
staked: "1000000000000stake" | ||
client: | ||
openapi: | ||
path: "client/docs/static/openapi.yml" | ||
faucet: | ||
name: alice | ||
coins: ["100000stake", "1000000denom1", "1000000denom2"] | ||
build: | ||
binary: "fundraisingd" | ||
ldflags: ["-X github.com/tendermint/fundraising/x/fundraising/keeper.enableAddAllowedBidder=true"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.