Ethereum  PoC-8
The C++ Implementation of Ethereum
Executive.cpp File Reference
#include "Executive.h"
#include "Block.h"
#include "BlockChain.h"
#include "ExtVM.h"
#include "Interface.h"
#include "State.h"
#include <libdevcore/CommonIO.h>
#include <libethcore/CommonJS.h>
#include <libevm/LegacyVM.h>
#include <libevm/VMFactory.h>
#include <json/json.h>
#include <boost/timer.hpp>
#include <numeric>

Go to the source code of this file.

Functions

bool changesMemory (Instruction _inst)
 
bool changesStorage (Instruction _inst)
 

Function Documentation

◆ changesMemory()

bool changesMemory ( Instruction  _inst)

Definition at line 67 of file Executive.cpp.

◆ changesStorage()

bool changesStorage ( Instruction  _inst)

Definition at line 83 of file Executive.cpp.