Gav Wood
9711914117
Merge branch 'balance-address-secret' of https://github.com/caktux/cpp-ethereum into caktux-balance-address-secret
Conflicts:
eth/main.cpp
11 years ago
Gav Wood
06af9a8dbc
Merge branch 'master' of github.com:ethereum/cpp-ethereum
11 years ago
Gav Wood
660fe8a0d4
Language.
11 years ago
Gav Wood
5b34345464
Merge pull request #37 from danielhams/peerportfixes
Peer Address And Port Fixes
11 years ago
Gav Wood
71527deee9
Help and version and setting client name.
11 years ago
Daniel Hams
b7fa15dfae
Peer listen port is mandatory in the hello so remove an unnecessary test.
11 years ago
Vincent Gariepy
d932e65050
Use endl instead of \n
11 years ago
Daniel Hams
f91609e247
Populate the peer address and port appropriately during the session creation time.
In addition, this patch will check both outgoing and incoming peers to determine
if they are in the V4 private address range and skip them.
Peer sessions that do not set a listen port are not propagated via the GetPeers functionality.
11 years ago
Gav Wood
0130003550
Bump version.
11 years ago
Gav Wood
8c5dbd2403
BMore accurate system description.
11 years ago
Gav Wood
d9520726ae
Minor Windows fix.
11 years ago
Gav Wood
1abbb43f83
CMake build fixes.
11 years ago
Gav Wood
2c30ea7e89
Merge branch 'master' of github.com:ethereum/cpp-ethereum
11 years ago
Gav Wood
b16c1b2e09
Merge pull request #39 from CodeShark/cmake_merge
cmake can now build to linux and windows. Use -DTARGET_PLATFORM=<linux|w64>
11 years ago
Gav Wood
995e935311
Fixes for spurious unknown parent blocks.
11 years ago
Eric Lombrozo
6907a75623
cmake can now build to linux and windows. Use -DTARGET_PLATFORM=<linux|w64>
11 years ago
Vincent Gariepy
b7c567f57d
Add balance, address and secret commands in CLI client
11 years ago
Gav Wood
d4c166e55e
Minor GUI fix.
11 years ago
Gav Wood
ca6383c19e
Version bump
11 years ago
Gav Wood
5399507230
UI statefulness.
11 years ago
subtly
753906c9cc
osx cmake. fix qt5 include path.
11 years ago
subtly
9b4ba633af
Merge branch 'upstream'
11 years ago
subtly
b4a52cd0f5
codesigning, not used. ffr.
11 years ago
subtly
844532a93a
bundle template required for retina display support
11 years ago
subtly
2b42b6d4cc
cmake+osx. use /usr/local/opt instead of Cellar, as that seems to be the right place for homebrew kegonly packages. attempt to use build-type for referencing directory.
11 years ago
Gav Wood
e5c059bc3c
Mining issue.
11 years ago
Gav Wood
c09fd11a2c
Better diagnostics.
Mining bug fix.
11 years ago
Gav Wood
21ef9b8561
Protocol version 3.
11 years ago
Gav Wood
455f0436d3
Uncles verification bug fix.
11 years ago
Gav Wood
1c91de2f71
RLP format fix.
11 years ago
Gav Wood
b1d053e0cc
Fix for transactions.
11 years ago
Gav Wood
da406a5568
Minor text change.
11 years ago
Gav Wood
1cf49d2a1a
Reduce default log level.
11 years ago
Gav Wood
03c70793a1
More UI power.
11 years ago
Gav Wood
e992756d2e
Bump protocol version.
11 years ago
Gav Wood
323fed6820
Minor README fix.
11 years ago
Gav Wood
50226ad8fa
Fixes #21 .
11 years ago
Gav Wood
0d603270cc
Merge branch 'master' of github.com:ethereum/cpp-ethereum
11 years ago
Gav Wood
b7ab00a798
Peers have IDs to solve duplicate peers issue.
No post-mine state visible in advance.
Additional parts of protocol no longer optional.
Protocol version bump.
Various GUI improvements.
Better (more dynamic) and more correct handling of fee structure.
11 years ago
subtly
32ee0e5874
cmake updates fox osx. still not building (need qt plugin)
11 years ago
Gav Wood
0191d8ac09
Merge pull request #33 from kbillings/license-spelling
Fix inconsistencies with the spelling of license
11 years ago
subtly
139b72a1a0
initial osx app bundle
11 years ago
Kyle Billings
ee6828f607
Fix inconsistencies with the spelling of license
11 years ago
Gav Wood
4fde0bd991
Better version strings.
11 years ago
Gav Wood
43fdbc955c
Remove unneeded .pro file.
11 years ago
Gav Wood
499d8595fe
Merge branch 'fixes' of https://github.com/CodeShark/cpp-ethereum into CodeShark-fixes
Conflicts:
eth/main.cpp
libethereum/Client.cpp
libethereum/PeerNetwork.cpp
test/peer.cpp
11 years ago
Gav Wood
5736e7e15c
usleep moved to std impl.
11 years ago
Eric Lombrozo
923553dfa9
Replace usleep() and random()
11 years ago
Eric Lombrozo
4df5098d94
Filesystem.cpp needs Common.h
11 years ago
Gav Wood
673bac9a25
Merge pull request #30 from subtly/master
updates for macos cmake build and threading
11 years ago