Gav Wood
|
1c814dcd54
|
Merge pull request #1920 from LefterisJP/exception_at_ethash_failures
Throw if ethash_XXX_new() fails
|
10 years ago |
Gav Wood
|
293b7de5c1
|
Merge pull request #1941 from larspensjo/default-device
Enable -G without --opencl-device
|
10 years ago |
Gav Wood
|
3c410cf008
|
Lockup fix.
|
10 years ago |
Gav Wood
|
c03075bd57
|
Merge pull request #1908 from arkpar/trie_perf
Trie performance optimizations
|
10 years ago |
Gav Wood
|
7ba24b62dc
|
Merge pull request #1929 from LefterisJP/win32_getpassword_noecho
Don't echo password in win32
|
10 years ago |
Gav Wood
|
b0dba6b559
|
Version bump push all valid "ready" transactions to the network asap.
|
10 years ago |
Gav Wood
|
ac60b992c6
|
Parallelised BlockQueue.
Setup for using TrieRoot.
|
10 years ago |
subtly
|
e7a0b94786
|
Trigger dag creation prior to mining until threading on windows is sorted. Delete miner when returning early from gpu miner doWork so that in the event that abort is called prior to miner initializing, miner is still initialized.
|
10 years ago |
Lefteris Karapetsas
|
d4a4b6e285
|
Using errno to detect ethash_io failures
- Printf debug output is still printed by ethash itself unless one
compiles with -DETHASH_NO_CRITICAL_OUTPUT.
|
10 years ago |
subtly
|
51cb83bd08
|
GetFolderPathW needs wchar_t and can otherwise fail (returning an invalid path) and use AppData path instead of users home directory. Use Local AppData instead of roaming to users on domain networks aren't uploading DAG files to servers.
|
10 years ago |
Gav Wood
|
462fa59843
|
Fix CPU mining.
|
10 years ago |
Lars Pensjo
|
ed83256798
|
Enable -G without --opencl-device
Otherwise, -G doesn't work.
|
10 years ago |
Lefteris Karapetsas
|
3145b5aa7d
|
Throw if ethash_XXX_new() fails
|
10 years ago |
Gav Wood
|
93752ed1cf
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Avoid redownloading blocks from all peers when only one needed.
Conflicts:
libethcore/Ethash.cpp
libethcore/EthashAux.cpp
libethcore/EthashAux.h
|
10 years ago |
Gav Wood
|
57c9ea3111
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Conflicts:
mix/qml/DeploymentDialog.qml
|
10 years ago |
Gav Wood
|
7ea6413532
|
Merge pull request #1890 from LefterisJP/ethash_aux_use_seedhash
Use seedhash everywhere in EthashAux
|
10 years ago |
chriseth
|
4c69ecf16b
|
Bare callcode for addresses and contracts.
|
10 years ago |
Gav Wood
|
47b6e38df9
|
Fixes for transact gas usage.
|
10 years ago |
Arkadiy Paronyan
|
ff3360079b
|
Merge pull request #1930 from arkpar/mix_fix
Mix: Fixed gas calculation
|
10 years ago |
arkpar
|
135513f18a
|
globalreg address
|
10 years ago |
Gav Wood
|
3174fe298d
|
Merge pull request #1928 from chriseth/sol_functionHashesForJsonCompiler
Function hashes for JSON compiler.
|
10 years ago |
chriseth
|
005b78f4dc
|
Merge pull request #1927 from chriseth/sol_hexDecAsm
Hex/decimal cleanup for assembly output.
|
10 years ago |
Gav Wood
|
64954c395d
|
Merge pull request #1922 from subtly/gaslimit
Update gas limit modulation.
|
10 years ago |
Gav Wood
|
ef2e3bde15
|
Merge pull request #1912 from CJentzsch/fixGasPricerTests
update gas Pricer tests
|
10 years ago |
Gav Wood
|
fdd3e4f049
|
Merge pull request #1910 from arkpar/core_state
Check nonce only once on block import
|
10 years ago |
arkpar
|
f6456a702a
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_fix
|
10 years ago |
Gav Wood
|
8164ada83d
|
Merge pull request #1911 from CJentzsch/ficInChainUncleTests
fix in chain uncle tests
|
10 years ago |
arkpar
|
01aced0189
|
fixed gas calculation
|
10 years ago |
Lefteris Karapetsas
|
74c2179c55
|
Don't echo written password under win32
|
10 years ago |
chriseth
|
65bcb451d4
|
Function hashes for JSON compiler.
|
10 years ago |
Lefteris Karapetsas
|
b9133db9fb
|
printf logging for ethash_full_new() errors
|
10 years ago |
chriseth
|
3b63a262ab
|
Merge pull request #1926 from chriseth/sol_succinctInterfaces
Succint interfaces.
|
10 years ago |
yann300
|
51ddf29763
|
small changes
|
10 years ago |
chriseth
|
eeceeea3d4
|
Hex/decimal cleanup for assembly output.
|
10 years ago |
chriseth
|
b4912db1c6
|
Succint interfaces.
|
10 years ago |
chriseth
|
d7bac44798
|
Merge pull request #1924 from chriseth/sol_fix_disableFailingTest
Store copied assembly items in test. Fixes OSX issues.
|
10 years ago |
yann300
|
eca68b1258
|
small change
|
10 years ago |
yann300
|
177e99c29b
|
bug fix
|
10 years ago |
chriseth
|
ca7df0afa3
|
Store copied assembly items in test. Fixes OSX issues.
|
10 years ago |
subtly
|
bc7e909eab
|
reverse unrelated code
|
10 years ago |
chriseth
|
cb5caa2b59
|
Merge pull request #1921 from chriseth/sol_fix_disableFailingTest
Disable test failing on OSX.
|
10 years ago |
yann300
|
71d2561421
|
Merge remote-tracking branch 'up/develop' into gasEstimation
|
10 years ago |
yann300
|
dc054d7b53
|
bug fix
|
10 years ago |
subtly
|
9357e47a83
|
Update gas limit modulation.
|
10 years ago |
chriseth
|
32f57c6c25
|
Disable test.
|
10 years ago |
yann300
|
3881b160d6
|
Display gas estimation as annotation
|
10 years ago |
chriseth
|
5557122627
|
Merge pull request #1889 from chriseth/sol_multipleTagsOnStack
Known state: store tags on stack as unions.
|
10 years ago |
CJentzsch
|
c1d40c2814
|
update gas Pricer tests
|
10 years ago |
CJentzsch
|
38bf18de81
|
fix in chain uncle tests
|
10 years ago |
Lefteris Karapetsas
|
648a83f0fc
|
Stricter interface for EthashAux::light()
|
10 years ago |