Gav Wood
5633006e2f
Everything using PoC servers.
10 years ago
Gav Wood
b883f0c135
User DNS & poc-5.ethdev.com for peerserver.
10 years ago
Gav Wood
0d3f298e45
Blocks come down in order (well... unless a peer bugs out).
Peer hash-chains downloaded one-at-once.
KillChain works again.
Local networking option.
Don't resend blocks during sync.
10 years ago
Gav Wood
b72d0717b4
Download view as will be.
Fixes.
10 years ago
Gav Wood
5735e8c55e
Remove old Client network code & API.
Move over JsonRpcServer to WebThree.
10 years ago
Gav Wood
484279c548
Beginning of merge into AZ.
10 years ago
Gav Wood
1accc20d21
Moving over to use WebThree.
10 years ago
Gav Wood
d25224822e
Fixes for state getting.
10 years ago
Gav Wood
00a3c29d13
Avoid using m_client.
10 years ago
Gav Wood
515a1c22a9
Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.
Rename ethential to devcore.
10 years ago
Gav Wood
4cb7993655
Project-wide reorganisation of namespaces.
10 years ago
Gav Wood
fa1b3853b3
Reorganisation.
10 years ago
Gav Wood
be1bf6b9bf
Split off general network layer.
10 years ago
Gav Wood
0571b637ab
Manage invalid instructions without bombing.
10 years ago
Gav Wood
b902b3e701
POST for PoC-6
10 years ago
Gav Wood
2f9a279e9f
Various small improvements.
10 years ago
SharpCoiner
d17e7e62ae
Fix 64-bit VS2013 build
Do not pull in libethereum/Client.h into QT.
This is not necessary the most sane thing to do, but without it I cannot avoid getting
C:/Program Files (x86)/Windows Kits/8.1/Include/um/winsock2.h(949): error : Can't concatenate non identifier tokens
erros.
11 years ago
Gav Wood
27a709db0d
Build fixes.
11 years ago
Gav Wood
4807d43be6
Mining improvements.
11 years ago
Gav Wood
103644dc82
Faster mining, minor fix.
11 years ago
Gav Wood
9297669549
Timing for EVM.
11 years ago
Gav Wood
ce6b5c9374
JS API improvments.
11 years ago
Gav Wood
6ee6e7921a
Add private blockchain feature.
11 years ago
Giacomo Tazzari
a761484c2c
Renamed the new option to enableOptimizer and created its appropriate setting
11 years ago
Giacomo Tazzari
0a7f3a625f
Changed the new option "Disable LLL Compiler Optimization" to a more sane "Optimize LLL Compiler" (enabled by default)
11 years ago
Giacomo Tazzari
9fcc410516
Added a debug menu option to disable compiler optimization, for testing purposes
11 years ago
Giacomo Tazzari
6a4488bf69
Enabled click focus on the "code" text widget, to allow copying the text result of code compilation to clipboard
11 years ago
Giacomo Tazzari
281fb1bf0a
Minor GUI improvement to prevent the Block Chain text widget, the Contracts text widget and the Pending text widget from automatically scrolling down to the bottom
11 years ago
Gav Wood
7524128cf2
Better accounts.
"Third" browser.
11 years ago
Gav Wood
ab75743fcf
DnsReg integration.
11 years ago
Gav Wood
b88cef7f69
Bugs fixed.
11 years ago
caktux
422448eb49
force mining for eth/neth, get actual balance instead of pending, fix clang warnings
11 years ago
Giacomo Tazzari
edd47b3cf5
Added another bound check in on_debugStep_triggered() to prevent the debugger from trying to move forward (e.g. if you hit F10) in case we are already at the end
11 years ago
Giacomo Tazzari
59a858f45d
Allow MainWin::readSettings() to skip geometry restoration when killing the blockchain (it messes up widgets position when in full screen)
11 years ago
Giacomo Tazzari
694701c490
On startup, sets the "Force Mining" client option to match the settings loaded by the GUI
11 years ago
Gav Wood
46f44d1eb8
Fix butrace bug in AZ.
Added dump trace to eth.
11 years ago
Gav Wood
f49b6b9476
Avoid mining on empty blocks.
Protocol bump.
11 years ago
Gav Wood
ad75ebaad3
API alterations. Mostly s/transaction/message/.
11 years ago
Giacomo Tazzari
218f7f3a18
Fixed an array bound check in Main::on_debugStep_triggered()
11 years ago
Giacomo Tazzari
d49ce8c93b
Revert "Fixed an array bound check in Main::on_debugStep_triggered()"
(Messed up indentation)
This reverts commit 83ad719ef1
.
11 years ago
Giacomo Tazzari
83ad719ef1
Fixed an array bound check in Main::on_debugStep_triggered()
11 years ago
Gav Wood
eb360674cf
Thread-safe client and remove old State const&-based APIs.
11 years ago
Gav Wood
7d331e5b5b
Correct order for transactions in same block.
11 years ago
Gav Wood
9a1799481f
TransactionQueue fixed.
11 years ago
Gav Wood
f8edff3f54
Fixes and whatnot.
11 years ago
Nathan Wilcox
9598f611ae
Try removing an empy UNIX clause so that the else clause matches UNIX. This is an attempt to fix #260 with almost no understanding of cmake.
11 years ago
Gav Wood
d58fd1b926
Minor GUI fix.
11 years ago
Gav Wood
80c4925ff0
Additional alterations to network & logging for ease of debugging.
11 years ago
Gav Wood
030745a121
More fixes & debuging.
11 years ago
Gav Wood
0d2f5439ce
Nearly complete differential changelog system.
11 years ago