lorenzb / proveth

Generate & verify Merkle-Patricia-proofs for Ethereum
Other
106 stars 7 forks source link

"Modernize" RLP.sol - Remove Linter Errors Etc #20

Closed relyt29 closed 5 years ago

relyt29 commented 5 years ago

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 go away as possible

lorenzb commented 5 years ago

Switched to https://github.com/hamdiallam/Solidity-RLP in commit 41b45f2 per @izqui's suggestion