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
arkpar
e3d225b14b
Merge branch 'bc_rf' of https://github.com/arkpar/cpp-ethereum into bc_rf
10 years ago
arkpar
9cea8c669e
keep the chain on syncer aborting during blocks downloading
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
arkpar
4983db8e58
removed unneeded invariant checks, fixed disconnect message priority
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
arkpar
382c476826
removed incorrect invariants (subject to race condition)
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
Gav Wood
7a5f801e67
Merge pull request #2280 from chfast/pr/evmjit-update
EVM JIT update
10 years ago
Gav Wood
8322ed27bc
Merge pull request #2345 from LefterisJP/cli_interactive_hashrate
Add hashrate command to interactive CLI mode
10 years ago
arkpar
f3850a5e8a
even more diagnostics
10 years ago
Lefteris Karapetsas
d557ca5370
Add hashrate command to interactive CLI mode
10 years ago
Gav Wood
679143c233
Fix pow check and style.
10 years ago
arkpar
51725b5ae9
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into bc_rf
10 years ago
arkpar
befae80d10
more diagnostics
10 years ago
Paweł Bylica
d778753c82
Merge remote-tracking branch 'upstream/develop' into evmjit-develop
10 years ago
Paweł Bylica
9d59ebb645
Cleanups.
10 years ago
Paweł Bylica
b4ee363394
Cleanups.
10 years ago
Gav Wood
94cd1e7c1d
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
56be35830a
Debug compile fix.
10 years ago
Paweł Bylica
63238cf3c3
Merge remote-tracking branch 'upstream/develop' into evmjit-develop
10 years ago
Vlad Gluhovsky
a8197d867c
super mega enhanced update
10 years ago
Vlad Gluhovsky
ab86f1fdf2
mega enhanced style fix
10 years ago
Vlad Gluhovsky
6d37304d05
style fix
10 years ago
Vlad Gluhovsky
5ed44a51b9
Distribution Rate test introduced
10 years ago
Lefteris Karapetsas
e1391fa187
OpenCL Fixes after rebasing
10 years ago
Lefteris Karapetsas
db54ff3b4a
CL Argument for local work size
- Now the user can also set the local work size (workgroup size)
- In addition the global work size is specified in the command line only
as a multiplier of the local work size.
10 years ago
Lefteris Karapetsas
15fc63d6a2
New OpenCL arguments
- Adding an argument to specify OpenCL global work size.
- Adding an argument to specify milliseconds per global work
size (msPerBatch). If this is 0 then no adjustment of the global work
size happens.
10 years ago
Lefteris Karapetsas
7501191b40
GlobalWork size should never be less than local size
10 years ago
Lefteris Karapetsas
f51033dc75
CL Global and local work size adjustments
- Giving names to the variables that properly reflect the API
- Making sure that the limitations that are stated in
clEnqueueNDRangeKernel() documentation are adhered to
10 years ago
Lefteris Karapetsas
f03c12ca24
Adjust CL miner work batch size properly
We are now propery adjusting the batch size of the OpenCL miner
properly depending on the execution time of the last search.
10 years ago
Marek Kotewicz
77c1da7251
Merge commit '1e652c0757b5440feb5ba32d46f8a887c32f57c2' into develop
10 years ago
Marek Kotewicz
1e652c0757
Squashed 'libjsqrc/ethereumjs/' changes from 2a0b46a..d5d2115
d5d2115 example contract using array, fixed #185
21ed235 removed connection keep-alive
c44fe01 version 0.7.1
d9b785e fixed #248
490dde5 fixed encoding/decoding strings, #249
b3f5d09 fixed long bytes dynamic decoding/encoding, #249
d097821 small filter improvement
d59b1cd removed xhr from browser
42b6e9d version 0.7.0
fe6defd gulp
44dcd24 set connection keepalive
2b17c0f gulpfile changes
4a46c73 Merge pull request #228 from ethereum/strings
93c8006 tests for encoding and decoding prematurely terminated strings and strings containing internal zeros
7dd44e7 Merge branch 'strings' of https://github.com/ethereum/ethereum.js into strings
390a9ff Merge branch 'develop' into strings
bcd9cfb updated deps, removed unused karma
ef15fc1 Merge pull request #244 from ethereum/allevents
6f74d57 Merge branch 'develop' into allevents
7aca17e Merge branch 'develop' into allevents
c5ee34d fix for optional event parameters
8170a0a Merge pull request #245 from ethereum/filterInstantWatch
76a094c fixed all issues noted by marek
d78b512 add possible callback to filters
e1b17a9 re-build develop
af9c027 all events filter
b270616 version 0.6.1
c47d6a8 gulp
7cf7cf3 map file
6da1d3e gulp
450042e Update eth.js
3951286 Added sendRawTransaction
323b529 merged develop
16ffdf6 merged master
ecf0a2c changed | to Math.floor
d2b5ba2 Merge pull request #239 from ethereum/mistFixes
9e6bf9d removed browser XHR
9061116 fixed build issues in formatInputDynamicBytes
0e3b29c fixed coverage issue
d51e9a2 merged latest develop
f0247aa made meteor package available on the server side as well
e97c5f5 fixed and tested meteor package init
3e49f56 add currentProvidor and mist fixes
bd6d9ba merged develop
7b730b1 Merge branch 'strings' of github.com:ethereum/web3.js into strings
cc533d9 fixed bytes wrong encoding
8c6f976 Merge branch 'develop' into strings
7c970e3 add bytes32 test with leading 0
9c7f7bb re-add .map files
189484f add extra int tests
73cc711 Merge branch 'develop' into strings
fa3239f abi string type, fixes #216 , #218 , #219
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: d5d2115bf9ad07a736a189e1022b7d3a549e4006
10 years ago