Commit Graph

177 Commits (36de0f1adb92f53e137b9bb67db8c3504624cd8b)

Author SHA1 Message Date
Iuri Matias c1762eb134 remove unneeded imports from remix-solidity 7 years ago
Iuri Matias e2532a1ab9 remove other references to remix-core 7 years ago
Iuri Matias 45eb3b60d2 move decoder from remix-solidity to remix-debug 7 years ago
Iuri Matias 692757ccaa update remix-solidity tests 7 years ago
Iuri Matias 7c9cd9bdaf remove global web3 references from remix-solidity tests 7 years ago
yann300 21b6bd9aea Publish 7 years ago
yann300 ecbeb9162a Publish 7 years ago
yann300 01c959fc50 Publish 7 years ago
yann300 6113869636 Publish 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
yann300 2dab1038ba Publish 7 years ago
yann300 a4c449730c Publish 7 years ago
yann300 1e48f503fb Publish 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
Iuri Matias 4dc6d5a2a2 update package versions 7 years ago
Leonardo Alt 1f070f331c Fix 'potentially should be const' for constructors in static analysis 7 years ago
yann300 761aba1e2c new remix-solidity version 7 years ago
yann300 3824cd6db6 Fix test - comply with the 0.4.23 solidity compiler 7 years ago
yann300 51f997ef80 Fix static analysis test - looks more right now 7 years ago
yann300 42d1d57a46 Fix solidity var extraction. was using the type property. now using stateVariable && storageLocation 7 years ago
yann300 c04a348d12 bump ethereumjsvm 7 years ago
yann300 2dfd024d30 Update package.json 7 years ago
yann300 e4dafa3f91 fix loading compiler 7 years ago
yann300 9af8bcfa6c clear source location cache 7 years ago
yann300 5befce5957 bump solidity version (again) 7 years ago
yann300 bf977ecf68 bump solidity version 7 years ago
yann300 d38eaeadb3 fix input parameter decoding 7 years ago
yann300 e352884370 bump version 7 years ago
yann300 f2fb933348 bump version 7 years ago
yann300 bfc2d3abb2 fix test 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
yann300 afdda85a74 preinstall solc && bump version 7 years ago
yann300 0f5a878d25 Update package.json 7 years ago
Iuri Matias a00861c5ff update tests to use solc directly 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 64e01b3e6b export CompilerInput until browser-solidity/ci can be refactored 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
Iuri Matias 48128ccc7d export Compiler in remix-solidity 7 years ago