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
|
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
|
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 |
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
|
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
|
f8edff3f54
|
Fixes and whatnot.
|
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 |
Gav Wood
|
d53864e162
|
Fixes.
|
11 years ago |
Gav Wood
|
7ffa513586
|
Networking fix.
|
11 years ago |
Gav Wood
|
8d65de7e28
|
More network fixes.
|
11 years ago |
Gav Wood
|
b1e0666ed4
|
Various fixes.
|
11 years ago |
Gav Wood
|
114354126e
|
First set of commits. Not yet working.
|
11 years ago |
Gav Wood
|
6717316d16
|
Quick fix for PoC-6 server: use PoC-5 server.
|
11 years ago |
Gav Wood
|
ffc9b5719a
|
New servers.
|
11 years ago |
Gav Wood
|
a5ab06078d
|
New database format - caches transaction blooms and changelogs:
*much* faster querying.
One or two bugs squashed.
Updated stdserv.js.
|
11 years ago |