arkpar
|
c008fe856f
|
fixed iterating over random peers
|
10 years ago |
chriseth
|
339d1ecbd1
|
Merge pull request #2079 from LianaHus/sol_GasWhenSend
corrected the calculation of gas for send
|
10 years ago |
Gav Wood
|
fdff985a30
|
--ask and --bid
|
10 years ago |
Liana Husikyan
|
4f925169c1
|
fixed assertion
|
10 years ago |
Liana Husikyan
|
2c0d9e9968
|
corrected the calculation of gas for send
|
10 years ago |
Gav Wood
|
c8856355db
|
Merge pull request #2048 from arkpar/bc
PV61 hash downloading fixes
|
10 years ago |
Gav Wood
|
8a94cbaaa9
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
bdeae1e722
|
Merge pull request #2082 from gluk256/v_refactor
refactored the topic naming conventions
|
10 years ago |
Gav Wood
|
59ada9ff50
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
02b7448603
|
Merge branch 'subtly-netFix' into develop
|
10 years ago |
Gav Wood
|
6d50f795b6
|
Merge branch 'netFix' of https://github.com/subtly/cpp-ethereum-micro into subtly-netFix
Conflicts:
libethereum/EthereumHost.cpp
libethereum/EthereumHost.h
libp2p/HostCapability.h
|
10 years ago |
Gav Wood
|
2af01b8497
|
Merge pull request #2081 from winsvega/issues
evmJit compile warnings fix + Transaction Test
|
10 years ago |
Gav Wood
|
2cccdf5b2c
|
Merge pull request #2076 from LefterisJP/ethash_errcheck_fullnew
Improved error checking for ethash_full_new()
|
10 years ago |
Gav Wood
|
5b4e104e1f
|
Merge pull request #2077 from arkpar/fix_kill
Fixed blockchain kill
|
10 years ago |
Gav Wood
|
6a2fa9b5ee
|
Merge pull request #2073 from LefterisJP/opencl_gpu_memcheck
Check if GPU has over 2GB of memory
|
10 years ago |
gluk256
|
f0ec754e46
|
Update Interface.h
|
10 years ago |
Vlad Gluhovsky
|
e0c3095bda
|
refactored the topic naming conventions
|
10 years ago |
Dimitry
|
78e6e007d6
|
TransactionTest: V = unit64+28
|
10 years ago |
winsvega
|
bf6ec8e32a
|
evmJit warnings fix
|
10 years ago |
arkpar
|
1a37f2b3da
|
fixed blockchain kill
|
10 years ago |
Lefteris Karapetsas
|
bedddefda0
|
Implement memory check function also for the CPU
- Should fix the build, since Ethash is an interface.
|
10 years ago |
Lefteris Karapetsas
|
3e2fc17e81
|
Print additional info if DAG creation fails
|
10 years ago |
Lefteris Karapetsas
|
6d45e1ca28
|
subtree bump: libethash
|
10 years ago |
Lefteris Karapetsas
|
8bb4bd4a9c
|
Merge pull request #57 from LefterisJP/ethash_full_new_logging
printf logging for ethash_full_new() errors
|
10 years ago |
Lefteris Karapetsas
|
371d23decc
|
Check if GPU has over 2GB of memory
If the user's machine contains no OpenCL device that has enough GPU
memory then don't allow creation of a GPU miner. Instead default to CPU.
|
10 years ago |
Gav Wood
|
0650ec1192
|
Merge pull request #2067 from yann300/bugFix2
Mix - bug fix: #2060
|
10 years ago |
Gav Wood
|
1d5a684ce9
|
Merge pull request #2058 from CJentzsch/uncleisbrother
Uncle tests and some debug output
|
10 years ago |
Gav Wood
|
bfbee04476
|
Merge pull request #2049 from gluk256/v_transient_dir
exception in destructor
|
10 years ago |
subtly
|
7b8a4cebd8
|
Better code.
|
10 years ago |
Gav Wood
|
c48523bb86
|
Merge pull request #1860 from imapp-pl/feature/vm_gas_counter_refactor
Remove gas counter from VM interface
|
10 years ago |
gluk256
|
ff1f386df8
|
Update TransientDirectory.cpp
switched to no-throw version of remove_all()
|
10 years ago |
yann300
|
86447d4a40
|
bug fix: #2020
|
10 years ago |
arkpar
|
d3b42295ee
|
comments for isSyncing
|
10 years ago |
arkpar
|
7913ce356c
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into bc
|
10 years ago |
arkpar
|
fdeadf9330
|
renamed isSyncingInternal
|
10 years ago |
Gav Wood
|
2cd1b68333
|
Merge pull request #2065 from chfast/bigint_comparison_workaround
Boost mutiprecision number comparison bug workaround 2
|
10 years ago |
Paweł Bylica
|
c95ddc044d
|
Style improvements
|
10 years ago |
arkpar
|
49d753b302
|
fixed isSyncing usage
|
10 years ago |
Paweł Bylica
|
2b38b213a5
|
Merge remote-tracking branch 'upstream/develop' into feature/vm_gas_counter_refactor
Conflicts:
libethereum/Executive.h
|
10 years ago |
Paweł Bylica
|
9ad3cdfcb5
|
Boost mutiprecision number comparison bug workaround 2
I add fixed version of boost/multiprecision/detail/number_compare.hpp to sources. It is injected with #included if buggy version of boost detected.
|
10 years ago |
Gav Wood
|
d8b7605c21
|
Merge pull request #2062 from CJentzsch/fixUncleIsBrother
forbid uncle to be your brother
|
10 years ago |
CJentzsch
|
81a7f46385
|
forbid uncle to be your brother
|
10 years ago |
Gav Wood
|
0a16af5b8f
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
a67d783379
|
Code cleanup.
|
10 years ago |
CJentzsch
|
6f9e7ef3c8
|
style
|
10 years ago |
CJentzsch
|
5674b45a7e
|
fix bruncle test
|
10 years ago |
CJentzsch
|
fddc206d84
|
add EqualUncleInTwoDifferentBlocks test
Conflicts:
test/libethereum/blockchain.cpp
|
10 years ago |
CJentzsch
|
30b531d0ad
|
fix block chain tests creation
|
10 years ago |
CJentzsch
|
76868a89ed
|
add debug info for BlockQueueStatus
|
10 years ago |
CJentzsch
|
06f5bfc2cf
|
add ambiguous push test
|
10 years ago |