.. |
AddressState.cpp
|
Fixed the other occurrence of Foobar
|
11 years ago |
AddressState.h
|
Fix initialisation order bug with units() and replace std::pair with make_pair.
|
11 years ago |
BlockChain.cpp
|
Catch exceptions.
|
11 years ago |
BlockChain.h
|
Work in progress on Visual Studio 2013 compile fixes. Libethereum compiles again but not sorted out linking dependencies yet.
|
11 years ago |
BlockInfo.cpp
|
Move to canon ES-1.
|
11 years ago |
BlockInfo.h
|
Fixed the other occurrence of Foobar
|
11 years ago |
CMakeLists.txt
|
Fixup for bad -mt patch.
|
11 years ago |
Client.cpp
|
Merge branch 'newtouniqueptr' of https://github.com/danielhams/cpp-ethereum into danielhams-newtouniqueptr
|
11 years ago |
Client.h
|
ETH_VERSION cmake fix.
|
11 years ago |
Common.cpp
|
VM test framework.
|
11 years ago |
Common.h
|
Move ETH_VERSION to Common.h (for now) so it's picked up on MSVC.
|
11 years ago |
Dagger.cpp
|
Fixes for contract address states.
|
11 years ago |
Dagger.h
|
Fixes for contract address states.
|
11 years ago |
Defaults.cpp
|
Fixed the other occurrence of Foobar
|
11 years ago |
Defaults.h
|
Fixed the other occurrence of Foobar
|
11 years ago |
Exceptions.h
|
Separated VM from rest of code.
|
11 years ago |
ExtVMFace.h
|
VM test framework.
|
11 years ago |
FeeStructure.cpp
|
VM test framework.
|
11 years ago |
FeeStructure.h
|
Separated VM from rest of code.
|
11 years ago |
FileSystem.cpp
|
Work in progress on Visual Studio 2013 compile fixes. Libethereum compiles again but not sorted out linking dependencies yet.
|
11 years ago |
FileSystem.h
|
Fixed the other occurrence of Foobar
|
11 years ago |
Instruction.cpp
|
Fix compile warnings on VS2013 (mainly size_t -> unsigned).
|
11 years ago |
Instruction.h
|
Do transactions in correct order.
|
11 years ago |
MemTrie.cpp
|
Fixed the other occurrence of Foobar
|
11 years ago |
MemTrie.h
|
Fixed the other occurrence of Foobar
|
11 years ago |
PeerNetwork.cpp
|
New NameReg
|
11 years ago |
PeerNetwork.h
|
Work in progress on Visual Studio 2013 compile fixes. Libethereum compiles again but not sorted out linking dependencies yet.
|
11 years ago |
RLP.cpp
|
Work in progress on Visual Studio 2013 compile fixes. Libethereum compiles again but not sorted out linking dependencies yet.
|
11 years ago |
RLP.h
|
Work in progress on Visual Studio 2013 compile fixes. Libethereum compiles again but not sorted out linking dependencies yet.
|
11 years ago |
State.cpp
|
Separated VM from rest of code.
|
11 years ago |
State.h
|
Minor fix for clang.
|
11 years ago |
Transaction.cpp
|
Assembler & disassembler.
|
11 years ago |
Transaction.h
|
VM test framework.
|
11 years ago |
TransactionQueue.cpp
|
Fixed the other occurrence of Foobar
|
11 years ago |
TransactionQueue.h
|
Fixed the other occurrence of Foobar
|
11 years ago |
TrieCommon.cpp
|
Work in progress on Visual Studio 2013 compile fixes. Libethereum compiles again but not sorted out linking dependencies yet.
|
11 years ago |
TrieCommon.h
|
Work in progress on Visual Studio 2013 compile fixes. Libethereum compiles again but not sorted out linking dependencies yet.
|
11 years ago |
TrieDB.cpp
|
Fixed the other occurrence of Foobar
|
11 years ago |
TrieDB.h
|
Fix bug where a vector was resized invalidating a reference that was subsequently accessed. (Tests now pass on Visual Studio).
|
11 years ago |
TrieHash.cpp
|
Fixed the other occurrence of Foobar
|
11 years ago |
TrieHash.h
|
Fixed the other occurrence of Foobar
|
11 years ago |
UPnP.cpp
|
Change use of raw new to std::unique_ptr and fix a shutdown race condition discovered using atomics.
|
11 years ago |
UPnP.h
|
Change use of raw new to std::unique_ptr and fix a shutdown race condition discovered using atomics.
|
11 years ago |
VM.cpp
|
Separated VM from rest of code.
|
11 years ago |
VM.h
|
First unit testing harness for VM.
|
11 years ago |
vector_ref.h
|
Added client API & prototypal GUI.
|
11 years ago |