Paweł Bylica
ff112cb94c
Make --vm command line option syntax consistent with other options.
10 years ago
Paweł Bylica
91a954dd9d
Reapply --vm option changes to eth.
10 years ago
Paweł Bylica
d1492140c6
Merge remote-tracking branch 'upstream/develop' into evmjit-develop
Conflicts:
alethzero/Main.ui
eth/main.cpp
10 years ago
Paweł Bylica
9eb7c6a528
Reduce SmartVM logs verbosity.
10 years ago
Paweł Bylica
6dcc16cb7a
Exetend VM selection options in AlethZero.
10 years ago
Paweł Bylica
5df0d1b872
--vm command line option replacing --jit.
10 years ago
Arkadiy Paronyan
d9d073be5a
Merge pull request #2359 from yann300/event_watcher
Mix - events and watchers panel
10 years ago
yann300
6b4b330d8b
retrieve short type name
10 years ago
yann300
4d03f86b34
clean code, add icons
10 years ago
yann300
d06c1a6d14
bug fix
10 years ago
Gav Wood
1c009a5cec
Version bump.
10 years ago
Gav Wood
c973c3069f
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
82dfb1e6a3
Merge branch 'goclash' into develop
10 years ago
Gav Wood
31cc2dc210
Merge pull request #2360 from CJentzsch/testTxQueue
Test tx queue
10 years ago
Gav Wood
bb4f57809f
Merge pull request #2343 from debris/rpc_fixes
rpc fixes
10 years ago
Gav Wood
891c50132f
Merge pull request #2367 from arkpar/bc_fix
Removed incorrect blockchain sync invariant checks
10 years ago
Gav Wood
18ad0a4c9a
Fix for crap compilers.
Fix for tests.
10 years ago
Gav Wood
c9489a14e7
Fix js console. Clean up eth's main.
10 years ago
Gav Wood
466070b5de
transaction queue shouldn't be returning future txs.
10 years ago
CJentzsch
0704562207
style
10 years ago
Gav Wood
9a21e9561b
Merge branch 'develop' into goclash
10 years ago
Gav Wood
f1c91d5c7f
Capture this by value not reference. Remove dead code.
10 years ago
Gav Wood
00a6208e79
Don't drop DB when chaning DB format.
Don't die when geth is run.
Repotting.
Fixed #2354 .
10 years ago
arkpar
2a9b906cc3
removed incorrect invariant checks (subject to race contition)
10 years ago
Gav Wood
35dd7d919c
Merge pull request #2348 from gluk256/_rating
Rating system for outgoing messages introduced
10 years ago
Gav Wood
2f4b86dc8a
Merge pull request #2346 from chriseth/rangeMask
Documentation and tests for RangeMask.
10 years ago
Gav Wood
1d17aaa2fd
Merge pull request #2361 from LefterisJP/decrease_verbosity
BlockQueue::import() spams only under specific verbosity
10 years ago
Paweł Bylica
1b8fc18377
New strategy do SmartVM: JIT worker in the background.
10 years ago
Paweł Bylica
4039227faa
Extend JIT interface to allow only compilation of EVM code.
Make code availability checking thread-safe.
10 years ago
Lefteris Karapetsas
fdc40a05bf
BlockQueue::import() spams only under specific verbosity
I am getting the thread id even with verbosity = 0 which can make it
really difficult to debug anything else if I am not interested in said
thread's ID
10 years ago
CJentzsch
62d6ff9942
Merge remote-tracking branch 'upstream/develop' into fixTxNonce
10 years ago
yann300
7825c20758
Event and Watchers.qml
10 years ago
CJentzsch
e5d32849dd
add transactionQueue tests
10 years ago
Vlad Gluhovsky
784fed9a32
minor update
10 years ago
Gav Wood
56ed8a9207
Extra data.
10 years ago
Gav Wood
9e0cde38d0
Who are they?
10 years ago
Gav Wood
e83e3b6cb6
Testnet canaries.
10 years ago
Gav Wood
603218dc6e
Fix deadlocks.
10 years ago
chriseth
4ce9fe8ed0
Windwos fix.
10 years ago
Gav Wood
dc19a6dc69
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
e6cfbe5824
ethkey can sign & recover transaction information.
AZ can have sentinel set.
Split up Transaction and move most to ethcore.
10 years ago
Gav Wood
64b6cd794f
Merge pull request #2347 from chriseth/rlpTypo
Fixed typo.
10 years ago
Vlad Gluhovsky
c5ffcad47b
build fix
10 years ago
Vlad Gluhovsky
16eab6d882
cleanup
10 years ago
Vlad Gluhovsky
ed85834711
Message rating for peers introduced
10 years ago
Vlad Gluhovsky
447ba77006
initial rating introduction
10 years ago
chriseth
75795be231
Fixed typo.
10 years ago
chriseth
485a910523
Documentation and tests for RangeMask.
10 years ago
Paweł Bylica
d036c6dc16
Separate compile and execute jobs in JIT.
10 years ago
Gav Wood
f5112475e2
Merge pull request #2329 from gluk256/_distribution
Distribution Rate test introduced
10 years ago