Gav Wood
|
27be67e752
|
Avoid duplication of accounts in my accounts.
|
11 years ago |
Gav Wood
|
20ce1680d2
|
Easy reset of blockchain.
|
11 years ago |
Gav Wood
|
4e9b4323c0
|
Gas fix & GUI enhancements.
|
11 years ago |
Gav Wood
|
ef594b0c98
|
Keep genesis block in DB.
|
11 years ago |
Gav Wood
|
8486397f34
|
Paranoia option.c
|
11 years ago |
Gav Wood
|
34fe65370e
|
Mining paranoia.
|
11 years ago |
Gav Wood
|
b8f7cf7b58
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
11 years ago |
Gav Wood
|
91ee4683d7
|
Additional info for pending.
|
11 years ago |
Gav Wood
|
618571babd
|
Pending transaction inspection.
|
11 years ago |
Tim Hughes
|
8cafdbdb12
|
Fixed bootstrap.sh (better handling of PATH and native perl, python and ruby detection).
|
11 years ago |
Gav Wood
|
1a899e87a5
|
Fixed #110
|
11 years ago |
Gav Wood
|
7a32dfa3aa
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
11 years ago |
Gav Wood
|
1cfc98e8bd
|
Fixes #150.
|
11 years ago |
Tim Hughes
|
ec9e8c5544
|
Fix include path.
|
11 years ago |
Gav Wood
|
2be1bf8d7e
|
New PoC-5 instructions.
|
11 years ago |
Gav Wood
|
3ea3916e66
|
Protocol & version bump.
|
11 years ago |
Gav Wood
|
52bb88b88a
|
Updates to contract creation code.
|
11 years ago |
Gav Wood
|
823fd6be5f
|
State diff engine.
|
11 years ago |
Gav Wood
|
e089ef4f66
|
Better lll instruction.
|
11 years ago |
Gav Wood
|
7e6f6c3b09
|
LLL instruction for code inclusion.
|
11 years ago |
Gav Wood
|
1103fb9221
|
Much nicer State debug output.
|
11 years ago |
Gav Wood
|
4c85bea38c
|
Fixed #178
|
11 years ago |
Gav Wood
|
441c27cc29
|
Fewer log messages on mining.
|
11 years ago |
Gav Wood
|
e0e36afcdc
|
Fix haveCode() issue.
|
11 years ago |
Gav Wood
|
3276fb6adc
|
Nasty little State fix.
|
11 years ago |
Gav Wood
|
dde54bf383
|
Source compatibility fixes.
|
11 years ago |
Gav Wood
|
439ea34217
|
All you need for app dev.
|
11 years ago |
Gav Wood
|
c50c522c3d
|
Properties where properties should be.
|
11 years ago |
Gav Wood
|
0637bfcb30
|
Remove debug code.
|
11 years ago |
Gav Wood
|
9a1e1fc039
|
Fixes for checking.
|
11 years ago |
Gav Wood
|
5ba305f347
|
Nick's fix.
|
11 years ago |
Gav Wood
|
abfb9ca9a9
|
Better eth.
|
11 years ago |
Gav Wood
|
5619789270
|
New JS-API files.
Build fixes.
|
11 years ago |
Gav Wood
|
28c887c96c
|
Remove build cruft.
|
11 years ago |
Gav Wood
|
8b82d27851
|
Better building. Don't need JSON-RPC now.
|
11 years ago |
Gav Wood
|
a1cb0932d8
|
JSON-RPC initial implementation.
|
11 years ago |
Gav Wood
|
a648d0d3f4
|
Merge branch 'develop' into jsonrpc
|
11 years ago |
Gav Wood
|
9906a8c0ad
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
11 years ago |
Gav Wood
|
aacb8b1a0d
|
Fix for LLL.
|
11 years ago |
Gav Wood
|
0481bb67ac
|
JSON-RPC stuff and better locking.
|
11 years ago |
Gav Wood
|
2eee2b2af5
|
First JSON-RPC stubs.
|
11 years ago |
Gav Wood
|
0f0ff865ea
|
Merge pull request #174 from programmerTim/develop
Everything now working properly (even Walleth and neth).
|
11 years ago |
Gav Wood
|
26e9b1d251
|
Merge pull request #176 from caktux/develop
neth: fix framebuffer newlines
|
11 years ago |
Vincent Gariepy
|
7839aae516
|
neth: use scroll()
|
11 years ago |
Vincent Gariepy
|
70dc9c6c50
|
neth: fix framebuffer newlines
|
11 years ago |
Tim Hughes
|
1c24265001
|
Fixed neth and added project to solution (also renamed Ethereum.vcxproj to Eth.vcxproj).
|
11 years ago |
Tim Hughes
|
5c21939917
|
Added MinGW compiled ncurses libraries.
|
11 years ago |
Tim Hughes
|
fb7f85dcec
|
Fixed a bunch of bugs using dangling const char* pointer from c_str().
|
11 years ago |
Tim Hughes
|
028415daa9
|
Ensure all qml files and other plugins are copied to output directory.
|
11 years ago |
Tim Hughes
|
53481f2913
|
Fix Qt compile flags (-no-accessibility silently breaks Qml, must have copied this flag from some tutorial) and just build all of Qt for simplicity.
|
11 years ago |