Paweł Bylica
e34efb39d6
Merge remote-tracking branch 'upstream/develop' into refactor_executive
10 years ago
Paweł Bylica
bf87e00078
Executive refactor: remove unused members.
10 years ago
Lefteris Karapetsas
c9371fdf36
Style changes
- Camelcase
- Remove std:: namespace prefix
10 years ago
Lefteris Karapetsas
cf61535ec9
Remove --use-chunks argument and general refactoring
- Removing --use-chunks argument. The decision to use chunks or not is
now made by the implementation, depending on
CL_DEVICE_MAX_MEM_ALLOC_SIZE
- Refactored the code a bit in ethash_cl_miner, abstracting out some of
the device iteration into its own functions.
10 years ago
Lefteris Karapetsas
d374cacdcb
Some refactoring of the cl_miner query functions
10 years ago
Marek Kotewicz
6f5b824bf4
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into filter_blockHash
10 years ago
Marek Kotewicz
ced5554c27
special filters returning hashes on eth_getFilterChanges
10 years ago
arkpar
45d24fdf26
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into bc
Conflicts:
libethereum/BlockChain.cpp
libethereum/BlockChain.h
libethereum/BlockQueue.cpp
libethereum/State.cpp
10 years ago
Gav Wood
afd84b0b4b
Expand eth cli
Fixes #2125
10 years ago
Gav Wood
53379924de
Merge pull request #2130 from arkpar/bc2
Handle missing status field gracefully
10 years ago
arkpar
f0d0902116
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into bc2
10 years ago
arkpar
2c71cea5d9
handle missing status field gracefully
10 years ago
Gav Wood
3a1c323e4d
Merge pull request #2118 from arkpar/bc2
Hash downloading improvements
10 years ago
Gav Wood
b492311500
Merge pull request #2123 from chfast/refactor_vm2
VM refactor: more OS stack usage reductions
10 years ago
Gav Wood
e0eb3db3ed
Merge pull request #2129 from subtly/netFix
Catch exception for maformed rlp received by node table.
10 years ago
arkpar
9bfb9ab9a3
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into
bc2
Conflicts:
libethereum/EthereumHost.h
libethereum/EthereumPeer.cpp
10 years ago
Gav Wood
22ff5b1ee1
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
feb2378b5a
Optimised fors in State.
10 years ago
Gav Wood
7bff0d1f7d
Faster State diffs.
Support canary contract to stop mining.
Manage rude nodes.
10 years ago
subtly
d4724ee9aa
Catch exception for maformed rlp received by node table.
10 years ago
Gav Wood
9773119c25
Merge pull request #2115 from LefterisJP/list_opencl_devices
Argument to list available opencl devices and platforms
10 years ago
Gav Wood
5f3bb13f4a
Merge pull request #2124 from chriseth/sol_conversionErrors
Improved type conversion error messages.
10 years ago
arkpar
86122ed97f
Merge branch 'bc2' of https://github.com/arkpar/cpp-ethereum into bc
10 years ago
Gav Wood
ffaea938d9
Merge pull request #2112 from chfast/refactor_move_override
Pessimising moves and missing overrides
10 years ago
Gav Wood
c618116212
Merge pull request #2106 from debris/eth_newPendingTransactionFilter
eth_newPendingTransactionFilter
10 years ago
Gav Wood
e53c18c2b2
Merge pull request #2111 from CJentzsch/addTests
add precompiled contract tests with prefixed 0's and retune gas limit
10 years ago
Gav Wood
f44c07764b
Merge pull request #2128 from CJentzsch/fixEcrecover
don't return anything when ecrecover fails
10 years ago
Arkadiy Paronyan
a3bc2c405e
Merge pull request #2127 from chriseth/mix_fix_sourceNameNull
Fixed null pointer issue with source name.
10 years ago
arkpar
78550b4a3a
fixed progress reporting
10 years ago
CJentzsch
d48574bfc6
dont return anything when ecrecover fails
10 years ago
Arkadiy Paronyan
065b12e6a7
Merge pull request #2117 from alexvandesande/develop
Added new button icons for mix
10 years ago
Paweł Bylica
15746684f8
VM refactor: use binary search to verify jump destination.
10 years ago
chriseth
0858d06e11
Fixed null pointer issue with source name.
10 years ago
CJentzsch
af9c64da91
add queuestatus::importing
10 years ago
Marek Kotewicz
99cd21ca37
Merge branch 'eth_newPendingTransactionFilter' into filter_blockHash
Conflicts:
libweb3jsonrpc/WebThreeStubServerBase.h
libweb3jsonrpc/abstractwebthreestubserver.h
libweb3jsonrpc/spec.json
test/libweb3jsonrpc/webthreestubclient.h
10 years ago
Liana Husikyan
f61f429f34
style fixes
10 years ago
Liana Husikyan
197837b1f6
style fixes
10 years ago
Marek Kotewicz
42e934baf4
udpated eth_compileSolidity
10 years ago
Paweł Bylica
51c1e729e2
Fix use-after-free bug in VM.
10 years ago
Paweł Bylica
cf56b9e963
Refactor Executive: keep ExtVM by unique_ptr.
10 years ago
arkpar
cbf3a749af
fixed hashes estimation
10 years ago
Gav Wood
45a589364e
Add Sentinel RPC spec.
10 years ago
Gav Wood
095b6f8189
Report bad blocks using published standards.
10 years ago
CJentzsch
f78b6166d7
add eth(CLI) functionalities
10 years ago
chriseth
3a417e5fe5
Improved type conversion error messages.
10 years ago
Liana Husikyan
808c7ea26d
cleaned up the tests
10 years ago
Lefteris Karapetsas
25270123d0
Argument to list available opencl devices and platforms
- Additionally some small refactoring in how some query functions are
processed for GPU mining.
10 years ago
yann300
950cded071
- add new icons
- display tr name in debug Panel
10 years ago
Paweł Bylica
32fe8b893d
VM refactor: place CALL params on stack (reduces OS stack usage by ~30%).
10 years ago
arkpar
f46a43d60f
Merge branch 'bc2' of https://github.com/arkpar/cpp-ethereum into bc
10 years ago