-
**Describe the bug**
Throws and error when running a local hardhat node with forked mainnet
**Reproduction steps**
npx hardhat node
npm run test --network localhost
```
Error: Smock is o…
-
Hi,
First of all, I really liked your project. Compared to similar solutions like Wiremock, this tool seems much more modern and easy to use. We are considering to use it in our microservices archi…
-
related #43, #61 and #62.
- [ ] fix Smock v2 bug
- Smock v2 has a bug while generating FakeContractFactory from ContractFactory made by ethers.getContractFactory of the hardhat runtime environme…
-
**Describe the bug**
When implementing [onERC721Received](https://docs.openzeppelin.com/contracts/3.x/api/token/erc721#IERC721Receiver) functionality on an ERC721 Gateway, the `smocked` pattern used …
azf20 updated
3 years ago
-
### Component
Forge
### Describe the feature you would like
A cheatcode that sets a contract's transient storage slot to a particular value, and another one allowing to read it
### Additional cont…
-
- [x] #596
- [x] Remove hardhat truffle
- [x] #800
- [ ] Do we need a preprocessor? [hardhat-solpp](https://hardhat.org/plugins/nomiclabs-hardhat-solpp.html)
- [x] Integrate smock [@defi-wonderlan…
-
## Test Code
```
[Test()]
public async Task EmailConfirmation_Page_Test()
{
// given
Smock.Run(async context =>
{
Em…
PHuhn updated
2 years ago
-
**Is your feature request related to a problem? Please describe.**
We've decided to switch to viem for our project, and we were previously using Smock for our tests. Unfortunately Smock does not supp…
-
**Describe the bug**
I tried mocking a function but it's not working. Here is the [gist](https://gist.github.com/adi274/db2dda45a0d336de992ccc402bb4691b) containing the tests that I trying to run.…
-
**Is your feature request related to a problem? Please describe.**
All the current logic is hardwired to hardhat.
**Describe the solution you'd like**
It would be great to abstract all the logic…