Skip to content

feat: cli-wallet#21757

Open
alexghr wants to merge 1 commit intomerge-train/spartanfrom
ag/cli-wallet
Open

feat: cli-wallet#21757
alexghr wants to merge 1 commit intomerge-train/spartanfrom
ag/cli-wallet

Conversation

@alexghr
Copy link
Contributor

@alexghr alexghr commented Mar 18, 2026

A few changes to the cli-wallet to make it easier to use for testing deployed networks:

  • adds an optional salt parameter to create-account. This is so I can import a bot account which already has FJ
  • adds a command to quickly check FJ balance
  • all commands that send txs now take a --wait-for-status <checkpointed|proposed> optional flag (default: proposed) to control how long we wait for txs.

@alexghr alexghr requested a review from Thunkar March 18, 2026 17:54
@alexghr alexghr enabled auto-merge (squash) March 18, 2026 17:55
) {
const out: Record<string, any> = {};
salt ??= Fr.random();
salt ??= Fr.ZERO;
Copy link
Contributor

Choose a reason for hiding this comment

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

This is causing the test breakages, two instances of the same contract cannot be deployed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants