Lefteris Karapetsas
1722dd6695
Remove deprecated std::auto_ptr
- With gcc 5.1.0 we now get warnings for usage of std::auto_ptr. It is
deprecated by the C++0x standard and afterwards so it's prudent to
replace them with unique pointers.
10 years ago
Gav Wood
05ea9941c9
Move non-cryptopp dependent stuff into devcore.
10 years ago
Gav Wood
68714c59f8
Integrate KeyManager.
10 years ago
chriseth
a895217db6
Use BUILD_SHARED_LIB
10 years ago
CJentzsch
a6c3391e77
fix StateLoader
10 years ago
Gav Wood
dad9a32d33
Better logging.
10 years ago
CJentzsch
63010e146a
fixes
10 years ago
CJentzsch
338e5bd088
Restructure test folders
10 years ago
Gav Wood
c533f1cbda
OpenCL stuff, Fix for eth_call.
10 years ago
Gav Wood
51f575e049
Blockchain import/export.
One or two minor additons to eth.
10 years ago
Gav Wood
4bf9319c15
Fix the "fix".
10 years ago
Lefteris Karapetsas
a37ad1e7ce
Fixing the build
10 years ago
Gav Wood
4aca199707
Fixed bug in test's BlockChainLoader making it crazy slow and constantly
importing blocks it already had.
10 years ago
Gav Wood
f2b56e7647
Move hash to a hidden function, and provide a datapath to it so avoid
unneeded SHA3s.
10 years ago
Gav Wood
13232d6e04
Fixes #1509
10 years ago
Marek Kotewicz
2763ccc1a9
fixed no jsonrpc build for cmake 2.8.12
10 years ago
Marek Kotewicz
f1fd628653
BlockChainLoader uses genesisRLP to load blockchain
10 years ago
Gav Wood
91d85a4023
Fix a load of horrible style that got through.
Fix blockchain tests so they don't clobber the AZ blockchain DB!
Make TransientDirectory use a temp path unless otherwise instructed.
10 years ago
Marek Kotewicz
872faf3e50
fixed #1450
10 years ago
Gav Wood
090c892906
setAdress fix for mining.
10 years ago
Marek Kotewicz
c12aa4decd
TransientDirectory
10 years ago
Marek Kotewicz
701df0bf55
const
10 years ago
Marek Kotewicz
e9b968b1b0
fixed FixedClient
10 years ago
Marek Kotewicz
c226dc2451
fixed bracers
10 years ago
Marek Kotewicz
14115d96d5
brief docs for libtestutils classes
10 years ago
Marek Kotewicz
42b3160f13
pr fixes for StateLoader
10 years ago
Marek Kotewicz
2a892a60da
pr fixes for ShortLivingDirectory
10 years ago
Marek Kotewicz
77b8e7796a
added missing headers
10 years ago
Marek Kotewicz
e78b641290
fixed link dependencies for libtestutils
10 years ago
Marek Kotewicz
a70b84cb3d
libtestutils
10 years ago