Commit Graph

1655 Commits

Author SHA1 Message Date
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
Gav Wood
025309f9f5 Merge pull request #1223 from CJentzsch/POC9tests
uncle header tests
2015-03-06 11:54:27 +01:00
CJentzsch
924c0fa50b fix 2015-03-06 09:16:11 +01:00
CJentzsch
55263da344 try to have a uncle with block number = 1 2015-03-06 09:14:45 +01:00
subtly
1e91b7d1de separate packet type. add coding. 2015-03-06 07:08:34 +01:00
CJentzsch
7254b96fd7 merge 2015-03-06 01:14:02 +01:00
CJentzsch
08cfe5b462 add secure trie tests 2015-03-06 01:14:02 +01:00
CJentzsch
9f56044aaa Merge remote-tracking branch 'upstream/poc9trie' into POC9tests 2015-03-06 00:53:12 +01:00
CJentzsch
51daff8f9c add uncle tests 2015-03-06 00:52:49 +01:00
CJentzsch
827b5cbc67 style + add test cases 2015-03-06 00:52:32 +01:00
CJentzsch
96d6748999 style 2015-03-06 00:19:48 +01:00
CJentzsch
fa1be59d49 add first uncle test 2015-03-06 00:16:17 +01:00
CJentzsch
7208cd909b update blockchain test filler to new min diff and min gasLimit 2015-03-06 00:14:42 +01:00
CJentzsch
2557ab24fb add uncle header feature for fillers 2015-03-06 00:12:51 +01:00
CJentzsch
c48082cebd add quadratic complexity tests 2015-03-06 00:11:24 +01:00
subtly
517a77f9b4 test header macs 2015-03-05 23:27:31 +01:00
Marek Kotewicz
dcbd78735b shh_changed -> shh_getFilterChanges 2015-03-05 20:32:18 +01:00
Gav Wood
74aad12529 For Marek :)
BlockChain::transaction(h256 _transactionHash)
BlockChain::transactionHashes(h256 _blockHash)
2015-03-05 15:58:20 +01:00
Christian
2f91e1f9b5 Index access for calldata arrays. 2015-03-05 13:19:59 +01:00
Marek Kotewicz
4e115bc671 eth_getBlock returns also transactions 2015-03-05 12:19:16 +01:00
Gav Wood
7e11889b31 Merge pull request #1210 from winsvega/poc9trie
VMTest Fillers
2015-03-05 11:26:01 +01:00
Marek Kotewicz
4aaa414a83 jsonrpc api changes in progress6, almost finished 2015-03-05 11:16:54 +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
Marek Kotewicz
46d40d399d jsonrpc api changes in progress5 2015-03-05 10:12:01 +01:00
subtly
c49a2e6fd9 Merge branch 'develop' into p2p
Conflicts:
	libp2p/Host.cpp
	libp2p/Host.h
2015-03-05 04:06:51 +01:00
subtly
5d8e800324 authenticated capability (hello) and handshake authentication 2015-03-05 03:07:14 +01:00
Marek Kotewicz
bbe0e15208 jsonrpc api changes in progress4 2015-03-05 02:02:42 +01:00
Marek Kotewicz
d3e65ba8a4 jsonrpc api changes in progress3 2015-03-05 01:34:02 +01:00
Marek Kotewicz
13d14289d8 jsonrpc api changes in progress2 2015-03-05 01:14:31 +01:00