-
`solidity-coverage` is pinned to specific version, currently 0.7.2. However the latest version is 0.7.4 which includes some fixes for the support of Solidity 0.6. There are likely to be more upcoming …
-
Though it's a non issue, as it's very easy to replace that single line, still wanted to add this issue so people are aware of it.
-
Need to be integrated to the F3D smart contract.
-
Hello folks!
I'm struggling severely to configure my Vscode working properly.
I have imported contract of openzeppelin - ERC721.sol
Now I expected its function setApprovalForAll() be available in…
-
## missing checks for zero address
### description
Checking addresses against zero-address during initialization or during setting is a security best-practice. However, such checks are missing in the…
-
## Issue
Recieving "ValidationError: truffle-solidity-loader Invalid Options" when trying to import a solidity file.
## Steps to Reproduce
1. Create truffle project with a solidity contract.
…
-
-
Remove the last line i.e.
"Note that Truffle sends Ether to your test contract in a way that does not execute a fallback function, so you can still use the fallback function within your Solidity t…
-
**Project Title:**
- Wallet Roulette Casino Dapp
**Applicant Information:**
- **Name:** ErrorSys
- **Contact Email:** buggybytes.errsys@gmail.com
- **GitHub or relevant online profiles:** http…
-
[Here](https://github.com/trufflesuite/ganache-core/blob/develop/src/chains/ethereum/utils/src/errors/runtime-error.ts#L37-L55) revert reasons are processed. This currently only understands the revert…