Giacomo Tazzari
|
10087bf933
|
Fixed peer hanging when receiving a bad synchronisation token
|
11 years ago |
Giacomo Tazzari
|
a761484c2c
|
Renamed the new option to enableOptimizer and created its appropriate setting
|
11 years ago |
Giacomo Tazzari
|
ac37ca7462
|
Reverting fixes on Serpent because they should be merged on the Serpent repo (reverted from commit 9db294a5b7 )
|
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 |
Gav Wood
|
335aec1525
|
Merge pull request #282 from caktux/secp256k1
fix unsigned warning in num_gmp.h
|
11 years ago |
caktux
|
d9b9873318
|
fix unsigned warning in num_gmp.h
|
11 years ago |
Giacomo Tazzari
|
6ad2677523
|
Code indentation fix
|
11 years ago |
Giacomo Tazzari
|
e584148ba1
|
Fixed implementation of EXP opcode (wrong results when exponent >= 2^32)
|
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
|
9db294a5b7
|
Fixed a crash in serpent compiler when converting to number a string containing non-ascii character (e.g.: a = "però"). To prevent further signed int overflows: modified intToDecimal() and decimalToInt() into unsignedToDecimal() and decimalToUnsigned() because they currently make sense only on unsigned integers.
|
11 years ago |
Gav Wood
|
d49314d89e
|
Merge pull request #280 from giact/develop
Fixed a crash in the LLL parser (when you input non-ascii characters); minor GUI tweak.
|
11 years ago |
Gav Wood
|
f3a1d6e01a
|
Merge pull request #276 from onepremise/develop
Update for cmake to search PYTHON_INCLUDE_DIR path when specified
|
11 years ago |
Giacomo Tazzari
|
02f1ed465c
|
Using boost::spirit::standard namespace instead of boost::spirit::ascii in parseTreeLLL() to prevent crashing when parsing code containing non-ascii characters
|
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
|
98d425fa12
|
New PoC-6 JS API.
|
11 years ago |
Gav Wood
|
7524128cf2
|
Better accounts.
"Third" browser.
|
11 years ago |
Jason Huntley
|
e8af295bee
|
Update for cmake to search PYTHON_INCLUDE_DIR path when specified
|
11 years ago |
Gav Wood
|
ab75743fcf
|
DnsReg integration.
|
11 years ago |
Gav Wood
|
b88cef7f69
|
Bugs fixed.
|
11 years ago |
Gav Wood
|
d224cc84a7
|
Additional APIs and good defaults for Client & JSAPI.
|
11 years ago |
Gav Wood
|
946a3a97a7
|
Fix for new JS API.
|
11 years ago |
Gav Wood
|
b7a96fbbff
|
Nicer transactions in JS API.
Added call() in Client & JS API.
|
11 years ago |
Gav Wood
|
0f22df60b8
|
Merge pull request #272 from caktux/develop
force mining for eth/neth, get actual balance instead of pending, fix clang warnings
|
11 years ago |
Gav Wood
|
12bc78fe3a
|
Add force mining to client.
|
11 years ago |
Gav Wood
|
ebe4a1ce4e
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
11 years ago |
Gav Wood
|
158084652a
|
Fix contract endowment.
|
11 years ago |
caktux
|
422448eb49
|
force mining for eth/neth, get actual balance instead of pending, fix clang warnings
|
11 years ago |
Gav Wood
|
053d8e3eec
|
Merge pull request #267 from giact/develop
Fixed two segfaults in code editor and debugger
|
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
|
d5b57012bd
|
Fixed a bug in treefy() that tried to access vector oq before making sure it's not empty
|
11 years ago |
Gav Wood
|
236f4b74b9
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
11 years ago |
Gav Wood
|
06f65d373c
|
Include coinbase in block bloom filter.
|
11 years ago |
Gav Wood
|
1eabdb4c7a
|
Merge pull request #265 from giact/develop
Fixed some minor GUI inconsistencies
|
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 |
Tim Hughes
|
500553d3b1
|
Updated VS2013 projects.
|
11 years ago |
Gav Wood
|
61b12cfd60
|
Fix for dumptrace.
|
11 years ago |
Gav Wood
|
0b893fd309
|
Other dumps.
|
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
|
15bcd0b220
|
Fix missing call.
|
11 years ago |
Gav Wood
|
ad75ebaad3
|
API alterations. Mostly s/transaction/message/.
|
11 years ago |
Gav Wood
|
8f15b0f6fe
|
Remove unneeded lock.
|
11 years ago |
Gav Wood
|
74efad88ee
|
Merge pull request #264 from caktux/develop
neth: fix NameReg, pass the right number of arguments to boost::format
|
11 years ago |
Gav Wood
|
013e764ecd
|
Merge pull request #263 from giact/develop
Fixed an array bound check in Main::on_debugStep_triggered()
|
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 |
caktux
|
aba6bd8d42
|
neth: fix NameReg, pass the right number of arguments to boost::format
|
11 years ago |
Gav Wood
|
b62ce512eb
|
Merge branch 'networkthread' into develop
|
11 years ago |