970 Commits (71ccb9c62b36a5ca4289968d3b6bcc40a2dd51f6)

Author SHA1 Message Date
subtly 339e4aec33 offset logic for eth packets 10 years ago
subtly df96fcd03b separate packet type. add coding. 10 years ago
jhuntley 6d62e3ab26 Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away. 10 years ago
jhuntley 0bf7d15a57 asio.h and windows.h build comments as per request. 10 years ago
jhuntley f7508dfc8a Avoid boost include order issue on windows: 10 years ago
jhuntley e1e7b227df Avoid boost include order issue on windows: 10 years ago
jhuntley 4f109d29a6 Mingw cmake updates. Make sure Boost_INCLUDE_DIRS is included for each library using boost. When installing libraries, don't forget to copy DLLs, add target 'RUNTIME DESTINATION bin'. 10 years ago
Lefteris Karapetsas 3874c78d06 More style fixes 10 years ago
Lefteris Karapetsas 5f191f4f89 Indentation style fixes 10 years ago
Marek Kotewicz 148e2d8d14 fixing pr issues 10 years ago
Lefteris Karapetsas 4a9b2fa0c5 StructuredLogger's functions all become static and call the singleton getter. 10 years ago
Lefteris Karapetsas 623d640fb5 StructuredLogger becomes a global singleton class 10 years ago
Lefteris Karapetsas 643499e491 Add p2p disconnected structured log event 10 years ago
Lefteris Karapetsas ba81493976 StructuredLogger propagated as a const reference 10 years ago
Lefteris Karapetsas d0c1c510bd Adding StructuredLogger class and using it in various places 10 years ago
Lefteris Karapetsas 5695d0ee25 Adding argument for structured logging and propagating it forward 10 years ago
Marek Kotewicz 97fc7305dc transaction hash in event logs, second approach 10 years ago
caktux f06a254019 conditional cdebug 10 years ago
CJentzsch 0aee93a3b3 do need write memory to vm trace if greater than 1000 bytes 10 years ago
CJentzsch e5ce6fb0d9 style 10 years ago
CJentzsch bb8e57e426 block and tx RLP needs to be a list 10 years ago
Gav Wood 77026ac612 Verbosity to test big with watch garbage collection. 10 years ago
arkpar 3767677b27 explicit operator bool for hash type 10 years ago
CJentzsch a9cc2ffa87 address can only be empty or 20 bytes, nothing in between 10 years ago
CJentzsch 4a269eb473 fix too-small-address-length bug in transaction 10 years ago
Gav Wood 4323c987b7 cppcheck fixes. 10 years ago
Gav Wood 4e6f4013a5 Decimal wei rather than hex balance. 10 years ago
Gav Wood 6fbee922e0 Remove genesis contract. 10 years ago
Gav Wood 5da1879673 Better, modular Genesis info. 10 years ago
Gav Wood 4ffa45b83f Genesis info. 10 years ago
Marek Kotewicz 6745e188c1 JSON-RPC transactionCount && uncleCount, fixed #1027 10 years ago
Marek Kotewicz dd0744e8a3 fixed #1022 10 years ago
CJentzsch 792b47deba fix GasUsed bug 10 years ago
Gav Wood 513fc897d8 External Debugger for debugging past transactions, too. 10 years ago
Gav Wood a5b758e77d Minor style fix. 10 years ago
Gav Wood 1966e57e39 Avoid making blocks with invalid timestamps. 10 years ago
Patrick Salami f1acd74f71 fixed indentation 10 years ago
Patrick Salami a253a894e7 added CLI flag to set number of mining threads 10 years ago
subtly 572e451bab 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
Lu Guanqun 77a15f749f change typedef to using according to preferred coding style 10 years ago
Gav Wood 0de7d63dc1 Remote mining hook. 10 years ago
CJentzsch 7d03f7be2e create block from transaction with genesis block as parent 10 years ago
Gav Wood 0b7f591cd0 Garbage collection fixes. 10 years ago
Gav Wood 2b5beb01e8 Reduce verbosity. 10 years ago
Gav Wood 7fc1660bfb Garbage collection on watches. 10 years ago
Marek Kotewicz 6ab44208a0 macfix 10 years ago
Gav Wood cf6c9b65c6 Potential Windows fix. 10 years ago
Gav Wood c38ecd95d9 Split canon blockchain and basic blockchain. 10 years ago
Gav Wood 295cc08f9c BlockChain split into CanonBlockChain and just BlockChain. 10 years ago
Gav Wood 11203141a4 Fix #940 10 years ago