Commit Graph

27 Commits (d206bd523b5d539432b9534c8794c07af1a52f5f)

Author SHA1 Message Date
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
Iuri Matias 0713a146ed remove compiler-imports back to browser-solidity (still too specific to browser-solidity) 7 years ago
Iuri Matias 6514fe867d remove unused methods 7 years ago
Iuri Matias deb1a4f394 move compiler code from browser-solidity including txHelper 7 years ago
yann300 ff48ed0b6c rename browser-solidity => remix-ide 7 years ago
Cory Forsyth 1249a70a39
Fix typo in selfdestruct.js: planed -> planned 7 years ago
soad003 b1f48bef1b Static Analysis: Fix bug when passing function as parameter 7 years ago
yann300 c9f14c69a7 fix mapping decoding 7 years ago
yann300 28ec08e183 fix mapping parsing 7 years ago
yann300 7c5b18544a add forgotten input param 7 years ago
yann300 593e319b73 catch module exception 7 years ago
soad003 b38bfc187b Static Analysis: assert / require, fix comments, cleanup 7 years ago
soad003 32a682762a Static Analysis: require / assert 7 years ago
Francesco Ceccon 622a5b0598
Fix spelling in callcode and delegatecall warnings 7 years ago
yann300 1d6e50c7bb move static analysis to remix-solidity 7 years ago
yann300 f550bd8cff module split 7 years ago