-
## L-01 NON-LIBRARY/INTERFACE FILES SHOULD USE FIXED COMPILER VERSIONS, NOT FLOATING ONES
In the contracts, floating pragmas should not be used. Contracts should be deployed with the same compiler v…
-
This is on a big-endian platform, with z3 disabled due to https://github.com/ethereum/solidity/issues/14592
```
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_lang_solidity/solidity/work/s…
-
I have a solidity file named 'Manager.sol' for compiler version 0.5.1. First line of the file reads pragma solidity 0.5.1 However, while running I am getting the following error.
```
Manager.sol:1:1…
-
https://github.com/crytic/medusa/blob/master/fuzzing/fuzzer_worker_sequence_generator.go
https://github.com/crytic/echidna/blob/2c72579e72eb2818d63c60a11180e7359f9984e4/lib/Echidna/Mutator/Corpus.hs#…
-
To implement a fee splitter contract based on the `FeeVault` there is a lot of complexity and assumptions required because the amount being withdrawn is not returned from the `withdraw()` function…
tynes updated
2 months ago
-
Anchor can decode the fields in the account data of anchor rust programs. The metadata contains a list of fields. Make this work with Solidity.
A complication is that Anchor uses borsh encoding f…
-
[OpenZepp](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/access/Ownable.sol)
```
pragma solidity ^0.8.0;
```
incompatible with OracleLibrary which dictates `prag…
-
I'm getting a fatal error when I run the dapp tests. It doesn't seem to stop the tests from running however, all of them seem to be passing for me:
```
kevinchau@Kevins-MBP eth2.0-specs % make tes…
-
Steps to reproduce:
```
alias antlr='java -jar ~/Downloads/antlr-4.10.1-complete.jar'
git clone https://github.com/ethereum/solidity solidity
cd solidity/docs/grammar
antlr -Dlanguage=Go -o par…
-
```
{
{
function f() {}
}
{
{
function f() {}
}
}
}
// ----
```
Copy contents to file named `test/libyul/functionSideEffects/scoped_redeclaration.yul`
Rep…