-
There will only be one PoW deposit contract in production and pinpoint to one now will help the community to discover bugs in the early phases. I don't think there's any reason for us to use our own d…
-
RLP.sol has a bunch of linter warnings with modern solidity compilers. We should eventually get around to updating the version of solidity expected by RLP.sol and make as many of the linter warnings g…
-
[ERC777](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-777.md) is a proposal for a token standard with advanced features that seems to be well received and may gain some adoption.
We would …
-
I am trying to analyze following project . https://github.com/oraclize/ethereum-api.git
When I run command solium -d . -R gcc
It failed with following error:
An error occurred while linting…
-
```solidity
pragma solidity >0.4.99
-
should this plugin implement the "official" Solidity Style Guide?
https://solidity.readthedocs.io/en/v0.5.2/style-guide.html
-
Style guide says 4 spaces, yet you use 2.
https://github.com/OpenZeppelin/openzeppelin-solidity/blob/f7e53d90fa638553ffc93e93fe1b12fc081bb774/.soliumrc.json#L7
Not Documented here as to why:
ht…
-
### Reproduction steps:
1. Collapsing function definitions in .js file.
- This error happened at the same time as I experienced #17482
- Restarted Atom and was able to reproduce after collapsi…
-
Solium gets slower on larger contracts. [Solhint](https://protofire.github.io/solhint/) is quite light and supports all solidity style guides.
rbval updated
5 years ago
-
## Terminal Stuff
* [x] `$ brew upgrade bat fzf git heroku hokusai hub macvim the_silver_searcher tmux yarn`
* [x] `$ replug`
* [x] `$ asdf update && asdf plugin-update --all && asdf reshim`
* […