Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/marker update #36

Merged
merged 2 commits into from
Feb 2, 2021

Conversation

iramiller
Copy link
Member

Fix for marker query cli method. Update SDK dependencies. This should help the begin blocker fix.

@iramiller iramiller requested review from channa-figure and a user February 2, 2021 17:40
@iramiller iramiller requested a review from mtps as a code owner February 2, 2021 17:40
@@ -6,7 +6,7 @@ require (
github.com/CosmWasm/wasmd v0.14.0
github.com/armon/go-metrics v0.3.6
github.com/btcsuite/btcd v0.21.0-beta
github.com/cosmos/cosmos-sdk v0.40.1
github.com/cosmos/cosmos-sdk v0.41.0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might need to bump wasmd to 0.15.0 for this.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -120,7 +120,7 @@ func AllHoldersCmd() *cobra.Command {
// MarkerCmd is the CLI command for querying marker module registrations.
func MarkerCmd() *cobra.Command {
cmd := &cobra.Command{
Use: " [address|denom]",
Use: "get [address|denom]",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😆

@iramiller iramiller merged commit 6aa3aba into bugfix/marker-module-begin-block Feb 2, 2021
@iramiller iramiller deleted the bugfix/marker-update branch February 2, 2021 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant