Commit Graph

66 Commits (d419dee6bd6afb4a0f8b591585b13537cb7d32c5)

Author SHA1 Message Date
yann300 78ffd6735c Publish 7 years ago
yann300 8619794088 Publish 7 years ago
yann300 ad775497c5 Publish 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
Iuri Matias 1ead7a643e update package versions 7 years ago
Leonardo Alt d54c39607e Fix 'potentially should be const' for constructors in static analysis 7 years ago
yann300 d206bd523b new remix-solidity version 7 years ago
yann300 a0e8567eac Fix test - comply with the 0.4.23 solidity compiler 7 years ago
yann300 7ff1338728 Fix static analysis test - looks more right now 7 years ago
yann300 80eed48315 Fix solidity var extraction. was using the type property. now using stateVariable && storageLocation 7 years ago
yann300 52cf826c16 bump ethereumjsvm 7 years ago
yann300 3f4ecb05cf
Update package.json 7 years ago
yann300 145ec18ca7 fix loading compiler 7 years ago
yann300 fe6b0a949e clear source location cache 7 years ago
yann300 418eaf05c2 bump solidity version (again) 7 years ago
yann300 0d2dcb486b bump solidity version 7 years ago
yann300 7abecb0311
fix input parameter decoding 7 years ago
yann300 f35e9874c3 bump version 7 years ago
yann300 9f92108d3c
bump version 7 years ago
yann300 e46b1719e0 fix test 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
yann300 8fbc563d0d preinstall solc && bump version 7 years ago
yann300 d9987e9bf5
Update package.json 7 years ago
Iuri Matias a4bb8eab9a update tests to use solc directly 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 c54ce861af export CompilerInput until browser-solidity/ci can be refactored 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
Iuri Matias 7eb8cc31ea export Compiler in remix-solidity 7 years ago
Iuri Matias 192e0a9dd0 add missing dependencies required for compiler wrapper code 7 years ago
yann300 ff48ed0b6c rename browser-solidity => remix-ide 7 years ago
yann300 2af41ee877 bump version 7 years ago
yann300 be57c9b418 remove npm-link-local 7 years ago
Cory Forsyth 1249a70a39
Fix typo in selfdestruct.js: planed -> planned 7 years ago
yann300 9fb1c3a441 bump version 7 years ago
yann300 eef41d5fba add tests 7 years ago
soad003 b1f48bef1b Static Analysis: Fix bug when passing function as parameter 7 years ago
yann300 a466f6eaef refactor testing 7 years ago
yann300 ee21320c80 test mapping decoding 7 years ago
yann300 c9f14c69a7 fix mapping decoding 7 years ago
yann300 658de38880 add mapping test 7 years ago
yann300 28ec08e183 fix mapping parsing 7 years ago