subtly
2d3507a9ef
Merge branch 'develop' into p2p
10 years ago
subtly
74335368ff
add version to packet payload
10 years ago
CJentzsch
c2c37ad520
Merge remote-tracking branch 'upstream/develop' into addTests
10 years ago
CJentzsch
bbd6330f04
test for in-chain-uncles and uncles with gen 0
10 years ago
CJentzsch
6ef089b158
check overflow for v value in transacition test
10 years ago
CJentzsch
9c307fdbcf
add possibility to have in-chain uncles as tests
10 years ago
CJentzsch
e39ad0d307
gas overflow
10 years ago
yann300
e11d04a79e
Fix visible/hidden 'Step Out Back' and 'Run Forward' buttons.
10 years ago
yann300
7c34bac9db
Ensure line nb and column nb are set.
10 years ago
Lefteris Karapetsas
a00c76944e
Removing string as a token.
- The string keyword is reserved for future use but should not be a
token in the code since it can cause trigger internal compiler
assertions.
- fixes #1384
10 years ago
yann300
8bce052537
Do not hightlight the whole document when debugging.
10 years ago
Gav Wood
4d7cb406d6
Stricter RLP.
10 years ago
CJentzsch
2c90ac7261
bug fix
10 years ago
CJentzsch
09c48343d0
memory stress test for memory opdcodes - dejavu issue 28
10 years ago
yann300
a3e2f52b6d
merge from develop
10 years ago
CJentzsch
3b0179e4cd
stack limit tests
10 years ago
CJentzsch
fb4113ee3b
Merge remote-tracking branch 'upstream/develop' into addTests
10 years ago
subtly
5c5c01a6e9
fix public-key discovery ping
10 years ago
subtly
a870dd156b
Merge branch 'develop' into p2p
10 years ago
subtly
f64bf8f17a
Bug fix. Add destination node to expected discovery ping instead of ourselves.
10 years ago
Gav Wood
e01002bef9
Fix signed/unsigned mismatch.
10 years ago
Gav Wood
84468af871
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
7738cb7d4f
Vastly cleaner Transact dialog code & mechanisms. Works better for lower
balances.
10 years ago
Gav Wood
db418d7edc
Merge pull request #1371 from caktux/develop
apply fix for #1250 to neth, take some creds
10 years ago
Gav Wood
ea7b271ce2
Merge pull request #1378 from ethereum/p2p
Update failedAttempts counter for fallback connection. Enforce protocol version and non-empty network address.
10 years ago
subtly
cddb2920a9
namespace eth network-protocol version for implemenations
10 years ago
subtly
6093170990
consistent and explicit use of constant for devp2p protocol version
10 years ago
subtly
7445f9020e
Merge host and nodetable network protocol version.
10 years ago
subtly
221942bc2f
Merge branch 'develop' into p2p
10 years ago
Gav Wood
b78634637b
Transact now prevents executing failing transactions.
10 years ago
subtly
14c2e4cab8
fix net/ unit tests for nodetable updates
10 years ago
Gav Wood
65de6aaa4d
Diagnostics and API cleanup.
10 years ago
subtly
ee7608fe60
NodeTable constructor requires and listens to explicit IP address instead of defaulting to 0.0.0.0 (all addresses).
10 years ago
subtly
8cc7fb94ba
codingstandards
10 years ago
subtly
3e2572e6a2
constant for discovery protocol version
10 years ago
subtly
b8f49b0929
Ignore 0.0.0.0 addresses.
10 years ago
subtly
11c1b13e27
clarify peersAdded log. Increment failedAttempts so fallback timer goes up.
Temporarily exclude private addresses from network-restore. This exclusion will be removed when unit tests are written for local/private/public/failed-pnp scenarios.
10 years ago
subtly
360e2a32bc
update version number for save/restore of nodeTable
10 years ago
Gav Wood
cceedcaa38
Merge pull request #1360 from ethereum/p2p
work in progress
10 years ago
subtly
14568fc839
logging for handshake timeout
10 years ago
subtly
bc0100e48e
Add response timeout to handshake. Update cancel() to prevent race condition.
10 years ago
subtly
f8a8e1f1ac
Merge branch 'develop' into p2p
10 years ago
caktux
387e67ee40
apply fix for #1250 to neth, take some creds
10 years ago
Gav Wood
0ff3080549
AlethZero now uses .ethereum to store its chain.
Fixes #1217 .
10 years ago
Gav Wood
bc345316dc
Don't accept default argument for eth. Fixes #1250 .
Remove pointless exception.
Reduce JS verbosity.
10 years ago
Gav Wood
07c5cc33e1
Fixes #1369
10 years ago
Gav Wood
e57d6ae633
Unify block numbers into BlockNumber type.
Uniformally handle 'latest' & 'pending'.
10 years ago
Gav Wood
73d889e997
Filter niceties.
10 years ago
Gav Wood
1f161895fd
Place ethash cache in a more clearly shared folder.
10 years ago
Gav Wood
793deb8f65
--kill-blockchain option in eth.
Fixes #1367
10 years ago