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.1k forks source link

Get rid of duplicated code in Abi and CallTransaction #1197

Open Nashatyrev opened 5 years ago

Nashatyrev commented 5 years ago

We need to get rid of duplicated code in Abi and CallTransaction and convert ABITest to test new version

Rleates to #1196

Nashatyrev commented 5 years ago

Relates to #1200