openethereum / sol-rs

Solaris - Solidity testing framework in Rust.
GNU General Public License v3.0
54 stars 14 forks source link

Port multisig wallet unit tests #2

Closed lght closed 6 years ago

lght commented 6 years ago

Unit tests ported from @phiferd's truffle tests. Still need to write the Transact tests.

Unimplemented functionality:

lght commented 6 years ago

Closing this PR, going to start over once td-solc is merged into master.

In an attempt to clean up the file layout and git antics, totally destroyed changes you suggested 👎 👎

Don't think its a big deal, since the MultiSigWallet contract is undergoing heavy development as well. Starting fresh will likely be easier with the changes in td-solc, and my better understanding of the API (many thanks).