Commit Graph

46 Commits (f73c733f1b8cbe232e7c37e35221fa378f9646c5)

Author SHA1 Message Date
yann300 d94048e3da Update compiler.js 6 years ago
Paulius 87fb68bd6e Move new static analysis modules to a proper place 7 years ago
Paulius e0340000c6 Static analysis: Update module for loop iteration over dynamic array 7 years ago
Paulius 7bf87ea175 Static analysis: Add module for loop iteration over dynamic array 7 years ago
Paulius 6d94bd0ed6 Static analysis: Add module for deletion from dynamic array 7 years ago
yann300 33d67ba5eb fix returning internal error 7 years ago
yann300 c7895af8df don't browserify signale 7 years ago
0mkar 27ff1ecc2d check navigator in node env 7 years ago
yann300 6c651c8625 check if `navigator` available 7 years ago
yann300 75c54d97a9 remove console.dir 7 years ago
Iuri Matias cb61b40c37 fix fixes for remix-debug integration 7 years ago
Iuri Matias b7c14f70dc Revert "remove solc require which is causing issues with browserify" 7 years ago
Iuri Matias dd1824f3ff remove solc require which is causing issues with browserify 7 years ago
Iuri Matias 4bb6e5ab36 move code analyzer to its own repo 7 years ago
0mkar f9d853c4f7 require solc for electron 7 years ago
Iuri Matias 45eb3b60d2 move decoder from remix-solidity to remix-debug 7 years ago
soad003 f732003df8 Static analysis: Add module for truncation int/uint division (Issue #948) 7 years ago
soad003 afe066af1b Static Analysis: Naming as suggested by axic 7 years ago
soad003 70b39e890c Static Analysis: unassigned binops, bug fix, wording 7 years ago
soad003 ebb2653d59 Static Analysis: Compare instead of assign 7 years ago
soad003 0e94fd587b Static Analysis: fixes suggested by axic 7 years ago
soad003 04d2dea5d5 Static Analysis: Bugfix constant function check, Similar var names allow number prefix, add delete dynamic array modul 7 years ago
Leonardo Alt 1f070f331c Fix 'potentially should be const' for constructors in static analysis 7 years ago
yann300 42d1d57a46 Fix solidity var extraction. was using the type property. now using stateVariable && storageLocation 7 years ago
yann300 9af8bcfa6c clear source location cache 7 years ago
yann300 d38eaeadb3 fix input parameter decoding 7 years ago
yann300 3bc524d2d3 fix decode local variable 7 years ago
yann300 460e04d3f5 fix input param for ctor 7 years ago
yann300 7fdbb578d1 fix input param for constructor 7 years ago
Iuri Matias a4a4bfae2f lint is king 7 years ago
Iuri Matias e981a602de remove duplicated entry in list 7 years ago
Iuri Matias 5c41299a78 (re)add metadata and userdocs to bring compiler input inline with latest changes in browser-solidity 7 years ago
Iuri Matias 90bfa8d9a2 make compiler more node friendly 7 years ago
Iuri Matias 97b29deaec make handleImportCall optional 7 years ago
Iuri Matias 21057ba7d8 remove compiler-imports back to browser-solidity (still too specific to browser-solidity) 7 years ago
Iuri Matias e0db637aa7 remove unused methods 7 years ago
Iuri Matias 5fd43d8397 move compiler code from browser-solidity including txHelper 7 years ago
yann300 a96858099a rename browser-solidity => remix-ide 7 years ago
Cory Forsyth 6dc2aa7926 Fix typo in selfdestruct.js: planed -> planned 7 years ago
soad003 954a1932f5 Static Analysis: Fix bug when passing function as parameter 7 years ago
yann300 389efd959b fix mapping decoding 7 years ago
yann300 72ec72fb39 fix mapping parsing 7 years ago
yann300 5c39429fa6 add forgotten input param 7 years ago
yann300 47ea7c7b5e catch module exception 7 years ago
soad003 1e33f4cc25 Static Analysis: assert / require, fix comments, cleanup 7 years ago
soad003 17e12e25b2 Static Analysis: require / assert 7 years ago
Francesco Ceccon 22272b23d1 Fix spelling in callcode and delegatecall warnings 7 years ago
yann300 9aa5b294cb move static analysis to remix-solidity 7 years ago
yann300 c0f2a05b36 module split 7 years ago