aboutsummaryrefslogtreecommitdiffstats
path: root/state.cpp
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-12-03 03:09:00 +0800
committerGav Wood <i@gavwood.com>2014-12-03 03:09:00 +0800
commit2f5b9151d5d28d1874acce22fe52b6cc0ab2c226 (patch)
tree9814bd5b18103ce88f223c62edc4a833157781e6 /state.cpp
parent8d0a6647401123fcab7b1b5f38a5fd46b94331c2 (diff)
parentfb7c3bb302e5d309b500e2929a565b427de23a8b (diff)
downloaddexon-solidity-2f5b9151d5d28d1874acce22fe52b6cc0ab2c226.tar
dexon-solidity-2f5b9151d5d28d1874acce22fe52b6cc0ab2c226.tar.gz
dexon-solidity-2f5b9151d5d28d1874acce22fe52b6cc0ab2c226.tar.bz2
dexon-solidity-2f5b9151d5d28d1874acce22fe52b6cc0ab2c226.tar.lz
dexon-solidity-2f5b9151d5d28d1874acce22fe52b6cc0ab2c226.tar.xz
dexon-solidity-2f5b9151d5d28d1874acce22fe52b6cc0ab2c226.tar.zst
dexon-solidity-2f5b9151d5d28d1874acce22fe52b6cc0ab2c226.zip
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Conflicts: test/vm.cpp
Diffstat (limited to 'state.cpp')
-rw-r--r--state.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/state.cpp b/state.cpp
index 8ee7b2e9..5fc23f14 100644
--- a/state.cpp
+++ b/state.cpp
@@ -81,6 +81,9 @@ void doStateTests(json_spirit::mValue& v, bool _fillin)
// check output
checkOutput(output, o);
+ // check logs
+ checkLog(theState.pending().size() ? theState.log(0) : LogEntries(), importer.m_environment.sub.logs);
+
// check addresses
auto expectedAddrs = importer.m_statePost.addresses();
auto resultAddrs = theState.addresses();