CJentzsch
|
ce204cf596
|
Merge remote-tracking branch 'upstream/develop' into ConversionSafety
|
10 years ago |
CJentzsch
|
de0b52ec69
|
style
|
10 years ago |
subtly
|
38230cb1e4
|
Increase connect timeout for upnp initialization and fix resolver.
|
10 years ago |
Christian
|
a88377e5cb
|
Some windows fixes.
|
10 years ago |
subtly
|
7a126cf223
|
update nodebucket modification time when node is inserted or bucket is refreshed so bucket-refresh doesn't loop
|
10 years ago |
subtly
|
2123eacad1
|
Merge branch 'develop' into p2p
|
10 years ago |
CJentzsch
|
7fb9e980cf
|
avoid code doubling
|
10 years ago |
Arkadiy Paronyan
|
c7f1aee74a
|
Merge pull request #1013 from yann300/ui_improvement2
Transaction/State Dialog redesign
|
10 years ago |
Marek Kotewicz
|
1cd3c83fd1
|
Merge pull request #979 from debris/win_fixes
windows fixes
|
10 years ago |
yann300
|
ae5d53bc78
|
fix indentation issues
|
10 years ago |
CJentzsch
|
26d1798c81
|
safe transaction injection
add diagnostic information output
compile fix
compile fix
|
10 years ago |
debris
|
226c435abf
|
fixed cmake include_directories
|
10 years ago |
CJentzsch
|
3ab33165f4
|
check transactions
|
10 years ago |
debris
|
e15dcfd9d9
|
Merge branch 'develop' into jsoncpp_path
|
10 years ago |
Marek Kotewicz
|
de88a9ac5b
|
printing CMAKE_VERSION in configure step
|
10 years ago |
yann300
|
785cde6492
|
StateDialog.qml / TransactionDialog.qml redesign
TODO: refactor using Style.qml
|
10 years ago |
Marek Kotewicz
|
bbd3eb2db1
|
Merge branch 'develop' into jsoncpp_path
|
10 years ago |
Marek Kotewicz
|
96f1e772d0
|
fixed compile errors when using old version of jsonrpcstub, fixed #1003
|
10 years ago |
Gav Wood
|
1966e57e39
|
Avoid making blocks with invalid timestamps.
|
10 years ago |
winsvega
|
a93b8f06c5
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop
|
10 years ago |
debris
|
5ca7b3209f
|
fixed transitive dependencies for msvc
|
10 years ago |
CJentzsch
|
64e49ecf0e
|
Merge remote-tracking branch 'upstream/develop' into blockTests
Conflicts:
test/transaction.cpp
|
10 years ago |
yann300
|
662e548c43
|
Merge remote-tracking branch 'up/develop' into ui_improvement2
Conflicts:
mix/qml/qmldir
mix/res.qrc
|
10 years ago |
yann300
|
6e5b352dc0
|
- Add SourceSansPro*.qml
- Ui changes on state/transaction dialog
|
10 years ago |
Marek Kotewicz
|
1745f1eb53
|
Merge pull request #1010 from LefterisJP/fixJsonrpcstubCmake
Fix Jsonrpcstub search
|
10 years ago |
Lefteris Karapetsas
|
f36b043f9f
|
We should search for jsonrpcstub headless or not
|
10 years ago |
Marek Kotewicz
|
99f1476c08
|
Merge pull request #1008 from debris/cmake_command
cmake fixes
|
10 years ago |
Patrick Salami
|
f1acd74f71
|
fixed indentation
|
10 years ago |
Patrick Salami
|
a253a894e7
|
added CLI flag to set number of mining threads
for eth and neth
|
10 years ago |
subtly
|
a153d078bc
|
Prevent infinite sleep on connect. Write settings before shutdown of web3.
|
10 years ago |
Marek Kotewicz
|
dfcebb93e4
|
checking for changes in jsonrpcstub, fixed #1004
|
10 years ago |
subtly
|
572e451bab
|
Added session to hostcapabilityface::peers to ensure it isn't deallocated when shared-ptr to cap is returned. Previously hosts depended on using Session however this could result in an infinite session when hostcapface::peers is processed concurrently (mutexes can make this a likely event). This will be cleaner with better integration of Session and Peer.
|
10 years ago |
CJentzsch
|
7e9b20394d
|
validate block (the not fill tests path)
|
10 years ago |
subtly
|
c60b0099c7
|
update last disconnect for fallback timer after successful connect.
|
10 years ago |
Marek Kotewicz
|
e3368ad364
|
cmake replace with ${CMAKE_COMMAND}, fixed #1006
|
10 years ago |
subtly
|
49d21e9ada
|
add back fallback for retrying when connect peers is 0 and idealpeercount > 0
|
10 years ago |
subtly
|
a406402a4c
|
Fixes for uninit. shared pointers and add const&.
|
10 years ago |
subtly
|
7f93e126af
|
Merge branch 'develop' into p2p
|
10 years ago |
Gav Wood
|
214d2a4b56
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
ea043668b4
|
Test stuff into cpp from header.
Additional debug stuff in cmake.
|
10 years ago |
Gav Wood
|
2734190d4f
|
Merge pull request #1002 from chriseth/fix_units_constexpr
MSVC constexpr fix.
|
10 years ago |
Gav Wood
|
bf30a3fb4c
|
Merge pull request #1001 from debris/configure_file
BuildInfo.sh replaced with cmake script
|
10 years ago |
Gav Wood
|
b9245acaec
|
Merge pull request #1000 from debris/missing_pragma
added missing pragma once
|
10 years ago |
Gav Wood
|
a86f6e993c
|
Merge pull request #916 from winsvega/develop
transaction address length test fix
|
10 years ago |
chriseth
|
0bc5ba0b5b
|
Merge pull request #978 from guanqun/add-exp
add exponent operator
|
10 years ago |
Christian
|
f7867d39b0
|
MSVC constexpr fix.
|
10 years ago |
Arkadiy Paronyan
|
b353921b10
|
Merge pull request #991 from yann300/ui_improvement
Integration with system default font size.
|
10 years ago |
Lu Guanqun
|
1372154ff2
|
small fixes per chris's comments
|
10 years ago |
Lu Guanqun
|
aabc234e45
|
add two more exp tests
|
10 years ago |
Lu Guanqun
|
e85fe2348f
|
add exponent operator
https://www.pivotaltracker.com/n/projects/1189488/stories/83746404
|
10 years ago |