-
Hi,
```solidity
//SPDX-License-Identifier: MIT
pragma solidity ^0.4.0;
contract CrossReentrancy {
// INSECURE
mapping (address => uint) private userBalances;
function transfer…
-
A member of Solidity Focus Group has faced a problem with contract deployment on Neon EVM.
The deployment of his contracts spends too much gas.
The guy declares he spent 2.4 Neons for the deployment w…
-
Hi,
we've notice that in the exported module you've used the wrong type. You have to set HardhatUserConfig and not HardhatConfig in order to make the parameter enabled in hardhat.config.js, otherwhis…
-
Hey.
Using Waffle + buidlerevm to test. I want to run evm_increaseTime, but it doesn't work, unless I run buidlerevm as a stand-alone node. I'm using openzeppelin test helpers to increase the time.…
-
After upgrading to Hardhat 2.11 I'm getting `Invalid Chai property: revertedWith` error when using `revertedWith` matcher in my tests (same thing happens when using the `reverted` matcher). Downgradin…
-
please add solidity-coverage to package.json
also add coverage as Script:
`"coverage": "env COVERAGE=true hardhat coverage",`
-
Is that possible to build a python version for it?
-
Type: Bug
Routine usage of search stopped working.
I searched in my code for the chars "getD" looking to find a function called getDocument. As you can see it is open in the editor, but there a…
-
### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [ ] Foundryup
### What version of Foundry are you on?
forge 0.2.0 (153ae19 2022-06-26T00:04:15.775569508…
-
It would be helpful to add a mention about the minimum supported Solidity version in the [How do I use a specific Solidity compiler?](https://book.getfoundry.sh/faq?highlight=solidity#how-do-i-use-a-s…