212 Commits (a0608412acc148889258e51eecde2b882207ba45)

Author SHA1 Message Date
Gav Wood 6b05b8d9ff Refactored much of transaction queue for tidiness and optimisation. 10 years ago
subtly 29f40bff0f makePeer and support setting listen IP. 10 years ago
subtly bb261e553a update CLI and AZ UI for replacing local-networking with explicit --listen-ip 10 years ago
Gav Wood 98af1b5cd0 Typo fix. 10 years ago
Gav Wood 99e6074c2f Whitespace fixing. 10 years ago
Gav Wood 2966882c97 Fixes #1415 10 years ago
Gav Wood 60da83fb0a Record and detail gas refund. 10 years ago
Gav Wood d71bec193f Clean up some code redundancy. 10 years ago
Marek Kotewicz c905a66b3e fixed numeber of http server threads, fixed #1147 10 years ago
subtly cddb2920a9 namespace eth network-protocol version for implemenations 10 years ago
Gav Wood bc345316dc Don't accept default argument for eth. Fixes #1250. 10 years ago
Gav Wood e57d6ae633 Unify block numbers into BlockNumber type. 10 years ago
Gav Wood 793deb8f65 --kill-blockchain option in eth. 10 years ago
Gav Wood 7b6710ac5b Minor rename. 10 years ago
Gav Wood 32a6cf22a5 Rename transact -> submitTransaction (reflecting aynch nature). 10 years ago
Gav Wood 289fe2d58b Fast lookups in filter. 10 years ago
Gav Wood 640f688b45 Gas pricing infrastructure and a couple of pricing mechanisms. 10 years ago
Gav Wood 458d832cc6 RLP tool. 10 years ago
Gav Wood 8def53064b RLP tool. 10 years ago
Gav Wood 7b6f8c460b RLP tool. 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 e1e7b227df Avoid boost include order issue on windows: 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 afaac3f511 Adding a StructuredLogging stop event 10 years ago
Lefteris Karapetsas 97ab2d6d18 StructuredLogging timestamp format is now configurable 10 years ago
Lefteris Karapetsas 063a12fd88 Structured logging should now work for some events 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
Gav Wood 1fce862e1b Improvement to AZ - confirmation disabler. 10 years ago
Gav Wood 2c6b18f01b Add EVMJIT. 10 years ago
Gav Wood 4323c987b7 cppcheck fixes. 10 years ago
CJentzsch bd373f4be9 avoiding catastrophic typos in addresses 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 92f9ec8c42 import/export peers and nodes 10 years ago
Marek Kotewicz e0bc73dab2 removed CorsHTTPServer 10 years ago
Gav Wood ba6fc4efe0 Fix #597 10 years ago
Gav Wood 12f6768abe Remove NodeMode from ethereum. 10 years ago
Paweł Bylica 2dbe455de3 Add option to use JIT in mining 10 years ago
Paweł Bylica b09ebfe2f2 Add option to use JIT in mining (reverted from commit 0a3edb98a3) 10 years ago
Paweł Bylica 0a3edb98a3 Add option to use JIT in mining 10 years ago
Gav Wood 8491e5f2f7 Various fixes. 10 years ago
CJentzsch 418357cfbd eth --version display protocol version 10 years ago
Gav Wood cc75d1bb5c Receipts debugging. 10 years ago
Gav Wood ac583f503f Implemented 256-long history for PREVHASH, though still optional. 10 years ago
Christian f42f24165b Bugfix: Avoid accessing temporary after its lifetime. 10 years ago
Gav Wood 9e2eb149af Beginnings of cleaning up the Executive/State code. 10 years ago
Gav Wood 946fd2126a Remove extraneous old stuff for PoC-7. 10 years ago