-
Notifications
You must be signed in to change notification settings - Fork 22
fix: update heighliner tag to v1.7.5 #325
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
Conversation
WalkthroughThe Docker workflow configuration was updated to use a newer version ( Changes
Poem
Note ⚡️ AI Code Reviews for VS Code, Cursor, WindsurfCodeRabbit now has a plugin for VS Code, Cursor and Windsurf. This brings AI code reviews directly in the code editor. Each commit is reviewed immediately, finding bugs before the PR is raised. Seamless context handoff to your AI code agent ensures that you can easily incorporate review feedback. Note ⚡️ Faster reviews with cachingCodeRabbit now supports caching for code and dependencies, helping speed up reviews. This means quicker feedback, reduced wait times, and a smoother review experience overall. Cached data is encrypted and stored securely. This feature will be automatically enabled for all accounts on May 16th. To opt out, configure ✨ Finishing Touches🧪 Generate Unit Tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
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.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Cache: Disabled due to data retention organization setting
Knowledge Base: Disabled due to data retention organization setting
📒 Files selected for processing (1)
.github/workflows/docker.yml(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (7)
- GitHub Check: Build - Linux aarch64
- GitHub Check: test
- GitHub Check: test
- GitHub Check: connect-test (1.23.x, ubuntu-latest-x64-xlarge)
- GitHub Check: Analyze (go)
- GitHub Check: Mergify Merge Protections
- GitHub Check: Summary
| # TODO: change back to strangelove-ventures once it create the release | ||
| heighliner-owner: ${{ github.repository_owner }} | ||
| heighliner-tag: v1.7.3 | ||
| heighliner-tag: v1.7.5 |
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.
💡 Verification agent
🧩 Analysis chain
Bump Heighliner tag to v1.7.5 – approved.
The Heighliner build action input has been updated from v1.7.3 to v1.7.5 as intended. Please verify that the v1.7.5 release exists in the strangelove-ventures/heighliner-build-action repository and is compatible with your pipelines.
You can run this check without cloning the repo:
Expect a JSON object for refs/tags/v1.7.5; a 404 indicates the tag isn't published yet.
🏁 Script executed:
#!/bin/bash
curl -s https://api.github.com/repos/strangelove-ventures/heighliner-build-action/git/refs/tags/v1.7.5Length of output: 250
Invalid Heighliner tag – v1.7.5 not found
The GitHub API returned a 404 when checking for refs/tags/v1.7.5 in the strangelove-ventures/heighliner-build-action repo. Please ensure that the v1.7.5 tag has been published or update this workflow to point at an existing release.
• File: .github/workflows/docker.yml
Line 56:
heighliner-tag: v1.7.5🤖 Prompt for AI Agents
In .github/workflows/docker.yml at line 56, the Heighliner tag is set to v1.7.5,
but this tag does not exist in the strangelove-ventures/heighliner-build-action
repository, causing a 404 error. To fix this, verify the available tags in the
repository and update the heighliner-tag value to a valid, existing tag that is
compatible with your pipeline.
* wip: upgraded cosmos/evm to v0.2.0 * update ibc to v10 * add clienthelpers for defaultNodeHome * fix: update heighliner tag to v1.7.5 (#325) * update swagger api with latest versions --------- Co-authored-by: Leo Pang <[email protected]>
* remove skip-mev feemarket * wired in evm, erc20 from evmos * added back bank send hook * updated swagger to include evmos modules * replace default denom from uom to aom with 18dp * genesis file for omstead testnet * register swagger statik with namespace (temporary) * add ante import to app * Revert "register swagger statik with namespace (temporary)" This reverts commit 20b1bde. * add swagger.go * switch from evmos evm to cosmos evm * fix compile error * add secp256k1 keys for sigverify * feat: pump go in release.yml * fix: GORELEASER_IMAGE is outdated * fix: rest apis and evm routes * feat: remove validation for CosmosChainID and fix base to 6 decimals * feat: update dependencies + add client context * fix: remove duplicate keyring options * fix: update to use cosmos evm tracers * refactor: consolidate setup configuration for address prefixes and cointype (#315) * refactor: consolidate setup configuration for address prefixes and cointype * fix: lint --------- Co-authored-by: freeelancer <[email protected]> * Merge branch 'main' into main-evm (#320) * chore: remove networks folder * feat: cosmos/evm v0.2.0 + ibc v10 (#326) * wip: upgraded cosmos/evm to v0.2.0 * update ibc to v10 * add clienthelpers for defaultNodeHome * fix: update heighliner tag to v1.7.5 (#325) * update swagger api with latest versions --------- Co-authored-by: Leo Pang <[email protected]> * feat: upgrade from v4 to v5-evm with migration * chore: remove xfeemarket module * chore(deps): update github.com/cosmos/evm to v1.0.0-rc0 * feat: burn transaction fees * chore(deps): update cosmos-sdk fork from v0.53.0-v5-mantra-1 to v0.53.0-v5-mantra-1-1 * chore(deps): update github.com/cosmos/evm with latest main branch commit * chore: comment out linux/arm64 platform in chains.yaml * fix(test): e2e tests (#330) * feat: move burn fees from antehandler to tax endblocker (#332) * update go.mod for connect * revert to using default cosmos evm antehandler * remove xfeemarket leftover * feat: burn fees using tax endblocker * feat: init evm chain id from genesis.json or app.toml (#338) * feat: init evm chain id from genesis.json or app.toml * remove constant.go and move code over to config.go * avoid unexpected err * avoid oom for big genesis * cleanup --------- Co-authored-by: mmsqe <[email protected]> * chore: remove IBC v2 and precompile support temporarily (#340) * feat: allow only single evm msg (#341) * feat: remove legacy feemarket (skip-mev) store entirely (#342) * chore: remove past upgradehandlers * fix: remove legacy feemarket store entirely * feat: add nix e2e test * fix: evm init params (#344) * fix: evm initial params * chore: add v5.0.0-rcx to mergify * chore: remove main-evm from condition --------- Co-authored-by: allthatjazzleo <[email protected]> * chore: remove networks folder (#346) --------- Co-authored-by: allthatjazzleo <[email protected]> Co-authored-by: Leo Pang <[email protected]> Co-authored-by: mmsqe <[email protected]>
(cherry picked from commit b63b1c4) # Conflicts: # .github/workflows/docker.yml



Summary by CodeRabbit