Vlad Gluhovsky
ec11b0490d
bugfix
10 years ago
Vlad Gluhovsky
d254972f40
bloom filter exchage protocol
10 years ago
Vlad Gluhovsky
43a43b03e3
bloom filter exchange protocol
10 years ago
Vlad Gluhovsky
9c51074e0b
updates
10 years ago
Gav Wood
0eedb97daa
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
2567e71610
Provide phase and transaction data information in GM.
10 years ago
Gav Wood
cf49353883
Merge pull request #2278 from CJentzsch/fixWindowsBuild
refix windows build
10 years ago
CJentzsch
65509bad6b
refix windows build
10 years ago
Gav Wood
346db17ba3
Parallelised large-file imports.
10 years ago
Gav Wood
1cf6cd77bd
Don't reuse BadRLP.
10 years ago
Gav Wood
d6c5e2e87c
Merge pull request #2277 from LefterisJP/toBigEndian_overflow_fix
Fix potential uint overflow in toBigEndian
10 years ago
Gav Wood
e0d6e20619
Merge pull request #2254 from arkpar/bc_rf
p2p/sync fixes
10 years ago
Gav Wood
be2590984e
Merge pull request #2271 from CJentzsch/disableDag
disable dagcreation during tests
10 years ago
Gav Wood
b342f54cbc
Merge pull request #2266 from CJentzsch/KeyManagerTests
Key manager tests
10 years ago
Gav Wood
3ebbb94596
Merge pull request #2272 from CJentzsch/fixWindowsBuild
fix windows build
10 years ago
yann300
7c84ffde7c
transaction dialog ui
10 years ago
Lefteris Karapetsas
7a5b93db43
Fix potential uint overflow in toBigEndian
10 years ago
arkpar
87c74bbc75
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into bc_rf
10 years ago
chriseth
1f9060faf0
Copy routines for non-byte arrays.
10 years ago
Marek Kotewicz
ca6a3cba49
ethconsole by default connects to http://localhost:8545
10 years ago
chriseth
3246bb99ef
Copy only expected arguments for constructor if statically sized.
10 years ago
CJentzsch
f765bd726c
fix windows build
10 years ago
CJentzsch
62672646ba
disbale dagcreaion during tests
10 years ago
Gav Wood
f50674d7e1
Merge pull request #2262 from LefterisJP/ethash_aux_race_condition
Potential fix for EthashAux race condition
10 years ago
Lefteris Karapetsas
b75514756a
Use std::call_once instead of a mutex
10 years ago
Gav Wood
9e8a43c07e
Merge pull request #2253 from CJentzsch/moreTests
add test for suicide of coinbase
10 years ago
arkpar
103b733680
removed superfuous log
10 years ago
Gav Wood
e3fe61273a
Merge pull request #2267 from LefterisJP/remove_unused_const
Remove unused constant
10 years ago
chriseth
273e1c2cc1
Merge pull request #2257 from chriseth/sol_memoryArrays6
Strings in constructor and memory-storage copy.
10 years ago
yann300
baf7128719
TransactionDialog redesign
10 years ago
Lefteris Karapetsas
91c6d7720d
Remove unused constant
10 years ago
CJentzsch
b2018d96f0
style
10 years ago
CJentzsch
4214dd7f2f
style
10 years ago
Marek Kotewicz
e5af58f0d6
reversed m_curl
10 years ago
Marek Kotewicz
2110162a4d
standalone javascript console
10 years ago
Marek Kotewicz
c3bf182eb3
removed unused commented line
10 years ago
Marek Kotewicz
0b7e1d6aab
Merge branch 'develop' into standalone_console
Conflicts:
libjsconsole/JSConsole.cpp
libjsconsole/JSConsole.h
libjsqrc/admin.js
10 years ago
CJentzsch
dd679a1d22
add hints tests
10 years ago
Lefteris Karapetsas
a976df8c3b
Reduce number of statics in EthashAux
10 years ago
Gav Wood
afd4af51ee
Merge pull request #2261 from CJentzsch/createDirIfNotPresent
create directory if not existent when writing to file
10 years ago
Gav Wood
087e6a21cc
Merge pull request #2260 from debris/web3.js.6.0
web3.js.6.0 + web3.admin extension
10 years ago
Gav Wood
93ee865e0f
Merge pull request #2258 from alexvandesande/designDebugPanel
Added new block and edit transaction action icons
10 years ago
Gav Wood
f4a1e534d8
Merge pull request #2255 from CJentzsch/useBoosThrowException
use boost throw exceptions
10 years ago
Gav Wood
167e2edde3
Merge pull request #2239 from winsvega/fuzz
fuzzTests improvements
10 years ago
Lefteris Karapetsas
04aa9867f5
Potential fix for EthashAux race condition
Some EthashAux functions are protected by mutexes. These mutexes are
normal members of the EthashAux class which itself is a singleton. It
can happen that multiple threads will get inside the singleton creation
`get()` functions when requesting a lock, but the lock will not be
acquired due to the singleton not yet existing.
This leads to multiple threads going in the same code and causing double
free corruption.
Making the mutexes static members of the singleton should hopefully
address the issue
10 years ago
CJentzsch
4565afcb51
create directory if not existent when writing to file
10 years ago
Gav Wood
132a3845ef
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
0ee5a5572e
Minor miner fix.
10 years ago
Gav Wood
a8eb96755c
Miner targets a restart time of 100ms by default, reducing inter-block
"pauses".
10 years ago
Marek Kotewicz
aeb6f95299
Squashed 'libjsqrc/ethereumjs/' changes from ecde334..2a0b46a
2a0b46a gulp
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: 2a0b46ab7125533d7cbb461d06821ba242a03304
10 years ago