-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Protobuf: x/auth & x/supply #5533
Merged
Merged
Changes from 1 commit
Commits
Show all changes
70 commits
Select commit
Hold shift + click to select a range
adfae21
Migrate types to use proto
alexanderbez 72f70c0
Add newline
alexanderbez 80ab9d6
Fix rand_util
alexanderbez bf49ef2
Add nolint
alexanderbez d9c08cf
Implement amino marshal interface for int, uint, and dec
alexanderbez c5e5c6b
Update encoding doc
alexanderbez c1b17a5
Update CircleCI config
alexanderbez 28b2da6
Remove tools target from proto job
alexanderbez f039b99
Rename to CustomProtobufType
alexanderbez 49aa60d
Merge branch 'master' into bez/5444-types-proto-enc
alexanderbez cd092c0
Merge branch 'master' into bez/5444-types-proto-enc
alexanderbez b3463f7
changed proto docker image
f05929c
changed proto job to skip the binary installs
52e0a49
removed extra files and update proto CI
161f23b
Use third_party over vendor
alexanderbez 5098419
Merge branch 'master' into bez/5444-types-proto-enc
alexanderbez 7501af3
Merge PR #5505: Convert Int and Dec to string's on Coin and DecCoin p…
aaronc 5c6c08c
Update go.sum
alexanderbez 2e80b77
Fix protoc-gen-gocosmos target by allowing versioning
alexanderbez 9e6a906
Lint
alexanderbez 33400ef
Update go.{mod, sum} and install
alexanderbez 241eafb
wildcard import
alexanderbez 489d5e0
Merge branch 'master' into bez/5444-types-proto-enc
alexanderbez 01f7766
go mod tidy
alexanderbez bb4ae4e
Bump cosmos-proto to v0.1.0
alexanderbez d6182fb
Update go.{mod, sum}
alexanderbez ba12a87
Update third party proto deps
alexanderbez 153dadd
Define Marshaler and ProtoMarshaler interfaces along with BaseCodec type
alexanderbez 94ca99c
Initial commit/demo
alexanderbez 4113099
Fix MarshalAccount
alexanderbez 7fd26dd
Prep merge from master
alexanderbez b268466
Merge branch 'master' into bez/5444-auth-proto-enc
alexanderbez fb6fc91
Update codec pkg
alexanderbez 2d7e8a8
Fix GetAccountWithHeight
alexanderbez f8c4632
Use codec json over json pkg
alexanderbez aaeaf2e
Update auth types
alexanderbez 305db41
Update account marshal tests
alexanderbez 31af710
Update vesting types
alexanderbez c21d5fe
Update module APIs
alexanderbez 769e57f
Update client logic to use pkg-level codec
alexanderbez c242f1c
Proto
alexanderbez 41773be
Update vesting (remove codec)
alexanderbez b218b1e
Update auth types
alexanderbez 56f824b
Update proto
alexanderbez 38338fd
Undo account interface naming
alexanderbez df62b47
Update APIs
alexanderbez d9dbdd6
Update alias
alexanderbez 6849bcb
Update simapp codec
alexanderbez e2fccc0
Add missing UnmarshalAccountJSON
alexanderbez 66c8beb
Update simapp
alexanderbez 96e36b4
Migrate x/supply to proto and update Supply interface
alexanderbez 4d49c14
cleanup module codecs
alexanderbez 4b1b6bb
Define SupplyCodec
alexanderbez f0aab9f
Restructure x/supply
alexanderbez fd1758f
Supply proto updates
alexanderbez 98de856
Merge branch 'master' into bez/5444-auth-proto-enc
alexanderbez eebcba3
Refactor Module Manager to use codec
alexanderbez 348a7e1
Update genutil
alexanderbez c52731d
Fix cal to DefaultGenesis
alexanderbez 0dfd3ef
Lint
alexanderbez e9d161c
Fix supply tests
alexanderbez 098e3a9
Update changelog
alexanderbez 2c721af
Update changelog
alexanderbez 2482e86
Add error checking
alexanderbez 08502d6
Remove x/auth Account test type and codec
alexanderbez fe2c0a8
Lint
alexanderbez 85ebbda
Use a single reference to the auth account codec
alexanderbez 9480f1e
Merge branch 'master' into bez/5444-auth-proto-enc
alexanderbez cb22da9
Rename vesting proto message
alexanderbez af00a40
Remove vesting codec
alexanderbez 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
Update APIs
- Loading branch information
commit df62b476cc823d3bdf89c8a2cfc6cfceb4174b19
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
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.
Maybe name to something like
TestVestingAccount
just so it isn't used mistakenly.