aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/solidity.js
Commit message (Collapse)AuthorAge
* Tsify lib/compilers (#4609)gh-6026Jeremy Rifkin2023-01-29
|
* npm run lint to get const fixesgh-5871Jeremy Rifkin2023-01-17
|
* All semver comparisons now ensure it's safe to do so (#3562)Rubén Rincón Blanco2022-04-26
| | | | | | | | | | | | | | | | | | | * All semver comparisons now ensure it's safe to do so * Oops, use correct class * Remove leftover import * Leave the Zig fixes for another PR * Fix linter * Fix test issues * Make linter happy, yet again * What? * Address PR review
* Fix Solidity compilers and line numbers in versions 0.4.x - 0.8.x (#3561)gh-2523Anders-T | 0x80.eth2022-04-26
| | | | | * fixing compilers 0.4.x - 0.8.x * update contributors file
* Map solidity EVM assembly to lines of code (#3545)gh-2448Anders-T | 0x80.eth2022-04-24
| | | | | | | | | | | | | | | * taking a snapshot of progress so far - generated sources are getting processed, and some fairly basic asm line assigning, but needs a second pass to rectify the issue of an asm instruction being attributed to multiple lines of code * fixed silly bug in instruction line thing * giving tags in generated sources human readable names * generate human friendly tag names for tags in non-generated code, using AST to figure out which function we're in * restoring most of the original formatting, and got constructor etc working too * fixing linting errors * add some comments
* Add support for Solidity (#3507)gh-2350Alexey Shekhirin2022-04-14
* feat(compilers): Solidity support MVP * don't concat userOptions in optionsForFilter * fixes after review * Update etc/config/solidity.defaults.properties Co-authored-by: Rubén Rincón Blanco <ruben@rinconblanco.es> Co-authored-by: Rubén Rincón Blanco <ruben@rinconblanco.es>