Skip to content

Conversation

zoeyTM
Copy link
Contributor

@zoeyTM zoeyTM commented May 28, 2025

resolves #6682

Copy link

changeset-bot bot commented May 28, 2025

🦋 Changeset detected

Latest commit: 31311ca

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

This PR includes changesets to release 22 packages
Name Type
@nomicfoundation/ignition-core Patch
@nomicfoundation/hardhat-ignition-ethers Patch
@nomicfoundation/hardhat-ignition-viem Patch
@nomicfoundation/hardhat-ignition Patch
hardhat Patch
@nomicfoundation/hardhat-ledger Patch
@nomicfoundation/hardhat-errors Patch
@nomicfoundation/hardhat-ethers-chai-matchers Patch
@nomicfoundation/ignition-ui Patch
@nomicfoundation/hardhat-keystore Patch
@nomicfoundation/hardhat-mocha Patch
@nomicfoundation/hardhat-network-helpers Patch
@nomicfoundation/hardhat-node-test-reporter Patch
@nomicfoundation/hardhat-node-test-runner Patch
@nomicfoundation/hardhat-test-utils Patch
@nomicfoundation/hardhat-typechain Patch
@nomicfoundation/hardhat-utils Patch
@nomicfoundation/hardhat-toolbox-mocha-ethers Patch
@nomicfoundation/hardhat-verify Patch
@nomicfoundation/hardhat-viem Patch
@nomicfoundation/hardhat-viem-assertions Patch
@nomicfoundation/hardhat-zod-utils 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-project-automation github-project-automation bot moved this to Backlog in Hardhat May 28, 2025
@zoeyTM zoeyTM changed the title [WIP] integrate user interruptions flow with ignition UI integrate user interruptions flow with ignition UI May 28, 2025
@zoeyTM zoeyTM marked this pull request as ready for review May 28, 2025 15:15
@zoeyTM zoeyTM force-pushed the ignition/ui-interruptions branch from c9fae37 to 89c93f8 Compare May 28, 2025 15:15
@zoeyTM zoeyTM requested review from alcuadrado and kanej May 28, 2025 15:17
@zoeyTM zoeyTM added v-next A Hardhat v3 development task and removed status:triaging labels May 28, 2025
@zoeyTM zoeyTM linked an issue May 28, 2025 that may be closed by this pull request
@zoeyTM zoeyTM requested a review from fvictorio June 9, 2025 15:32
@kanej kanej removed request for alcuadrado and fvictorio June 9, 2025 15:33
@zoeyTM zoeyTM force-pushed the ignition/ui-interruptions branch from ccbb570 to 1be8ca3 Compare June 10, 2025 12:35
@@ -6,7 +6,7 @@ import type { JournalMessage } from "../../execution/types/messages.js";
* @beta
*/
export interface Journal {
record(message: JournalMessage): void;
record(message: JournalMessage): Promise<void>;
Copy link
Member

Choose a reason for hiding this comment

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

This needs to be reverted - we are intentional about recording to the journal being sync rather than async.
What is it that forced us here?

Comment on lines +16 to +17
// console.log(formattedMessage);

Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
// console.log(formattedMessage);

// Maybe the math should be different here?
eventHandler.externalLinesWritten += formattedMessage.split("\n").length;

return "mock response";
Copy link
Member

Choose a reason for hiding this comment

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

Is this placeholder code? Will it be updated with a subsequent PR?

Comment on lines +44 to +45
// console.log("Hello from the task's implementation of requestSecretInput");

Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
// console.log("Hello from the task's implementation of requestSecretInput");

@alcuadrado alcuadrado self-requested a review June 25, 2025 15:17
@zoeyTM zoeyTM force-pushed the ignition/ui-interruptions branch from 7465849 to 31311ca Compare July 31, 2025 07:13
@zoeyTM zoeyTM changed the base branch from v-next to v3-hh-ledger July 31, 2025 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v-next A Hardhat v3 development task
Projects
Status: Backlog
Development

Successfully merging this pull request may close these issues.

Rework Ignition UI to be based off of the HH3 user interruption api
2 participants