-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Prefer sending tx_bytes to Simulate gRPC endpoint #8926
Merged
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
7149841
First run
amaury1093 0a6b14a
Remove dead code
amaury1093 981f68d
Make test pass
amaury1093 2858900
Proto gen
amaury1093 a716ec6
Fix lint
amaury1093 8ee3a37
Merge branch 'master' into am/8425-fix-simulation
amaury1093 4165d78
Add changelog
amaury1093 76d16d4
Fix tests
amaury1093 806c3b5
Fix test
amaury1093 67a4d77
Merge branch 'master' of ssh://github.com/cosmos/cosmos-sdk into am/8…
amaury1093 7a9cd64
Update x/auth/tx/service.go
amaury1093 ca088c1
Remove protoTxProvider
amaury1093 5151a92
Add grpc-gateway test
amaury1093 693ea28
Add comment
amaury1093 573e5bd
move to api breaking
amaury1093 b8f7ccb
lesser diff
amaury1093 d58dd5f
Merge branch 'master' into am/8425-fix-simulation
amaury1093 781d389
Merge branch 'master' into am/8425-fix-simulation
amaury1093 aca386f
Merge branch 'master' into am/8425-fix-simulation
8e6c7aa
Merge master
amaury1093 a38d91c
Merge branch 'am/8425-fix-simulation' of ssh://github.com/cosmos/cosm…
amaury1093 c557f76
remove conflict
amaury1093 6412b30
Merge branch 'master' into am/8425-fix-simulation
519f643
Merge branch 'master' into am/8425-fix-simulation
mergify[bot] 40cebc3
Merge branch 'master' into am/8425-fix-simulation
amaury1093 6d9e49d
Merge branch 'master' into am/8425-fix-simulation
amaury1093 1dae35e
empty commit to rerun CI
amaury1093 5c2e4a4
Merge branch 'master' into am/8425-fix-simulation
amaury1093 375b439
empty commit to rerun CI
amaury1093 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
Remove protoTxProvider
- Loading branch information
commit ca088c1b37a0cb78ab876422e3e2bc60d1efd060
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.
cc @robert-zaremba, I removed this workaround, it's not needed anymore.