Vlad Gluhovsky
|
9ba48b4628
|
mutex added
|
10 years ago |
Arkadiy Paronyan
|
4b53272a84
|
Merge pull request #2268 from yann300/trDialog
Mix - TransactionDialog UI
|
10 years ago |
Gav Wood
|
b3f2a14551
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Conflicts:
ethconsole/main.cpp
|
10 years ago |
Gav Wood
|
a7cd6c5173
|
Make pretty function work again.
RLP can use unordered_sets.
|
10 years ago |
Gav Wood
|
a9b26e141e
|
Require prime number to start eth.
|
10 years ago |
Gav Wood
|
879f443ce1
|
Avoid rzce condition.
|
10 years ago |
Lefteris Karapetsas
|
57a51c475e
|
Increase readability and make sanitizer happy
Increasing readability and making the clang sanitizer happy about the
loop condition in EthereumHost.cpp
|
10 years ago |
chriseth
|
987a9bafc2
|
Simplify static memory access functions.
|
10 years ago |
Lefteris Karapetsas
|
2f8c657e0d
|
Appease clang sanitizier in TrieCommon.cpp
An unsigned expression gets gets 1 subtracted from it at some point and
this causes the sanitizer to emit a warning. Proper casting fixes it
|
10 years ago |
Gav Wood
|
e8057e2725
|
Merge pull request #2281 from arkpar/ldb_limit
Max_open_files for blocks and details db
|
10 years ago |
Gav Wood
|
65a3ad334a
|
Merge pull request #2282 from arkpar/bc_fix
Fixed blocks/transactions being propogated to pv61 peers only
|
10 years ago |
arkpar
|
8dfcf284a1
|
fixed propogation to all peers
|
10 years ago |
Vlad Gluhovsky
|
784a786a82
|
Topics of interest advertising made asynchronous
|
10 years ago |
Gav Wood
|
7f945041e8
|
Additional info on slow blocks.
|
10 years ago |
yann300
|
594003891a
|
tr dialog ui changes
|
10 years ago |
arkpar
|
e842fdf0df
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into ldb_limit
|
10 years ago |
arkpar
|
21df032a9f
|
set max_open_files for blocks and details db
|
10 years ago |
Gav Wood
|
096662a692
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
5d276264ac
|
Merge pull request #2265 from debris/standalone_console
standalone javascript console
|
10 years ago |
chriseth
|
b5c2a28371
|
Initialisation of memory types.
|
10 years ago |
Marek Kotewicz
|
ffa11dd640
|
removed trailing ;s
|
10 years ago |
chriseth
|
5001623d89
|
Merge pull request #2273 from chriseth/sol_fix_gasEstimationForStaticArguments
Copy only expected arguments for constructor if statically sized.
|
10 years ago |
Vlad Gluhovsky
|
6a3060c7b6
|
minor clean up
|
10 years ago |
Vlad Gluhovsky
|
eb995ebde5
|
BF size changed
|
10 years ago |
Vlad Gluhovsky
|
db959d5c6f
|
deleted unused variable
|
10 years ago |
Vlad Gluhovsky
|
aaec62722e
|
protocol changed
|
10 years ago |
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 |