ethereum / ethereumj

DEPRECATED! Java implementation of the Ethereum yellowpaper. For JSON-RPC and other client features check Ethereum Harmony
GNU Lesser General Public License v3.0
2.18k stars 1.09k forks source link

Unit test fixes for solc-0.5.x #1275

Open derekzuk opened 5 years ago

derekzuk commented 5 years ago

Unit test fixes for ImportLightTest, PruneTest, and TransactionStoreTest

derekzuk commented 5 years ago

TransactionTest.multiSuicideTest() is the only remaining failing unit test. I might need help with that one.

mkalinin commented 5 years ago

TransactionTest.multiSuicideTest() is the only remaining failing unit test. I might need help with that one.

Awesome! I can take care about the last one.