Gav Wood
|
7581de5b08
|
SWAP & DUP
|
11 years ago |
Gav Wood
|
2f524f645b
|
Unambiguous licence.
|
11 years ago |
Gav Wood
|
0ee639d76c
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
11 years ago |
Gav Wood
|
38495bfee3
|
Correct packet order.
|
11 years ago |
Gav Wood
|
103644dc82
|
Faster mining, minor fix.
|
11 years ago |
Gav Wood
|
7866615e9a
|
Merge pull request #289 from SharpCoiner/patch-1
Fixes Windows VS2013 build
|
11 years ago |
SharpCoiner
|
f0ea97a125
|
Fixes Windows VS2013 build
|
11 years ago |
Gav Wood
|
22271c14ba
|
Fix speed.
|
11 years ago |
Gav Wood
|
e65eba8e9c
|
Version bump.
|
11 years ago |
Gav Wood
|
022695af48
|
Minor sync bug.
|
11 years ago |
Gav Wood
|
f5c22035fc
|
PoC-6 networking.
|
11 years ago |
Gav Wood
|
36deac6a0d
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
11 years ago |
Gav Wood
|
9297669549
|
Timing for EVM.
|
11 years ago |
Gav Wood
|
e8c290d751
|
Merge pull request #286 from giact/develop-vs2013
VS 2013.3 needs _WINSOCK_DEPRECATED_NO_WARNINGS for libminiupnpc
|
11 years ago |
Giacomo Tazzari
|
1c23d788e9
|
Visual Studio 2013 Update 3 needs _WINSOCK_DEPRECATED_NO_WARNINGS for libminiupnpc
|
11 years ago |
Gav Wood
|
af05698ef9
|
Minor fix for JS API.
|
11 years ago |
Gav Wood
|
8eb5ff5c4d
|
Fix for padding in new SHA3.
|
11 years ago |
Gav Wood
|
823b6cff06
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
11 years ago |
Gav Wood
|
ce6b5c9374
|
JS API improvments.
|
11 years ago |
Gav Wood
|
6570f2f2c2
|
Merge pull request #285 from caktux/develop
add missing third.icns and plist for OSX
|
11 years ago |
caktux
|
bf28ebea06
|
add missing third.icns and plist for OSX
|
11 years ago |
Gav Wood
|
f750f3c241
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Conflicts:
alethzero/Main.ui
alethzero/MainWin.h
a
Merge with conflict fixes.
|
11 years ago |
Gav Wood
|
6ee6e7921a
|
Add private blockchain feature.
|
11 years ago |
Gav Wood
|
b58f506689
|
Merge pull request #281 from giact/develop
Fixed bug in EXP opcode; some gui improvements useful for testing
|
11 years ago |
Gav Wood
|
c44e734b1d
|
Merge pull request #283 from giact/develop-net-hang
Fixed peer hanging when receiving a bad synchronisation token
|
11 years ago |
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 |