Gav Wood
|
4586d94be4
|
Nicities for caktux :-)
|
10 years ago |
Gav Wood
|
6e78287401
|
Ability to switch GPU/CPU mining on the fly.
|
10 years ago |
Gav Wood
|
978a9db377
|
Warning fix.
|
10 years ago |
Gav Wood
|
f89d32966b
|
Fixes for import/export.
|
10 years ago |
Gav Wood
|
51f575e049
|
Blockchain import/export.
One or two minor additons to eth.
|
10 years ago |
Gav Wood
|
e3aa60c445
|
Fix and clean up of State class.
Fixed #1541
|
10 years ago |
Gav Wood
|
2e616734a2
|
Polish for DAG creation.
|
10 years ago |
Gav Wood
|
8ad3fd97f2
|
Minor typo fix for dag init.
|
10 years ago |
Gav Wood
|
8bb370acaa
|
Better init DAG code.
|
10 years ago |
Gav Wood
|
f3acccf5f5
|
Remove VMTRACE.
Better transaction logging.
Avoid bothering with obviously invalid transactions.
|
10 years ago |
subtly
|
888f1c456f
|
option to initial dag from cli
|
10 years ago |
Gav Wood
|
105be32bb4
|
Decent transaction import result provision.
Give network a hint about what's going on for peer backoffs.
Avoid sleeping in main loop when there's still work on.
|
10 years ago |
Gav Wood
|
13232d6e04
|
Fixes #1509
|
10 years ago |
Gav Wood
|
d6694b609d
|
Typo.
|
10 years ago |
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.
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
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.
Remove pointless exception.
Reduce JS verbosity.
|
10 years ago |
Gav Wood
|
e57d6ae633
|
Unify block numbers into BlockNumber type.
Uniformally handle 'latest' & 'pending'.
|
10 years ago |
Gav Wood
|
793deb8f65
|
--kill-blockchain option in eth.
Fixes #1367
|
10 years ago |
Gav Wood
|
7b6710ac5b
|
Minor rename.
Report errors properly.
|
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
|
49b9a0224a
|
New Proof-of-Work.
|
10 years ago |
Gav Wood
|
8def53064b
|
RLP tool.
|
10 years ago |
Gav Wood
|
c82d63b909
|
New Proof-of-Work.
|
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
|
15810eb55f
|
cmake build updates for mingw. Make sure to include boost where referenced and install runtime dlls to bin upon install.
|
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:
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue/16288859#16288859
Make sure boost/asio.hpp is included before windows.h.
|
10 years ago |
Gav Wood
|
2ffb554a9d
|
New Proof-of-Work.
|
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
- Structured logger is injected as a dependency where needed.
- Still a work in progress
|
10 years ago |
Lefteris Karapetsas
|
5695d0ee25
|
Adding argument for structured logging and propagating it forward
- Also style fixes when problems encountered
|
10 years ago |
arkpar
|
7db97414ca
|
copy dll for eth, check if qt is linked before running windeployqt
|
10 years ago |
Gav Wood
|
1fce862e1b
|
Improvement to AZ - confirmation disabler.
Fix network crash.
|
10 years ago |