mirror of https://github.com/hyperledger/besu
Create new datatypes module for Address, Hash, and Wei (#2779)
* Create new datatypes module Create a new `datatypes` module to hold datatypes that are broadly used. This will aid modularization by making sure the base types in the module minimize the amount of unrelated support classes needed. Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com> * Add Address, Hash, and Wei to datatypes Move the Address, Hash, and Wei to datatypes in as they are needed for EVM modularization. Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>pull/2789/head
parent
181d566f9a
commit
2abc7074bb
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue