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

feat: change logic of resource name length check #560

Merged
merged 10 commits into from
Jan 22, 2024

Conversation

pythonberg1997
Copy link
Contributor

Description

This pr is to change the resource name length limit from bytes length to character length

Changes

Notable changes:

  • change the resource name length limit from bytes length to character length

Potential Impacts

  • related check in sdk

go.mod Outdated
@@ -180,7 +180,7 @@ replace (
github.com/cometbft/cometbft => github.com/bnb-chain/greenfield-cometbft v1.1.0
github.com/cometbft/cometbft-db => github.com/bnb-chain/greenfield-cometbft-db v0.8.1-alpha.1
github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0
github.com/cosmos/cosmos-sdk => github.com/bnb-chain/greenfield-cosmos-sdk v1.2.2-0.20240102032738-3661d43faf8f
github.com/cosmos/cosmos-sdk => github.com/Pythonberg1997/greenfield-cosmos-sdk v0.0.0-20240112053628-9e3d8de9d89e
Copy link
Collaborator

@unclezoro unclezoro Jan 22, 2024

Choose a reason for hiding this comment

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

Fix the dependency

@pythonberg1997 pythonberg1997 added this pull request to the merge queue Jan 22, 2024
Merged via the queue into bnb-chain:develop with commit eb94297 Jan 22, 2024
5 checks passed
pythonberg1997 added a commit to pythonberg1997/greenfield that referenced this pull request Jan 23, 2024
github-merge-queue bot pushed a commit that referenced this pull request Jan 23, 2024
* Revert "feat: change logic of resource name length check (#560)"

This reverts commit eb94297

* chore: update go.mod and some error msgs
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.

3 participants