You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Gav Wood a354190968 Merge branch 'develop' 10 years ago
..
Account.cpp Full documentation for Account class. 10 years ago
Account.h Cleanups and addition AZ info. 10 years ago
AccountDiff.cpp Kill unneeded rubbish. Add docs. 10 years ago
AccountDiff.h Documentation, repotting. 10 years ago
All.h Split canon blockchain and basic blockchain. 10 years ago
BlockChain.cpp Genesis info. 10 years ago
BlockChain.h External Debugger for debugging past transactions, too. 10 years ago
BlockDetails.cpp Remove extraneous old stuff for PoC-7. 10 years ago
BlockDetails.h change typedef to using according to preferred coding style 10 years ago
BlockQueue.cpp cppcheck fixes. 10 years ago
BlockQueue.h Remove incoming queue. Put things straight into actual queues. 10 years ago
CMakeLists.txt fixed #1022 10 years ago
CachedAddressState.cpp Core repotting. 10 years ago
CachedAddressState.h Core repotting. 10 years ago
CanonBlockChain.cpp Decimal wei rather than hex balance. 10 years ago
CanonBlockChain.h Split canon blockchain and basic blockchain. 10 years ago
Client.cpp JSON-RPC transactionCount && uncleCount, fixed #1027 10 years ago
Client.h cppcheck fixes. 10 years ago
CommonNet.cpp update to the correct file name 10 years ago
CommonNet.h update to the correct file name 10 years ago
Defaults.cpp Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace. 10 years ago
Defaults.h Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace. 10 years ago
DownloadMan.cpp PoC-7 JUMPDEST done the intended way. 10 years ago
DownloadMan.h Actually use NewBlock 10 years ago
EthereumHost.cpp Added session to hostcapabilityface::peers to ensure it isn't deallocated when shared-ptr to cap is returned. Previously hosts depended on using Session however this could result in an infinite session when hostcapface::peers is processed concurrently (mutexes can make this a likely event). This will be cleaner with better integration of Session and Peer. 10 years ago
EthereumHost.h remove network pause. 10 years ago
EthereumPeer.cpp Make network work again. 10 years ago
EthereumPeer.h PoC-7: Dynamic message IDs. 10 years ago
Executive.cpp External Debugger for debugging past transactions, too. 10 years ago
Executive.h External Debugger for debugging past transactions, too. 10 years ago
ExtVM.cpp Implemented 256-long history for PREVHASH, though still optional. 10 years ago
ExtVM.h Implemented 256-long history for PREVHASH, though still optional. 10 years ago
GenesisInfo.cpp Decimal wei rather than hex balance. 10 years ago
GenesisInfo.h Genesis info. 10 years ago
Interface.cpp Fixed all the VS2013 build issues. 10 years ago
Interface.h JSON-RPC transactionCount && uncleCount, fixed #1027 10 years ago
LogFilter.cpp macfix 10 years ago
LogFilter.h macfix 10 years ago
Miner.cpp Remote mining hook. 10 years ago
Miner.h Remote mining hook. 10 years ago
Precompiled.cpp Fourth precompiled contract: identity function. 10 years ago
Precompiled.h Core repotting. 10 years ago
State.cpp Merge branch 'develop' 10 years ago
State.h Merge remote-tracking branch 'upstream/develop' into blockTests 10 years ago
Transaction.cpp a transaction RLP with more fiels than 9 is invalid according to yellow paper 10 years ago
Transaction.h Make sure Transaction constructor checks sender whereever it makes sense 10 years ago
TransactionQueue.cpp Make sure Transaction constructor checks sender whereever it makes sense 10 years ago
TransactionQueue.h Blocks come down in order (well... unless a peer bugs out). 10 years ago
TransactionReceipt.cpp Potential mac fix(?) 10 years ago
TransactionReceipt.h Potential mac fix(?) 10 years ago
Utility.cpp Minor fixes. 10 years ago
Utility.h Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace. 10 years ago