-
![Screenshot from 2020-05-23 19-07-12](https://user-images.githubusercontent.com/22358726/82737400-d53cb680-9d28-11ea-93c3-6859d4fec40d.png)
I've noticed that my extension was not telling me about …
-
## Description
```solidity
contract Foo {
struct Hi {
uint256 hello;
}
function foo() internal returns (Hi storage ret) {
ret = ret;
ret.hello = 123;
…
-
The ReceiptVault contract uses the ERC20SnapshotUpgradeable contract from OpenZeppelin, which has been removed in version 5.0.0 of OpenZeppelin's contracts. Although it appears that the contract was n…
-
Thanks for this great library! but updating openzeppelin-solidity to latest 4.0.0 and I can not compile my project
running but outdated combination taken from https://github.com/ProjectOpenSea/ope…
-
After much debugging trying to get the `tenderly:verify` function to work I've realized that these libraries are incompatible. I kept getting the error:
```Error: There are multiple definitions of …
-
* `py-solc` Version: 3.2.0
* `solc` Version: 0.5.0
* Python Version: 3.6.7
* OS: Linux
### What was wrong?
py-solc is incompatible with Solidity compiler 0.5.0
`--combined-json clone-bin`…
-
Original Asterisc TODO tracker:
- [ ] Go:
- [ ] update state model to track multiple copies of registers state and PC
- [ ] [Parse MIPS_ABIFLAGS section to see metadata from Go](https://githu…
-
Running extension build `1.4.39` with `locklift@2.6.0` and ton solidity compiler version `0.62.0`
this sniptes returns error `Error: Error: Source file requires different compiler version (current …
-
### Component
Forge
### Describe the feature you would like
### tldr
The effect of `// forge-import: Contract.sol` is to add a contract to the list of contracts to be compiled (but it does n…
-
Following the venom [documentation](https://docs.venom.foundation/build/development-guides/how-to-create-your-own-non-fungible-tip-4-token/quick-start-developing-with-tip-4) to deploy a token on local…