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 |
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
|
dff4bad2a2
|
Avoid checking for boost python now.
|
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 |
Gav Wood
|
0c5dbd7def
|
Bloom filters for blocks.
|
11 years ago |
Gav Wood
|
34aa67efc6
|
Sync script for V's serpent impl.
Synced with V's serpent.
|
11 years ago |
Gav Wood
|
e4257ee378
|
Move JS setup code up into lib macro.
Remove a few redundant messages from build.
|
11 years ago |
subtly
|
742078fe22
|
remove unnecessary _ptrs
|
11 years ago |
Gav Wood
|
ebca40b38a
|
Manifest stuff.
Additional trace.
|
11 years ago |
subtly
|
86acdbcba0
|
assets for app bundles
|
11 years ago |
subtly
|
87db106870
|
Fixes for #246 (qtwebkit bugs on macos)
|
11 years ago |
subtly
|
c48edab82f
|
cmake updates, mianly for macos, and refactor of others. #210, #170, #63
|
11 years ago |
Tim Hughes
|
1f18ea07a2
|
Squash boost warnings from moc compiler.
|
11 years ago |
Gav Wood
|
e45c154586
|
State dumping in UI.
|
11 years ago |
Gav Wood
|
938636fbbb
|
Debugger improvements.
|
11 years ago |
Gav Wood
|
927f014a4f
|
Debugger fix.
|
11 years ago |