Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Add SHA-256 hashes to file lists in solc-bin #10379
Comments
Yes please, it's way easier to deal with sha256. In particular, NixOS requires a sha256 when fetching a url and can't accept keccak256, so I have to manually calculate the sha256. |
Proposed by @axic in #10352 (comment).
After doing this the example in solc-bin docs should be updated to include such a hash too.