Commit Graph

15 Commits (add-typechain-instructions)

Author SHA1 Message Date
cgewecke 6c7940cb3e
Use @solidity-parser/parser (^0.5.2) (#495) 5 years ago
cgewecke e5a5b95ad8
Parse solc 6.x contracts (#477) 5 years ago
cgewecke fc3115138c Initial draft: 0.7.0 5 years ago
cgewecke b4f1e5c20a Fix bug preprocessing unbracketed if else statements 5 years ago
cgewecke 1ec36cab12 Modify preprocessor for nested conditionals, test w/ oraclize 5 years ago
Alex 57bab8633c Remove loop from preprocessor 6 years ago
Alex 9b5d9ffc66 Accommodate async nature of solidity-parser-antlr 6 years ago
Alex 8363b9a2e5 Remove solidity-parser-sc completely 6 years ago
cgewecke 417ad1de81 Preserve CRs of removed modifiers 7 years ago
cgewecke 1645e34376 ABI swap 7 years ago
cgewecke 0fa37ce8d5 Also track/modify parents methods 7 years ago
cgewecke 5ebd3041f6 Process all files in contracts folder for constant ABI mods 7 years ago
Alex Rea a1a55ef1f1 Handle *.sol files that are invalid Solidity 7 years ago
Alex Rea 58a216cb85 Only remove pure/view/constant from functions 7 years ago
cgewecke da0f9dcede Fix pure fix 7 years ago
cgewecke f74ce0bd7d npm publishing solidity-parser-sc 7 years ago
cgewecke 2ecbe5efc6 Permit view, pure, experimental and solc 0.4.17 7 years ago
cgewecke 9f41aee7fa Move files into /lib and /bin 8 years ago
Alex Rea 2c3a2248c8 Run ESLint over everything 8 years ago
Alex Rea 1352caaee6 Instrument if else statements 8 years ago
cgewecke 24756e3980 Istanbul-style tests (#13), fix If bug (#26), loop statement support (#27) 8 years ago