mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
AllFieldsHex: State Tests
This commit is contained in:
parent
92269d4df7
commit
3e605abea4
@ -102,6 +102,7 @@ struct ValueTooLarge: virtual Exception {};
|
||||
struct MissingFields : virtual Exception {};
|
||||
|
||||
bigint const c_max256plus1 = bigint(1) << 256;
|
||||
|
||||
ImportTest::ImportTest(json_spirit::mObject& _o, bool isFiller):
|
||||
m_statePre(OverlayDB(), eth::BaseState::Empty, Address(_o["env"].get_obj()["currentCoinbase"].get_str())),
|
||||
m_statePost(OverlayDB(), eth::BaseState::Empty, Address(_o["env"].get_obj()["currentCoinbase"].get_str())),
|
||||
|
Loading…
Reference in New Issue
Block a user