Skip to content

Update fund nodes cmd#595

Merged
finleydecker merged 6 commits into
mainfrom
update-fund-nodes-cmd
Nov 25, 2025
Merged

Update fund nodes cmd#595
finleydecker merged 6 commits into
mainfrom
update-fund-nodes-cmd

Conversation

@finleydecker

@finleydecker finleydecker commented Nov 25, 2025

Copy link
Copy Markdown
Contributor
  • Adds new line formatting on output:
Screenshot 2025-11-24 at 7 53 14 PM
  • Adds option to use eth as the amount param. This is easier for humans to discern and prevents funding errors.

Copilot AI review requested due to automatic review settings November 25, 2025 05:54
@finleydecker finleydecker requested a review from a team as a code owner November 25, 2025 05:54
@changeset-bot

changeset-bot Bot commented Nov 25, 2025

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 5606925

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
chainlink-deployments-framework Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions

Copy link
Copy Markdown

👋 finleydecker, thanks for creating this pull request!

To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team.

Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks!

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the evm nodes fund command to improve usability by accepting ETH values instead of wei and adding newline formatting to output messages.

Key changes:

  • Modified the --amount parameter to accept ETH values instead of wei, with automatic conversion to wei internally
  • Added newline characters (\n) to Printf statements for better output formatting

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread engine/cld/legacy/cli/commands/evm.go Outdated
Comment thread engine/cld/legacy/cli/commands/evm.go Outdated
Comment thread engine/cld/legacy/cli/commands/evm.go
Comment thread engine/cld/legacy/cli/commands/evm.go Outdated
Copilot AI review requested due to automatic review settings November 25, 2025 06:08

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread engine/cld/legacy/cli/commands/evm.go
Comment thread engine/cld/legacy/cli/commands/evm.go Outdated
Comment thread engine/cld/legacy/cli/commands/evm.go

@graham-chainlink graham-chainlink left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@graham-chainlink

Copy link
Copy Markdown
Collaborator

oh @finleydecker there is an existing issue right now causing the test to fail , the CTF team will be coming up with a fix hopefully soon, else i might have to fix the test manually.

This change is not urgent right?

@finleydecker

Copy link
Copy Markdown
Contributor Author

oh @finleydecker there is an existing issue right now causing the test to fail , the CTF team will be coming up with a fix hopefully soon, else i might have to fix the test manually.

This change is not urgent right?

No, not urgent. Can wait on the fix!

Comment thread .changeset/tricky-sheep-sleep.md Outdated

@jkongie jkongie left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the .changeset file with more detailed explanation

@graham-chainlink

Copy link
Copy Markdown
Collaborator

okay i merged in the fix for the failin test, please rebase with the latest

Copilot AI review requested due to automatic review settings November 25, 2025 23:08

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread engine/cld/legacy/cli/commands/evm_test.go
@cl-sonarqube-production

Copy link
Copy Markdown

@graham-chainlink graham-chainlink left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@finleydecker finleydecker added this pull request to the merge queue Nov 25, 2025
Merged via the queue into main with commit 95f96d9 Nov 25, 2025
16 checks passed
@finleydecker finleydecker deleted the update-fund-nodes-cmd branch November 25, 2025 23:39
github-merge-queue Bot pushed a commit that referenced this pull request Nov 26, 2025
This PR was opened by the [Changesets
release](https://github.com/changesets/action) 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
## chainlink-deployments-framework@0.68.2

### Patch Changes

-
[#588](#588)
[`d1febae`](d1febae)
Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! -
fix(mcms): make proposalContextProvider a required param of
BuildMCMSv2Cmd

-
[#595](#595)
[`95f96d9`](95f96d9)
Thanks [@finleydecker](https://github.com/finleydecker)! - Added -eth
flag to the evm nodes fund command. Example: users can now use "-eth 10"
to fund nodes up to 10 eth. Also added a new line separator to the
current balance log to improve readability.

-
[#594](#594)
[`5936b3b`](5936b3b)
Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! -
fix(mcms): improve error handling in confirmTransaction

---------

Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants