Skip to content
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

Version Packages #4770

Merged
merged 2 commits into from
Nov 5, 2024
Merged

Version Packages #4770

merged 2 commits into from
Nov 5, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 27, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@hyperlane-xyz/[email protected]

Minor Changes

  • 469f2f3: Checking for sufficient fees in AbstractMessageIdAuthHook and refund surplus
  • f26453e: Added msg.value to preverifyMessage to commit it as part of external hook payload
  • 0640f83: disabled the ICARouter's ability to change hook given that the user doesn't expect the hook to change after they deploy their ICA account. Hook is not part of the derivation like ism on the destination chain and hence, cannot be configured custom by the user.
  • a82b4b4: Made processInboundMessage payable to send value via mailbox.process

Patch Changes

@hyperlane-xyz/[email protected]

Minor Changes

  • db0e735: re-enable space key for multiselect cli prompt
  • 7e9e248: Add feat to allow updates to destination gas using warp apply
  • 4c0605d: Add optional proxy admin reuse in warp route deployments and admin proxy ownership transfer in warp apply
  • db5875c: Add hyperlane warp verify to allow post-deployment verification.
  • 956ff75: Enable configuration of IGP hooks in the CLI

Patch Changes

@hyperlane-xyz/[email protected]

Minor Changes

  • 469f2f3: Checking for sufficient fees in AbstractMessageIdAuthHook and refund surplus
  • d9505ab: Deploy to apechain, arbitrumnova, b3, fantom, gravity, harmony, kaia, morph, orderly, snaxchain, zeronetwork, zksync. Update default metadata in HyperlaneCore to 0x00001 to ensure empty metadata does not break on zksync.
  • 7e9e248: Add feat to allow updates to destination gas using warp apply
  • 4c0605d: Add optional proxy admin reuse in warp route deployments and admin proxy ownership transfer in warp apply
  • db91968: Update default validator sets. Throw in InterchainAccount.getOrDeployAccount if the origin router is the zero address.
  • db5875c: Add hyperlane warp verify to allow post-deployment verification.
  • 956ff75: Introduce utils that can be reused by the CLI and Infra for fetching token prices from Coingecko and gas prices from EVM/Cosmos chains.

Patch Changes

@hyperlane-xyz/[email protected]

Minor Changes

  • f438d44: Update widgets with components from explorer and warp ui

    • Add icons: Discord, Docs, Github, History, LinkedIn, Medium, Twitter, Wallet and Web
    • Add animation component: Fade component
    • Add components: DatetimeField and SelectField
    • New stories: IconList and Fade
    • Add "Icon" suffix for icons that did not have it

Patch Changes

@hyperlane-xyz/[email protected]

Patch Changes

@hyperlane-xyz/[email protected]

Patch Changes

  • e104cf6: Dedupe internals of hook and ISM module deploy code
  • 0410815: fix median utils func + add test
  • 39a9b20: Filter undefined/null values in invertKeysAndValues function

@hyperlane-xyz/[email protected]

Patch Changes

@hyperlane-xyz/[email protected]

@hyperlane-xyz/[email protected]

@github-actions github-actions bot force-pushed the changeset-release/main branch 23 times, most recently from 93d7a44 to 648e228 Compare October 30, 2024 18:26
@github-actions github-actions bot force-pushed the changeset-release/main branch 16 times, most recently from e89f521 to 97e7991 Compare November 5, 2024 10:37
Releases:
  @hyperlane-xyz/[email protected]
  @hyperlane-xyz/[email protected]
  @hyperlane-xyz/[email protected]
  @hyperlane-xyz/[email protected]
  @hyperlane-xyz/[email protected]
  @hyperlane-xyz/[email protected]
  @hyperlane-xyz/[email protected]
  @hyperlane-xyz/[email protected]
  @hyperlane-xyz/[email protected]

[skip ci]
@github-actions github-actions bot force-pushed the changeset-release/main branch from 97e7991 to 0ce3dc1 Compare November 5, 2024 13:49
@aroralanuk aroralanuk closed this Nov 5, 2024
@aroralanuk aroralanuk reopened this Nov 5, 2024
@aroralanuk aroralanuk enabled auto-merge November 5, 2024 14:34
@@ -7,5 +7,5 @@
**/
abstract contract PackageVersioned {
// GENERATED CODE - DO NOT EDIT
string public constant PACKAGE_VERSION = "5.6.1";
string public constant PACKAGE_VERSION = "5.7.0";

Check warning

Code scanning / Olympix Integrated Security

Some state variables are not being fuzzed in test functions, potentially leaving vulnerabilities unexplored. For more information, visit: http://detectors.olympixdevsectools.com/article/web3-vulnerability/unfuzzed-variables Medium

Some state variables are not being fuzzed in test functions, potentially leaving vulnerabilities unexplored. For more information, visit: http://detectors.olympixdevsectools.com/article/web3-vulnerability/unfuzzed-variables
Copy link

codecov bot commented Nov 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.27%. Comparing base (a82b4b4) to head (0ce3dc1).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4770   +/-   ##
=======================================
  Coverage   74.27%   74.27%           
=======================================
  Files         101      101           
  Lines        1481     1481           
  Branches      192      192           
=======================================
  Hits         1100     1100           
  Misses        360      360           
  Partials       21       21           
Components Coverage Δ
core 84.61% <ø> (ø)
hooks 77.77% <ø> (ø)
isms 77.77% <ø> (ø)
token 89.01% <ø> (ø)
middlewares 77.58% <ø> (ø)

@aroralanuk aroralanuk added this pull request to the merge queue Nov 5, 2024
Merged via the queue into main with commit 0772863 Nov 5, 2024
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant