-
Notifications
You must be signed in to change notification settings - Fork 31
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: add index field into TxResponse #526
Merged
Merged
Conversation
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
Codecov Report
@@ Coverage Diff @@
## main #526 +/- ##
==========================================
+ Coverage 56.84% 57.34% +0.49%
==========================================
Files 777 791 +14
Lines 83633 86263 +2630
==========================================
+ Hits 47543 49469 +1926
- Misses 33010 33644 +634
- Partials 3080 3150 +70
|
zemyblue
approved these changes
May 9, 2022
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.
LGTM
0Tech
approved these changes
May 10, 2022
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.
LGTM
* main: fix: genesis auth account format (Finschia#517) Remove reviewers on dependabot.yml updated ostracon to v1.0.5; `unsafe-reset-all` command has been moved to the `ostracon` sub-command. (Finschia#536) build(deps): bump docker/build-push-action from 2 to 3 (Finschia#532) build(deps): bump docker/metadata-action from 3 to 4 (Finschia#530) build(deps): bump docker/login-action from 1 to 2 (Finschia#531) build(deps): bump docker/setup-buildx-action from 1 to 2 (Finschia#529) chore(deps): bump github.com/VictoriaMetrics/fastcache from 1.9.0 to 1.10.0 (Finschia#499) build(deps): bump google.golang.org/protobuf from 1.27.1 to 1.28.0 (Finschia#474) chore(deps): bump github.com/prometheus/common from 0.32.1 to 0.34.0 (Finschia#510) chore(deps): bump github.com/coinbase/rosetta-sdk-go from 0.7.0 to 0.7.9 (Finschia#520) build(deps): bump github.com/spf13/cobra from 1.3.0 to 1.4.0 (Finschia#458) build(deps): bump github.com/confio/ics23/go from 0.6.6 to 0.7.0 (Finschia#448) build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (Finschia#465) build(deps): bump github.com/armon/go-metrics from 0.3.10 to 0.3.11 (Finschia#522) build(deps): bump github.com/magiconair/properties from 1.8.5 to 1.8.6 (Finschia#445) ci: change automerge conditions of Mergify (Finschia#523)
* main: feat: add foundation treasury feature to x/foundation (Finschia#518) chore(deps): bump github.com/spf13/cast from 1.4.1 to 1.5.0 (Finschia#540) build(deps): bump github.com/hashicorp/go-getter from 1.4.1 to 1.5.11 in /cosmovisor (Finschia#525) # Conflicts: # client/docs/statik/statik.go
3 tasks
5 tasks
96 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
closes: #507
ostracon's
Tx()
API returns anindex
, butQueryTx()
of thelbm-sdk
that wraps it does not return anindex
.Motivation and context
How has this been tested?
Screenshots (if appropriate):
Checklist:
CHANGELOG.md
client/docs/swagger-ui/swagger.yaml