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

Implement a foundry based testing framework #21

Open
npasquie opened this issue Nov 22, 2024 · 1 comment
Open

Implement a foundry based testing framework #21

npasquie opened this issue Nov 22, 2024 · 1 comment

Comments

@npasquie
Copy link

There is a shared feeling that the current hardhat testing framework is hard to use, unstable, and generally a mess.
While we want to keep it because having the TypeScript-based framework is important for compatibility and e2e testing purposes, a new Foundry-based testing framework is needed for iterative, quick feedback smart-contract side development.
I will implement test contracts mocking everything that is happening outside of the host chain in Inco using Foundry cheat codes, and provide a base to write Solidity tests for the cERC20 implementation and future confidential smart contracts.
Please use this issue to give feedback while I start working on it.

@vkpatva
Copy link

vkpatva commented Nov 29, 2024

can you assign this to me! @npasquie

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

No branches or pull requests

2 participants