chriseth
fd961605b4
Optimizing various single operations.
10 years ago
subtly
015c1681fb
adopt node IP address from udp header when ping.ipAddress isn't public
10 years ago
Liana Husikyan
8b14b4f4d1
two more tests
style fixes
10 years ago
CJentzsch
8b1d29d516
add failing tx test for go
10 years ago
subtly
58cb54bd49
correct net/test for ping packet
10 years ago
Marek Kotewicz
bd1f719c0f
fixes for test/TestUtils.h
10 years ago
Gav Wood
d71bec193f
Clean up some code redundancy.
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Lefteris Karapetsas
742002b05a
Parsing of not fully implemented functions
- Adding the possibility of omitting a function body by simply ending a
function definition with a semicolon
- Such a function is marked as not fully implemented and any contract
that contains such a function is considered a not fully implemented contract
10 years ago
Liana Husikyan
f3e8d2b7e9
tests for external types
10 years ago
Liana Husikyan
ba8d0f615c
renamed externalTypes to externalSignature
10 years ago
Liana Husikyan
0ca313ec85
renamed getCanonicalSignature
added externalTypes instead of types for interface functions
added simple test
todo
testing
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
Marek Kotewicz
169ac0d4d0
ClientBase tests
10 years ago
chriseth
e8463940d6
Code generation part 2.
10 years ago
winsvega
4a436715cf
Exceptions
10 years ago
CJentzsch
e892d9d426
style
10 years ago
winsvega
237b6da0ca
Transaction Data Must Be Array
+libsecp256k1test
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
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
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
Gav Wood
e01002bef9
Fix signed/unsigned mismatch.
10 years ago
subtly
7445f9020e
Merge host and nodetable network protocol version.
10 years ago
subtly
14c2e4cab8
fix net/ unit tests for nodetable updates
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
CJentzsch
64922cb150
max stack limit test
10 years ago
Gav Wood
7b6710ac5b
Minor rename.
Report errors properly.
10 years ago
winsvega
642a8c9fea
Arithmetic Tests
More Tests
10 years ago
winsvega
a180a5b339
SDIV
YP p.22 Test Case
10 years ago
Gav Wood
750e1e195c
Diagnostics to try to track down the mining issues.
10 years ago
Lefteris Karapetsas
67ef8d1aea
Reorganizing conversion EndToEndTests
- Adding/Renaming tests so that we have one for each of the following:
* FixedBytes to Uint all sizes
* FixedBytes to FixedBytes all sizes
* Uint to FixedBytes all sizes
- Grouped them together location-wise to make more sense
10 years ago
winsvega
49107da7f4
BlokTests
InvalidBlockRLP
10 years ago
CJentzsch
7d6a0f4d84
less magic
10 years ago
chriseth
79fb35fd69
Exception-throwing assert.
10 years ago
CJentzsch
5fa9d9b718
update gasLimits
10 years ago
CJentzsch
2a7d4f918f
improve sampling in fuzz testing
10 years ago
Gav Wood
1619d230c3
Extensive pathway for reporting transaction execution results.
10 years ago
Gav Wood
32a6cf22a5
Rename transact -> submitTransaction (reflecting aynch nature).
10 years ago
Lefteris Karapetsas
7eb9aa3466
Explicit conversion between bytes and int of any size
- Allowing aforementioned conversion and adding tests for it
10 years ago
chriseth
523ce4d178
Disallowed special case of bytes0 arrays.
10 years ago
chriseth
85505d45c0
Packing for arrays.
10 years ago
Liana Husikyan
3e0f3fd514
added test to check anonymous events with user specified topics
added initial value for m_anonymous of EventDefinition
10 years ago