Commit Graph

1624 Commits

Author SHA1 Message Date
Gav Wood
7a769c4a00 Merge pull request #1282 from winsvega/develop
State Tests
2015-03-11 16:30:03 +00:00
Gav Wood
59da6057a0 Merge pull request #1276 from ethereum/p2p
p2p: fixes
2015-03-11 16:29:15 +00:00
chriseth
b1852e2d12 Fixed indentation. 2015-03-11 16:31:56 +01:00
winsvega
1fef77a968 State Tests
POC9 updates
2015-03-11 18:22:11 +03:00
chriseth
a969203947 Fixed assembly tests. 2015-03-11 15:59:02 +01:00
subtly
a1a4a62e30 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. 2015-03-11 14:36:08 +01:00
Gav Wood
9db703b5b1 Merge pull request #1264 from winsvega/poc9trie
State Init And State Transaction Tests
2015-03-11 09:01:40 +00:00
Gav Wood
1ebccac6d0 Merge pull request #1086 from ethereum/p2p
p2p: rlpx transport
2015-03-11 09:00:36 +00:00
winsvega
0602a04917 State Transaction Tests
bonus gas at call with value transfer
2015-03-10 23:22:33 +03:00
winsvega
23400e99eb State Init And Transaction Tests
fixed to poc9
2015-03-10 23:22:33 +03:00
Gav Wood
e9db858cca Merge pull request #1247 from CJentzsch/addInputLimitTests
add input limit tests
2015-03-10 19:08:21 +00:00
Gav Wood
bf01fe7804 Merge pull request #1246 from debris/natspec_subtree
natspec.js subtree
2015-03-10 18:48:41 +00:00
CJentzsch
0b6b99cf16 style 2015-03-10 17:51:08 +01:00
CJentzsch
f0a216943f blockchain tests fixes 2015-03-10 17:51:08 +01:00
Gav Wood
2026871882 Merge pull request #1236 from CJentzsch/suicideRefundTests
add suicide refund tests
2015-03-10 16:02:41 +00:00
subtly
9f70d7ba11 Merge branch 'develop' into p2p 2015-03-10 15:37:52 +01:00
chriseth
0fcd2212d4 Global variable "now" (alias for block.timestamp). 2015-03-09 19:22:43 +01:00
subtly
ac6431e088 replace go counter logic. remove dead test code. 2015-03-09 19:06:01 +01:00
subtly
f4ac58583b Merge branch 'develop' into p2p 2015-03-09 19:03:58 +01:00
subtly
1c53a9107c bugfix and doc clarification. fix test. 2015-03-09 18:14:49 +01:00
CJentzsch
a013420397 add input limit tests 2015-03-09 16:44:23 +01:00
Marek Kotewicz
c260cb235b fixed natspec evaluation 2015-03-09 15:22:07 +01:00
Marek Kotewicz
76309bfc0b Merge commit 'dc97c3d3ad736d79aeeb82baae6aa45015620846' as 'libnatspec/natspecjs' 2015-03-09 14:22:29 +01:00
Marek Kotewicz
8088d19373 Squashed 'libnatspec/natspecjs/' content from commit 4f31ed9
git-subtree-dir: libnatspec/natspecjs
git-subtree-split: 4f31ed9698be96c347ea769b8b7e77a9507fb615
2015-03-09 14:22:29 +01:00
Lefteris Karapetsas
d586a88f3c style fixes in TestHelper.h 2015-03-09 13:06:16 +01:00
Lefteris Karapetsas
3efbe46a49 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
2015-03-09 12:27:30 +01:00
CJentzsch
b5c78387c0 Merge remote-tracking branch 'upstream/develop' into suicideRefundTests
Conflicts:
	test/stTransactionTestFiller.json
	test/vmArithmeticTestFiller.json
2015-03-09 10:43:08 +01:00
subtly
f93734535f Merge branch 'develop' into p2p 2015-03-08 19:13:02 +01:00
Gav Wood
52e9a85d62 Merge pull request #1235 from winsvega/poc9trie
vmTests
2015-03-08 14:51:03 +01:00
subtly
ee02d25453 coding standards 2015-03-08 13:48:49 +01:00
subtly
587e544063 fix kdf test 2015-03-08 13:45:23 +01:00
CJentzsch
2dfb5eb3f2 adjust gas prices for arithmetic tests 2015-03-07 23:52:26 +01:00
subtly
845053da19 Merge branch 'develop' into p2p 2015-03-07 22:47:53 +01:00
CJentzsch
8172e11f1a Merge remote-tracking branch 'upstream/develop' into suicideRefundTests 2015-03-07 22:33:03 +01:00
subtly
c46b429993 Merge branch 'develop' into p2p 2015-03-07 18:35:59 +01:00
Gav Wood
a2ca8cefb7 Gas pricing infrastructure and a couple of pricing mechanisms. 2015-03-07 16:43:05 +01:00
CJentzsch
db9e0e7b31 add suiciderefund tests 2015-03-07 14:18:22 +01:00
Gav Wood
986fdb9d5f Avoid checking for difficulty when doing PoW test. 2015-03-06 22:53:49 +01:00
winsvega
65c82ecde2 vmTests
Arithmetic gas increased
2015-03-06 22:51:56 +03:00
chriseth
0f6224a70f Merge pull request #1228 from LefterisJP/eth_TestNoThrowInfo
Test macros for printing Exception information
2015-03-06 16:25:58 +01:00
chriseth
ce29adc29f Merge pull request #1222 from chriseth/sol_copyFromCalldata
Copying between calldata and storage.
2015-03-06 15:42:49 +01:00
chriseth
2650703ece Typo 2015-03-06 15:40:02 +01:00
Lefteris Karapetsas
e2c01948f4 Style fixes and better exception message format 2015-03-06 14:40:46 +01:00
Lefteris Karapetsas
4534ff8792 Adding ETH_TEST macros to ABI and EndToEndTests 2015-03-06 14:37:20 +01:00
Lefteris Karapetsas
4cd659c51d NameAndtypeResolution tests use ETH_TEST macros 2015-03-06 14:37:20 +01:00
Lefteris Karapetsas
79bbe1e5d8 Move ETH_TEST() Macros to TestHelper.h
- Also use them in Solidity Parser
2015-03-06 14:37:20 +01:00
Lefteris Karapetsas
10c666fb52 Extracting ETH_TEST_REQUIRE_NO_THROW() from my other PR 2015-03-06 14:37:20 +01:00
chriseth
1234526c93 Fix type checks for storage variable initializer. 2015-03-06 13:47:32 +01:00
Gav Wood
1308d62308 Merge branch 'poc9trie' of github.com:ethereum/cpp-ethereum into poc9trie
Conflicts:
	libethcore/BlockInfo.cpp
	libethcore/Exceptions.cpp
	libethcore/Exceptions.h
2015-03-06 13:28:37 +01:00
chriseth
e6c778e740 Fix for arrays containing mappings. 2015-03-06 13:17:52 +01:00