Commit Graph

1428 Commits

Author SHA1 Message Date
Gav Wood
7e11889b31 Merge pull request #1210 from winsvega/poc9trie
VMTest Fillers
2015-03-05 11:26:01 +01:00
Gav Wood
66e6fb6d2a Bunch of repotting/curating.
[10:59:28] Vitalik Buterin: block.parent.gas_limit * 1023 / 1024 <=
block.gas_limit <= block.parent.gas_limit * 1025/1024
2015-03-05 11:09:34 +01:00
winsvega
fb0fac191b VMTest Fillers
execution gas amount changed
2015-03-05 12:48:30 +03:00
Gav Wood
6a64f2564b Merge pull request #1203 from winsvega/poc9trie
Transaction Test Fillers POC9
2015-03-04 22:46:08 +01:00
CJentzsch
93fd580b94 merge 2015-03-04 21:32:26 +01:00
Gav Wood
ec3384a23f Add date/time language to solidity. 2015-03-04 17:35:23 +01:00
winsvega
5d0567bfe6 Gas Fee Test Changes (1)
State Tests
2015-03-04 19:01:37 +03:00
CJentzsch
4d0695c3af update block tests to latest changes PoW changes 2015-03-04 14:54:13 +01:00
winsvega
3b87ce2488 Transaction Test Fillers POC9
gas fees increased, most tests are incorrect now
need to review (wip)
2015-03-04 16:01:13 +03:00
CJentzsch
18779ba942 more block tests + bugfix for longer chains 2015-03-04 12:04:25 +01:00
CJentzsch
6563c2fca2 blockchain tests
Conflicts:
	test/block.cpp
2015-03-04 12:04:15 +01:00
Gav Wood
ebd7ac43e0 Merge pull request #1195 from CJentzsch/POC9tests
remove genesis state from state tests
2015-03-04 11:58:57 +01:00
Gav Wood
366b9e8b71 New Proof-of-Work. 2015-03-04 11:55:22 +01:00
CJentzsch
a35c9d8e35 remove genesis state from state tests
Conflicts:
	test/state.cpp
2015-03-03 17:36:09 +01:00
Gav Wood
14067cb7ed Merge branch 'poc9trie' of github.com:ethereum/cpp-ethereum into poc9trie
Conflicts:
	libethereum/Client.cpp
	test/state.cpp
2015-03-03 17:21:37 +01:00
Gav Wood
858203ecb7 state rebase. 2015-03-03 17:12:27 +01:00
Gav Wood
731543e21c Update precompiled stuff.
Add extra tests for secure trie.
2015-03-03 17:08:35 +01:00
CJentzsch
b3de3493bf add memory tests 2015-03-03 17:08:35 +01:00
CJentzsch
2b3cbabef9 only check rootHash of state if FATDB is off 2015-03-03 17:05:53 +01:00
Gav Wood
c416c8873b Fix FakeExtVM. 2015-03-03 17:05:53 +01:00
Gav Wood
ac1b7fde0e State integration test.
Fixes to the FatTrie.
2015-03-03 17:04:34 +01:00
Gav Wood
aa3f5f8c2d Fat Trie and tests for it. 2015-03-03 17:04:33 +01:00
Gav Wood
3f45ed8c38 Update precompiled stuff.
Add extra tests for secure trie.
2015-03-03 13:00:09 +01:00
CJentzsch
deee7322b1 add memory tests 2015-03-02 21:19:36 +01:00
CJentzsch
8e46c888eb only check rootHash of state if FATDB is off 2015-03-02 20:45:42 +01:00
Gav Wood
28dbaf3478 Fix FakeExtVM. 2015-03-02 19:54:16 +01:00
Liana Husikyan
88ecc27c2b Implemented passing arguments to the base constructor. 2015-03-02 14:28:08 +01:00
chriseth
d0e535d014 Merge pull request #1146 from LefterisJP/sol_fixBaseClassAccessors
Sol fix accessing public variable of base class
2015-03-02 12:59:12 +01:00
chriseth
1ec4deff01 Merge pull request #1157 from chriseth/sol_arrayShortening
Copying arrays and shortening of dynamic arrays.
2015-03-02 12:51:58 +01:00
Lefteris Karapetsas
447320a91d getInheritableMembers() does not look at BaseContracts
- Also adding tests for improper accessing members of other contracts.
2015-03-02 11:51:13 +01:00
Lefteris Karapetsas
03bc87031e VisibleInDerivedContracts() is now virtual()
- Plus an extra test for internal visibility in a base class variable
2015-03-02 11:51:13 +01:00
Lefteris Karapetsas
285a376248 Add structs to inheritable members 2015-03-02 11:51:13 +01:00
Lefteris Karapetsas
41f9399a32 Adding test for base class statevar accessors 2015-03-02 11:51:13 +01:00
Gav Wood
134ba7f880 State integration test.
Fixes to the FatTrie.
2015-03-01 22:54:05 +01:00
Gav Wood
aa33958d88 Fat Trie and tests for it. 2015-03-01 17:47:27 +01:00
Gav Wood
54c8e8be9c Merge pull request #1160 from CJentzsch/addTests
Add tests
2015-03-01 12:37:09 +01:00
Lu Guanqun
d00bad94d7 add several var related test cases 2015-03-01 11:43:42 +08:00
CJentzsch
bb88fdbd7b move extrem memory test to stMemoryStressTest.json 2015-02-28 22:04:43 +01:00
CJentzsch
bf9564bf85 more memmory hard quadratic complexity tests 2015-02-28 20:49:09 +01:00
Christian
e7c4d73cc6 Array copy storage to storage. 2015-02-27 22:52:19 +01:00
Christian
e42183f2ff Type checks for array assignment. 2015-02-27 22:52:19 +01:00
Christian
dca1303397 Shortening of dynamic arrays. 2015-02-27 22:52:19 +01:00
CJentzsch
6561db14e3 more jump tests 2015-02-27 14:17:00 +01:00
CJentzsch
41317c0992 add more addmod mulmod overflow tests 2015-02-27 13:28:22 +01:00
CJentzsch
d89aaeb982 A calls B to refund 2015-02-27 12:52:52 +01:00
Gav Wood
157f93898a Merge pull request #1149 from winsvega/develop
More Transaction Tests
2015-02-26 18:38:02 +01:00
CJentzsch
dfe567f20c more calldatacopy return tests (for Pawel) 2015-02-26 17:31:19 +01:00
winsvega
567c4cd942 Test Helper
style changes
2015-02-26 19:02:56 +03:00
winsvega
5d881b555d More Transaction Tests
Some tests to check YP statements
2015-02-26 18:51:06 +03:00
CJentzsch
4b4de350df Merge branch 'memTests' into addTests 2015-02-26 15:43:00 +01:00