CJentzsch
|
d590e93c42
|
try to have a uncle with block number = 1
|
2015-03-06 12:19:45 +01:00 |
|
CJentzsch
|
3dad75faf5
|
merge
|
2015-03-06 12:19:45 +01:00 |
|
CJentzsch
|
5236bdfd45
|
add secure trie tests
|
2015-03-06 12:19:45 +01:00 |
|
CJentzsch
|
83479e96e9
|
add uncle tests
|
2015-03-06 12:19:45 +01:00 |
|
CJentzsch
|
5fca4459e3
|
style + add test cases
|
2015-03-06 12:19:45 +01:00 |
|
CJentzsch
|
57350e887a
|
style
|
2015-03-06 12:19:45 +01:00 |
|
CJentzsch
|
308aef908c
|
add first uncle test
|
2015-03-06 12:19:45 +01:00 |
|
CJentzsch
|
651923f5e1
|
update blockchain test filler to new min diff and min gasLimit
|
2015-03-06 12:19:45 +01:00 |
|
CJentzsch
|
bbb50b1c56
|
add uncle header feature for fillers
|
2015-03-06 12:19:45 +01:00 |
|
CJentzsch
|
a18c9c0878
|
add quadratic complexity tests
|
2015-03-06 12:19:45 +01:00 |
|
Gav Wood
|
0bc671893a
|
For Marek :)
BlockChain::transaction(h256 _transactionHash)
BlockChain::transactionHashes(h256 _blockHash)
|
2015-03-06 12:19:45 +01:00 |
|
Gav Wood
|
5ca061511a
|
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-06 12:19:45 +01:00 |
|
winsvega
|
2accc4e61a
|
VMTest Fillers
execution gas amount changed
|
2015-03-06 12:19:45 +01:00 |
|
CJentzsch
|
d216143329
|
merge
|
2015-03-06 12:19:45 +01:00 |
|
Gav Wood
|
99230a400c
|
Add date/time language to solidity.
|
2015-03-06 12:19:44 +01:00 |
|
winsvega
|
c46ab59cf8
|
Gas Fee Test Changes (1)
State Tests
|
2015-03-06 12:19:44 +01:00 |
|
CJentzsch
|
63723018bf
|
update block tests to latest changes PoW changes
|
2015-03-06 12:19:44 +01:00 |
|
winsvega
|
a80c12e812
|
Transaction Test Fillers POC9
gas fees increased, most tests are incorrect now
need to review (wip)
|
2015-03-06 12:19:44 +01:00 |
|
CJentzsch
|
fb81df79d1
|
more block tests + bugfix for longer chains
|
2015-03-06 12:19:44 +01:00 |
|
CJentzsch
|
784e841028
|
blockchain tests
Conflicts:
test/block.cpp
|
2015-03-06 12:19:44 +01:00 |
|
Gav Wood
|
d8da0f06f5
|
New Proof-of-Work.
|
2015-03-06 12:19:44 +01:00 |
|
CJentzsch
|
58b82aef3e
|
remove genesis state from state tests
Conflicts:
test/state.cpp
|
2015-03-06 12:19:44 +01:00 |
|
Gav Wood
|
ac0379ba0f
|
state rebase.
|
2015-03-06 12:19:44 +01:00 |
|
Gav Wood
|
b41d36e94a
|
Update precompiled stuff.
Add extra tests for secure trie.
|
2015-03-06 12:19:44 +01:00 |
|
CJentzsch
|
e2905887ef
|
add memory tests
|
2015-03-06 12:19:44 +01:00 |
|
CJentzsch
|
d680b6f35f
|
only check rootHash of state if FATDB is off
|
2015-03-06 12:19:44 +01:00 |
|
Gav Wood
|
81107d5932
|
State integration test.
Fixes to the FatTrie.
|
2015-03-06 12:19:44 +01:00 |
|
Gav Wood
|
05d27c0c01
|
Update precompiled stuff.
Add extra tests for secure trie.
|
2015-03-06 12:19:43 +01:00 |
|
CJentzsch
|
39916e99cc
|
add memory tests
|
2015-03-06 12:19:43 +01:00 |
|
CJentzsch
|
e043f63819
|
only check rootHash of state if FATDB is off
|
2015-03-06 12:19:43 +01:00 |
|
Gav Wood
|
3359c6a788
|
Fix FakeExtVM.
|
2015-03-06 12:19:43 +01:00 |
|
Gav Wood
|
25c1498b04
|
State integration test.
Fixes to the FatTrie.
|
2015-03-06 12:19:43 +01:00 |
|
Gav Wood
|
6da03561d7
|
Fat Trie and tests for it.
|
2015-03-06 12:19:43 +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
|
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 |
|