mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.
Rename ethential to devcore.
This commit is contained in:
parent
38dd3fb050
commit
f9a7ab94ae
@ -21,8 +21,8 @@
|
||||
|
||||
#include "MemTrie.h"
|
||||
|
||||
#include <libethcore/TrieCommon.h>
|
||||
#include <libethcore/SHA3.h>
|
||||
#include <libdevcrypto/TrieCommon.h>
|
||||
#include <libdevcrypto/SHA3.h>
|
||||
#include <libethcore/CommonEth.h>
|
||||
using namespace std;
|
||||
using namespace dev;
|
||||
|
@ -21,8 +21,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <libethential/Common.h>
|
||||
#include <libethential/FixedHash.h>
|
||||
#include <libdevcore/Common.h>
|
||||
#include <libdevcore/FixedHash.h>
|
||||
|
||||
namespace dev
|
||||
{
|
||||
|
@ -21,8 +21,8 @@
|
||||
|
||||
#include "TrieHash.h"
|
||||
|
||||
#include <libethcore/TrieCommon.h>
|
||||
#include <libethcore/SHA3.h>
|
||||
#include <libdevcrypto/TrieCommon.h>
|
||||
#include <libdevcrypto/SHA3.h>
|
||||
#include <libethcore/CommonEth.h>
|
||||
using namespace std;
|
||||
using namespace dev;
|
||||
|
@ -21,8 +21,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <libethential/Common.h>
|
||||
#include <libethential/FixedHash.h>
|
||||
#include <libdevcore/Common.h>
|
||||
#include <libdevcore/FixedHash.h>
|
||||
|
||||
namespace dev
|
||||
{
|
||||
|
@ -22,9 +22,9 @@
|
||||
|
||||
#include <random>
|
||||
#include <secp256k1/secp256k1.h>
|
||||
#include <libethential/Common.h>
|
||||
#include <libethential/RLP.h>
|
||||
#include <libethential/Log.h>
|
||||
#include <libdevcore/Common.h>
|
||||
#include <libdevcore/RLP.h>
|
||||
#include <libdevcore/Log.h>
|
||||
#include <libethereum/Transaction.h>
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#include <chrono>
|
||||
#include <libethential/Log.h>
|
||||
#include <libdevcore/Log.h>
|
||||
#include <libethcore/Dagger.h>
|
||||
using namespace std;
|
||||
using namespace std::chrono;
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <fstream>
|
||||
#include <random>
|
||||
#include "JsonSpiritHeaders.h"
|
||||
#include <libethential/CommonIO.h>
|
||||
#include <libdevcore/CommonIO.h>
|
||||
#include <libethereum/BlockChain.h>
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
|
@ -22,8 +22,8 @@
|
||||
|
||||
#include <fstream>
|
||||
#include "JsonSpiritHeaders.h"
|
||||
#include <libethcore/TrieCommon.h>
|
||||
#include <libethential/Log.h>
|
||||
#include <libdevcrypto/TrieCommon.h>
|
||||
#include <libdevcore/Log.h>
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
using namespace std;
|
||||
|
4
main.cpp
4
main.cpp
@ -20,7 +20,7 @@
|
||||
* Main test functions.
|
||||
*/
|
||||
|
||||
#include <libethcore/TrieDB.h>
|
||||
#include <libdevcrypto/TrieDB.h>
|
||||
#include "TrieHash.h"
|
||||
#include "MemTrie.h"
|
||||
|
||||
@ -35,7 +35,7 @@ int vmTest();
|
||||
int hexPrefixTest();
|
||||
int peerTest(int argc, char** argv);
|
||||
|
||||
#include <libethential/Log.h>
|
||||
#include <libdevcore/Log.h>
|
||||
#include <libethcore/BlockInfo.h>
|
||||
using namespace std;
|
||||
using namespace dev;
|
||||
|
6
rlp.cpp
6
rlp.cpp
@ -23,9 +23,9 @@
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
#include "JsonSpiritHeaders.h"
|
||||
#include <libethential/Log.h>
|
||||
#include <libethential/RLP.h>
|
||||
#include <libethential/Common.h>
|
||||
#include <libdevcore/Log.h>
|
||||
#include <libdevcore/RLP.h>
|
||||
#include <libdevcore/Common.h>
|
||||
#include <boost/test/unit_test.hpp>
|
||||
#include <algorithm>
|
||||
|
||||
|
2
trie.cpp
2
trie.cpp
@ -23,7 +23,7 @@
|
||||
#include <fstream>
|
||||
#include <random>
|
||||
#include "JsonSpiritHeaders.h"
|
||||
#include <libethcore/TrieDB.h>
|
||||
#include <libdevcrypto/TrieDB.h>
|
||||
#include "TrieHash.h"
|
||||
#include "MemTrie.h"
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
Loading…
Reference in New Issue
Block a user