forked from CosmosContracts/juno
-
Notifications
You must be signed in to change notification settings - Fork 0
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
E2e testing #1
Merged
anhductn2001
merged 38 commits into
anhductn2001:e2e-testing
from
CosmosContracts:e2e-testing
Nov 22, 2022
Merged
E2e testing #1
anhductn2001
merged 38 commits into
anhductn2001:e2e-testing
from
CosmosContracts:e2e-testing
Nov 22, 2022
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
- Use latest alpine based golang image
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.6.1. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.5.0...v1.6.1) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Update genica command
* bumps to v12 * go mod * solve conflic with main * save node.go Co-authored-by: Jacob Gadikian <[email protected]>
fix(Dockerfile): latest alpine, use sh, combine run
…thub.com/spf13/cobra-1.6.1 Bump github.com/spf13/cobra from 1.5.0 to 1.6.1
…thub.com/prometheus/client_golang-1.14.0 Bump github.com/prometheus/client_golang from 1.13.0 to 1.14.0
chore(deps) Dependency Bumps [chain-chores]
app.go refactor: Move keepers init, modules init and modularise upgrade handlers
Co-authored-by: Udit Gulati <[email protected]>
Co-authored-by: Udit Gulati <[email protected]>
Co-authored-by: Udit Gulati <[email protected]>
* clean up ledger support * tidy
* Add reset app and wasm * Split reset application.db and wasm * Update error handling Co-authored-by: vuong <[email protected]>
TokenFactory (v12)
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.