CJentzsch
20654a1f71
random state test optmization
10 years ago
CJentzsch
38a8a25322
style fix
10 years ago
CJentzsch
77ea8e2fce
remove unneccessary dependencies
10 years ago
CJentzsch
741194a2f5
remove boost test lib macros from check random state test
10 years ago
CJentzsch
0fa604edd8
add check random state test for jit
10 years ago
CJentzsch
7ed7a9a253
create random state tests
10 years ago
chriseth
7009ab6fe8
Fixed indentation.
10 years ago
winsvega
4ec057611a
State Tests
POC9 updates
10 years ago
chriseth
772766194c
Fixed assembly tests.
10 years ago
subtly
55d83c40fa
fix for -warning in cryptopp.cpp. add mutex to host iteration of peers for connect. only try to connect to as many peers as is necessary. update unit test.
10 years ago
winsvega
3cb340bae6
State Transaction Tests
bonus gas at call with value transfer
10 years ago
winsvega
667af3a136
State Init And Transaction Tests
fixed to poc9
10 years ago
CJentzsch
64e956f6eb
style
10 years ago
CJentzsch
8a6025ed8a
blockchain tests fixes
10 years ago
chriseth
4f852f473e
Global variable "now" (alias for block.timestamp).
10 years ago
subtly
7d1de2b402
replace go counter logic. remove dead test code.
10 years ago
subtly
3292c58599
bugfix and doc clarification. fix test.
10 years ago
CJentzsch
d44f09c9ec
add input limit tests
10 years ago
Marek Kotewicz
b76622494e
fixed natspec evaluation
10 years ago
Marek Kotewicz
dc97c3d3ad
Squashed 'libnatspec/natspecjs/' content from commit 4f31ed9
git-subtree-dir: libnatspec/natspecjs
git-subtree-split: 4f31ed9698be96c347ea769b8b7e77a9507fb615
10 years ago
Lefteris Karapetsas
051fc0e772
style fixes in TestHelper.h
10 years ago
Lefteris Karapetsas
11bcdb2a73
Improving ETH_TEST() exceptions
- Properly printing fail check/require message same way as BOOST
implementation does
- Also add a Test Pass Checkpoint call to be sure the last checkpoint is
reported properly
- Catch any sort of exception in the no throw
10 years ago
subtly
d78da4ca8f
coding standards
10 years ago
subtly
6b5c3acf26
fix kdf test
10 years ago
CJentzsch
d430ac7bef
adjust gas prices for arithmetic tests
10 years ago
Gav Wood
640f688b45
Gas pricing infrastructure and a couple of pricing mechanisms.
10 years ago
CJentzsch
8ce4e37016
add suiciderefund tests
10 years ago
Gav Wood
717c9c06df
Avoid checking for difficulty when doing PoW test.
10 years ago
winsvega
bab10378b4
vmTests
Arithmetic gas increased
10 years ago
chriseth
5c7b7445ad
Typo
10 years ago
Lefteris Karapetsas
5ec74209fa
Style fixes and better exception message format
10 years ago
Lefteris Karapetsas
557af1e691
Adding ETH_TEST macros to ABI and EndToEndTests
10 years ago
Lefteris Karapetsas
f94648fbb2
NameAndtypeResolution tests use ETH_TEST macros
10 years ago
Lefteris Karapetsas
cc653ffbbb
Move ETH_TEST() Macros to TestHelper.h
- Also use them in Solidity Parser
10 years ago
Lefteris Karapetsas
dcedef4a40
Extracting ETH_TEST_REQUIRE_NO_THROW() from my other PR
10 years ago
chriseth
77b9fdcfbc
Fix type checks for storage variable initializer.
10 years ago
chriseth
8103fcbf98
Fix for arrays containing mappings.
10 years ago
chriseth
9ae0d30dbc
Copying between calldata and storage.
10 years ago
CJentzsch
4d298812da
fix
10 years ago
CJentzsch
2359185a25
try to have a uncle with block number = 1
10 years ago
CJentzsch
ee5a1f3288
merge
10 years ago
CJentzsch
8877a1834f
add secure trie tests
10 years ago
CJentzsch
fa9814d6f2
add uncle tests
10 years ago
CJentzsch
28d5850df5
style + add test cases
10 years ago
CJentzsch
036a3d16f6
style
10 years ago
CJentzsch
92aa96f73e
add first uncle test
10 years ago
CJentzsch
524070c156
update blockchain test filler to new min diff and min gasLimit
10 years ago
CJentzsch
040f864359
add uncle header feature for fillers
10 years ago
CJentzsch
59ba467f86
add quadratic complexity tests
10 years ago
Gav Wood
e241db70a8
For Marek :)
BlockChain::transaction(h256 _transactionHash)
BlockChain::transactionHashes(h256 _blockHash)
10 years ago