-
**Description**
Syntax error when using array slice on a bytes datatype as allowed in Solidity 0.6
**Steps to reproduce**
### Demo.sol
```
pragma solidity ^0.6.0;
contract Demo {
even…
-
I wanted to switch to solhint for linting my code but vscode-solidity does not show any error or warning when I configure solhint via "solidity.linter" : "solhint" config.
When I run solhint via
…
-
I want to ignore one of the sol files in my project (autogenerated flat file generated by truffle-flattener) and currently, there is no way to do that as adding `.soliumignore` seems to have no effect…
-
I'm finding that parsing large solidity files (500+ lines) takes a few seconds, which is fine in and of itself.
The problem is that it seems to be a *blocking* function, which is a little bit of a de…
travs updated
7 years ago
-
during run-time, linter should (occasionally) make http requests to check for newer version available and recommend user to update.
should be performed by the CLI, not by solium module
-
https://www.npmjs.com/package/ethlint
-
Some time ago, Mythril, solhint and Solium have been applied on the contract sources: https://github.com/raiden-network/raiden-contracts/issues/224
This issue keeps track of applying Echdna, and re…
-
Nihavent
Medium
# Unclaimable reserve assets will accrue in a pool due to the difference between interest paid on borrows and interest earned on supplies
### Summary
The interest paid on borrows i…
-
To ensure that enough gas is available for executing the Safe transaction on deployment (which is required so that other wallets can properly estimate the required gas) it should be possible to specif…
-
![image](https://user-images.githubusercontent.com/9597789/43676979-69bee850-9803-11e8-987c-2fbac5a4b7a4.png)
What am I supposed to do with this error? The contract compiles just fine with 0 errors o…