-
Notifications
You must be signed in to change notification settings - Fork 8
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
DEVSVCS-1213: replace Ganache with Anvil and upgrade webpack and remove esmify #81
base: main
Are you sure you want to change the base?
Conversation
@@ -28,17 +27,10 @@ export const setupLocalTestnetFixture = async ( | |||
}> => { | |||
const localFunctionsTestnet = await startLocalFunctionsTestnet( | |||
path.join(__dirname, 'testSimulationConfig.ts'), | |||
{ |
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.
if we are using anvil/viem consider whether we need to use fetchLogs [1] for showing the user the console logs?
[1] https://github.com/wevm/anvil.js/tree/main?tab=readme-ov-file#fetchlogs
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.
i tried this but it is not clear how to work with this.
i tried another approach
anvil.on('message', log -> ....)
and it prints some logs.
at the moment i don't have a good way to ensure it's a good user experience bc i only ran unit and integration tests.
will explore this a little more when testing with integration tests repo.
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.
Thanks! since its a toolkit for developers it is critical that we have no regression on developer experience.
DEVSVCS-1213: remove esmify
|
No description provided.