forked from evmos/evmos
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add docker files to work with ephemeral cluster #10
Draft
jbowen93
wants to merge
57
commits into
celestiaorg:tzdybal/optimint
Choose a base branch
from
jbowen93:jbowen93/docker
base: tzdybal/optimint
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
* release: `v0.2.0` changelog (evmos#95) * Change use gogoproto.customname for EnableEVMHook param * Intrarelayer(Params): Add changelog * changelog Co-authored-by: Federico Kunze Küllmer <[email protected]> Co-authored-by: Federico Kunze Küllmer <[email protected]>
* Fix missing convert-erc20 command * changelog Co-authored-by: Federico Kunze Küllmer <[email protected]>
* Docs(Intrarelayer): Split up specs and add README with table of contents * Docs(Intrarelayer): Create markdown tables and fix formatting issues * markdown lint Co-authored-by: Federico Kunze Küllmer <[email protected]>
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.6...v2.1.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* cmd: update testnet command * tests wip * tests * changelog * norace
* validate ibc denom * add validate-ibc to register proposal * validate metadata on proposals * add testcase * move to utils * fix import * pr suggestions * validateibc format * test cases * linter and changelog Co-authored-by: Federico Kunze Küllmer <[email protected]>
* fix: intrarelayer nonce and update contract * changelog
* fix: intrarelayer nonce and update contract * release: `v0.3.0` changelog (evmos#111) * docs: update version * c++
* ci: enable gosec sarif upload * Update .github/workflows/security.yml Co-authored-by: Federico Kunze Küllmer <[email protected]>
* Improvement(Evmos): Fix gosec vulnerabilities * fix merge conflict in network.go
* fix: intrarelayer nonce and update contract * ci: enable backport for v0.3 * changelog * newline
* build: fix docker-build command * Update docs/quickstart/installation.md Co-authored-by: Federico Kunze Küllmer <[email protected]>
* fix: intrarelayer nonce and update contract * Get seeds and peers from repo and update config (evmos#120) * Get seeds and peers from repo and update config * Apply suggestions from code review Co-authored-by: Federico Kunze Küllmer <[email protected]> * fix Co-authored-by: Mercury <[email protected]>
Reported offline by Fedekunze, the problem was that we were unconditionally logging even in the case of no blocks being processed. Co-authored-by: Federico Kunze Küllmer <[email protected]>
* fix: intrarelayer nonce and update contract * docs: metamask reset account
* app: add IBC-go testing interface * changelog
Co-authored-by: Federico Kunze Küllmer <[email protected]>
Grammar fix at line 65
…denominations in ConvertCoin (evmos#134)
add docker build gh action
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.
Closes: celestiaorg/devops-test#57