forked from cosmos/cosmos-sdk
-
Notifications
You must be signed in to change notification settings - Fork 2
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
llama/feat-add-fee-denom-change-proposal #270
Merged
llama-del-rey
merged 23 commits into
release-pio/v0.46.x
from
llama/add-fee-denom-change-proposal
Nov 10, 2022
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
5b5bb75
Add proposal to update fee denom to bank module
llama-del-rey 1819ad3
gofmt
llama-del-rey 3240055
proto lint
llama-del-rey 3c9d9c9
fix broken test
llama-del-rey a0b5bd4
Use 0.46 gov proposal mechanics
llama-del-rey 4c8245e
Validate metadata
llama-del-rey b23d384
revert local testing changes
llama-del-rey 8668248
Update proto/cosmos/bank/v1beta1/tx.proto
llama-del-rey 42d20a9
Add authority to bank keeper
llama-del-rey f869c8c
Merge branch 'llama/add-fee-denom-change-proposal' of github.com:prov…
llama-del-rey 0643904
remove whitespace only changes
llama-del-rey ea9393c
Add unit test for the method. metadata_test contains tests for metada…
llama-del-rey 8c011dc
remove print statement
llama-del-rey 627909d
fix changelog
llama-del-rey f19c111
fix conflict
llama-del-rey a91eeef
Add tests for proposal submission
llama-del-rey c383a27
Merge branch 'release-pio/v0.46.x' into llama/add-fee-denom-change-pr…
llama-del-rey c049aa3
Increase initial balance for accounts
llama-del-rey 2e457d1
Hardcode authority since transitive dependencies break
llama-del-rey a800a03
remove print statements
llama-del-rey a9b2f5e
typos and such
llama-del-rey c21fa35
group imports
llama-del-rey 4c4f85f
gofmt
llama-del-rey File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs a comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cosmos-sdk/proto/cosmos/bank/v1beta1/tx.proto
Line 53 in da71a40