Paweł Bylica
d1f9f0290f
Add option to preload cache
10 years ago
Paweł Bylica
7ce4524ac0
Test execution stats improvements
--stats can have optional values:
--stats=out prints all test timings to standard output,
--stats=<filename> prints all test timings to a file in tab-separated format.
Stats are now kept in vector to allow duplicated values.
10 years ago
Paweł Bylica
bd1e66dd11
Code cleanup
10 years ago
Paweł Bylica
b6c2e9b03c
Merge remote-tracking branch 'upstream/develop' into evmjit
10 years ago
Paweł Bylica
8926a979ed
Select list-burr LLVM instruction scheduler
Workaround for LLVM bug https://llvm.org/bugs/show_bug.cgi?id=22304
in source scheduler.
10 years ago
Paweł Bylica
a86fa46e89
Do not subbalance twice
VM does not need to subbalance a caller. Balance tranfer is taken care on higher level.
10 years ago
Gav Wood
a48ce877d2
Reduce verbosity.
10 years ago
Gav Wood
386627340f
Fixed all around...
10 years ago
Gav Wood
c8f2e34d18
Merge pull request #1390 from Genoil/develop
Win32/MSVC requires ios::binary flag on ofstream to correctly write dag file
10 years ago
Christoph Jentzsch
547bcc974a
Merge pull request #1389 from ethereum/revertbalancexfer
Revert balance transfer on exception.
10 years ago
Jan Willem Penterman
43e9fa3afd
Win32/MSVC requires ios::binary flag on ofstream to correctly write dag file
10 years ago
Gav Wood
210278dc82
Protocol bump.
10 years ago
Gav Wood
ee30875596
Merge pull request #1382 from CJentzsch/addTests
Add tests
10 years ago
Gav Wood
f3d4351dbf
Make value transfers symmetric.
10 years ago
Gav Wood
59b676b42b
Avoid confusing Gustav.
10 years ago
Gav Wood
19d09366b0
Avoid confusing Gustav.
10 years ago
Gav Wood
029b94a6ca
Revert balance transfer on exception.
10 years ago
CJentzsch
e892d9d426
style
10 years ago
Gav Wood
e904462675
Remove numberOf.
10 years ago
Gav Wood
22b45721d8
Better NodeTable error detection.
10 years ago
Gav Wood
b768d08dc9
Merge pull request #1379 from ethereum/p2p
Bug fix. Add destination node to expected discovery ping (instead of host endpoint)
10 years ago
subtly
c63b38e362
fix test typo
10 years ago
subtly
887cdf4bfb
gracefully handle old pingnode packet
10 years ago
CJentzsch
826ebd2a34
refine bcJS_API_TestFiller.json
10 years ago
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
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
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