trufflesuite / truffle-compile

Compiler helper and artifact manager
22 stars 46 forks source link

Make functions appear in source-file order in all ABIs #42

Closed cgewecke closed 6 years ago

cgewecke commented 6 years ago

Rewrites contract ABIs so that functions are listed in the same order they appear in the source file and solidity tests execute in the sequence their author expects.

PR just migrates code from truffle-solidity-utils and adapts its parsing for solc's ast.

Part of removing vestigial dependence onsolidity-parser to fix truffle-695 / truffle-707

cgewecke commented 6 years ago

This needs tests.