-
Notifications
You must be signed in to change notification settings - Fork 563
Release/v0.13.2 #634
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
Merged
Merged
Release/v0.13.2 #634
Conversation
This file contains hidden or 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
Merge pull request #599 from tendermint/release/v0.13.1
* refactor: use stable version of Starport in docs by default * Update readme.md Co-authored-by: Denis Fadeev <denis@fadeev.org>
Each platform gets its own docker manifest so the :arm64 and :amd64 on the image tags are superfluous.
`chaincmdrunner` provides a high level API to execute commands of an SDK app through programmatic access. * refactor `services/` to use this new pkg. * init cmdchainrunner pkg * start using chaincmdrunner in chain and networkbuilder services * cleanup * fix linter * cosmetics
* refactor(services/chain): make New depend on the source code a part of #608.
* refactor(cmd): replace cmd.getModule() w/ gomodulepath.ParseAt(). solves a part of #609. * fix after merge
* refactor(cmd): replace cmd.getModule() w/ gomodulepath.ParseAt(). solves a part of #609. * fix after merge * refactor(services/chain): refactor initialization of New() make the required and optional fields explicit to prevent incorrect initializations. resolves #619. solves a part of #608. * fix linter
* Remove workaround * Update cosmos version * Update templates * migrate to SDK version of v0.40.0 * migrate x/client * fix integration test * update relayer to 1daec66 * support both v0.40.0 and v0.40.0-rc-X versions of Stargate * linter * template: fix client cmd tx * fix relayer * docs * docs Co-authored-by: İlker Göktuğ ÖZTÜRK <ilkergoktugozturk@gmail.com>
ilgooz
added a commit
that referenced
this pull request
Jan 11, 2021
Merge pull request #634 from tendermint/release/v0.13.2
Jchicode
pushed a commit
to Jchicode/cli
that referenced
this pull request
Aug 9, 2023
release/v0.13.2
Jchicode
pushed a commit
to Jchicode/cli
that referenced
this pull request
Aug 9, 2023
Merge pull request ignite#634 from tendermint/release/v0.13.2
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.
No description provided.