Dimitry
ae1847a103
Precomp. Contracts from Transaction: one more test
10 years ago
Dimitry
c64a12377d
stPrecompiledContracts from transaction test
10 years ago
Paweł Bylica
af95ae6a2d
Remove memory leak detector. Is it not thread-safe.
10 years ago
Gav Wood
3840388d20
Use sha3memory to avoid phoning home with huge messages.
10 years ago
Marek Kotewicz
b88cb266f8
renamed log type "block" -> "mined"
10 years ago
Gav Wood
29fb1f2d23
Space out options.
10 years ago
Gav Wood
d91bde3504
More ethvm CLI options.
10 years ago
Gav Wood
7f8ef73087
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
4f70cfb09a
Fix for isChannelVisible link error.
10 years ago
Marek Kotewicz
f5eed887a7
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into filter_blockHash
10 years ago
chriseth
3c4cf54455
Merge pull request #2126 from LianaHus/sol_Natspec_warnings_instead_of_exceptions
Some style fixes.
10 years ago
Gav Wood
ff428a2a17
Merge pull request #2140 from LefterisJP/gpu_do_create_dag
Do create/get DAG if missing while GPU mining
10 years ago
Gav Wood
fe8bcb39fb
Useful EVM CLI tool.
10 years ago
Lefteris Karapetsas
de56964a2e
Do create DAG if missing
10 years ago
Marek Kotewicz
f7469c3acc
removed unused function
10 years ago
chriseth
eb6e4f0674
Improved exception safety in CSE.
Fixes #2135
10 years ago
Marek Kotewicz
8806f1b124
fixed #1863 , getting solidity logs
10 years ago
Gav Wood
fbf77ea8d9
Compile fix.
10 years ago
Gav Wood
87cf8dd5d6
VM provides information on its performance.
Make guarding of DB optional.
Various updates to syncing.
Start of a holistic reputation manager.
10 years ago
Marek Kotewicz
401522cef8
fixed #1589
10 years ago
Marek Kotewicz
0bd96a43d3
log type, fixed getting blockNumber from special hashes
10 years ago
Gav Wood
4e17c58938
Remove all other support code in favour of exception information.
10 years ago
Gav Wood
f8740e8e4f
Avoid enabling JITVM when not compiled in.
10 years ago
Marek Kotewicz
fc6355372b
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into filter_blockHash
10 years ago
Gav Wood
9a01dd57fd
Avoid miner crashes.
10 years ago
Gav Wood
36b02ca177
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
50d9886426
Fixed #2133
10 years ago
Gav Wood
a50926a200
Merge pull request #2113 from arkpar/bc
Block import optimizations
10 years ago
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