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 |
Gav Wood
|
d18a6c4e26
|
Fix version regression.
|
11 years ago |
Gav Wood
|
2d37f0151d
|
Fixed block buffer issue.
|
11 years ago |
Gav Wood
|
9efb073fd1
|
Avoid crash on Client delete.
|
11 years ago |
Giacomo Tazzari
|
83ad719ef1
|
Fixed an array bound check in Main::on_debugStep_triggered()
|
11 years ago |
Gav Wood
|
dc7bb81735
|
Merge branch 'networkthread' into develop
|
11 years ago |
Gav Wood
|
c5fcae9095
|
parseData shared.
|
11 years ago |
Gav Wood
|
d2e3a85641
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Conflicts:
neth/main.cpp
|
11 years ago |
Gav Wood
|
fd194857de
|
Merge branch 'networkthread' into develop
|
11 years ago |
Gav Wood
|
2eb7a49819
|
Networking stop fix.
|
11 years ago |
Gav Wood
|
eb360674cf
|
Thread-safe client and remove old State const&-based APIs.
|
11 years ago |
Gav Wood
|
b4191025fd
|
Network has own thread.
|
11 years ago |
Gav Wood
|
fc33f7f3ca
|
Merge pull request #262 from caktux/parse
neth: new peer server, parseData without @, get gav from coins
|
11 years ago |
caktux
|
33b1b6b636
|
neth: new peer server, parseData without @, get gav from coins
|
11 years ago |
Gav Wood
|
eee84e27ca
|
Coinbase for transactions collation.
|
11 years ago |
Gav Wood
|
6a3429a81d
|
Protocol version bump.
|
11 years ago |
Gav Wood
|
787c6305e3
|
Remove unused member.
|
11 years ago |
Gav Wood
|
7190a52992
|
Nicer signing for clang.
|
11 years ago |
Gav Wood
|
5eeae63c36
|
Include file orders altered for clang.
|
11 years ago |
Gav Wood
|
49e42ac241
|
Rename assembly again.
|
11 years ago |