Commit Graph

63 Commits (5d5a7d2e6992e87c9d32519008f8d0951c70f552)

Author SHA1 Message Date
LianaHus 59451b262b use new solc version. Update the interface 5 years ago
Liana Husikyan 55da511533 null worker before next load 5 years ago
aniket-engg f820dbe140 twice error catching improved 5 years ago
Liana Husikyan a481632b53 add a exception catch 5 years ago
LianaHus 93f402ef48 removed 'detail' key of optimizer for versions before yul 5 years ago
yann300 500b2344ce
output ast from compilation result 5 years ago
yann300 d1bd5cd846
add `details` 5 years ago
yann300 572a4ff5c7
equal 5 years ago
chriseth 11c185a567 Enable yul optimizations if optimizations are enabled and in Yul mode. 6 years ago
yann300 f314272a39
typo 6 years ago
yann300 26e6991c7a
comment 6 years ago
yann300 bb82e32825
default with default abi if compiled with yul 6 years ago
yann300 bcf5047e44 set language for solidity compiler 6 years ago
Scott Tsai f7b4230ec6 remix-solidity: add compiler.setEvmVersion() 6 years ago
subtly 8a71154284
fix for electron w/dynamic loading of solcjson 6 years ago
LianaHus fcc623bf2b renamed solc.compileStandardWrapper to solc.compile 6 years ago
yann300 001142fc9b
Update compiler.js 6 years ago
Paulius a6307188b0 Move new static analysis modules to a proper place 6 years ago
Paulius d8447497cb Static analysis: Update module for loop iteration over dynamic array 6 years ago
Paulius 023e81b622 Static analysis: Add module for loop iteration over dynamic array 6 years ago
Paulius 48352e01a0 Static analysis: Add module for deletion from dynamic array 6 years ago
yann300 ef75723b90 fix returning internal error 6 years ago
yann300 8376e329ee don't browserify signale 6 years ago
0mkar c12002be2c check navigator in node env 6 years ago
yann300 b01738112b
check if `navigator` available 6 years ago
yann300 f79278f0dd remove console.dir 6 years ago
Iuri Matias 3101764e2d fix fixes for remix-debug integration 6 years ago
Iuri Matias ba46fd3b51 Revert "remove solc require which is causing issues with browserify" 6 years ago
Iuri Matias 257541e8b2 remove solc require which is causing issues with browserify 6 years ago
Iuri Matias 4742022f23 move code analyzer to its own repo 6 years ago
0mkar 4ccdd5b71a require solc for electron 6 years ago
Iuri Matias 876c07875e move decoder from remix-solidity to remix-debug 7 years ago
soad003 7c6f4778f2 Static analysis: Add module for truncation int/uint division (Issue #948) 7 years ago
soad003 393c521510 Static Analysis: Naming as suggested by axic 7 years ago
soad003 fd4027994b Static Analysis: unassigned binops, bug fix, wording 7 years ago
soad003 25591ed824 Static Analysis: Compare instead of assign 7 years ago
soad003 94783ee1a2 Static Analysis: fixes suggested by axic 7 years ago
soad003 fd1c024de6 Static Analysis: Bugfix constant function check, Similar var names allow number prefix, add delete dynamic array modul 7 years ago
Leonardo Alt d54c39607e Fix 'potentially should be const' for constructors in static analysis 7 years ago
yann300 80eed48315 Fix solidity var extraction. was using the type property. now using stateVariable && storageLocation 7 years ago
yann300 fe6b0a949e clear source location cache 7 years ago
yann300 7abecb0311
fix input parameter decoding 7 years ago
yann300 6df899480d fix decode local variable 7 years ago
yann300 3a19731868 fix input param for ctor 7 years ago
yann300 570ceff984 fix input param for constructor 7 years ago
Iuri Matias e2e3e05154 lint is king 7 years ago
Iuri Matias b4eb542836 remove duplicated entry in list 7 years ago
Iuri Matias f9d77a40f9 (re)add metadata and userdocs to bring compiler input inline with latest changes in browser-solidity 7 years ago
Iuri Matias 748aef29a8 make compiler more node friendly 7 years ago
Iuri Matias 2e2d9df377 make handleImportCall optional 7 years ago