CJentzsch
|
182cc1fc41
|
remove genesis state from state tests
Conflicts:
test/state.cpp
|
10 years ago |
Gav Wood
|
36b8a2788d
|
state rebase.
|
10 years ago |
Gav Wood
|
72b269cb40
|
Update precompiled stuff.
Add extra tests for secure trie.
|
10 years ago |
CJentzsch
|
ecc6d2dd21
|
add memory tests
|
10 years ago |
CJentzsch
|
8917d43fd4
|
only check rootHash of state if FATDB is off
|
10 years ago |
Gav Wood
|
72fb51d63e
|
State integration test.
Fixes to the FatTrie.
|
10 years ago |
Gav Wood
|
5256c22848
|
Update precompiled stuff.
Add extra tests for secure trie.
|
10 years ago |
CJentzsch
|
9a2d9684e3
|
add memory tests
|
10 years ago |
CJentzsch
|
9bed576fe8
|
only check rootHash of state if FATDB is off
|
10 years ago |
Gav Wood
|
de18053067
|
Fix FakeExtVM.
|
10 years ago |
Gav Wood
|
60b1169726
|
State integration test.
Fixes to the FatTrie.
|
10 years ago |
Gav Wood
|
d7b84f1731
|
Fat Trie and tests for it.
|
10 years ago |
CJentzsch
|
96c552820b
|
fix
|
10 years ago |
CJentzsch
|
660c61301e
|
try to have a uncle with block number = 1
|
10 years ago |
subtly
|
df96fcd03b
|
separate packet type. add coding.
|
10 years ago |
CJentzsch
|
f572da381d
|
merge
|
10 years ago |
CJentzsch
|
fc9ad9eb5e
|
add secure trie tests
|
10 years ago |
CJentzsch
|
6a8eecffa4
|
add uncle tests
|
10 years ago |
CJentzsch
|
8877fba8dd
|
style + add test cases
|
10 years ago |
CJentzsch
|
b491686a2f
|
style
|
10 years ago |
CJentzsch
|
f4563c84a3
|
add first uncle test
|
10 years ago |
CJentzsch
|
260aa0c4b2
|
update blockchain test filler to new min diff and min gasLimit
|
10 years ago |
CJentzsch
|
7b0f09591e
|
add uncle header feature for fillers
|
10 years ago |
CJentzsch
|
577b7dc9af
|
add quadratic complexity tests
|
10 years ago |
subtly
|
4b198939cd
|
test header macs
|
10 years ago |
Marek Kotewicz
|
2f70a38502
|
shh_changed -> shh_getFilterChanges
|
10 years ago |
Gav Wood
|
228f41b8ed
|
For Marek :)
BlockChain::transaction(h256 _transactionHash)
BlockChain::transactionHashes(h256 _blockHash)
|
10 years ago |
Christian
|
a3b95811d4
|
Index access for calldata arrays.
|
10 years ago |
Marek Kotewicz
|
1fc21d8ae5
|
eth_getBlock returns also transactions
|
10 years ago |
Marek Kotewicz
|
0e2c4cb438
|
jsonrpc api changes in progress6, almost finished
|
10 years ago |
Gav Wood
|
210104395f
|
Bunch of repotting/curating.
[10:59:28] Vitalik Buterin: block.parent.gas_limit * 1023 / 1024 <=
block.gas_limit <= block.parent.gas_limit * 1025/1024
|
10 years ago |
winsvega
|
b51c2e9652
|
VMTest Fillers
execution gas amount changed
|
10 years ago |
Marek Kotewicz
|
a3dc16dabd
|
jsonrpc api changes in progress5
|
10 years ago |
subtly
|
d137581c7f
|
authenticated capability (hello) and handshake authentication
|
10 years ago |
Marek Kotewicz
|
f3e7ab987c
|
jsonrpc api changes in progress4
|
10 years ago |
Marek Kotewicz
|
32d404a32b
|
jsonrpc api changes in progress3
|
10 years ago |
Marek Kotewicz
|
9a69bc058a
|
jsonrpc api changes in progress2
|
10 years ago |
Marek Kotewicz
|
5de1cfd16c
|
jsonrpc api changes in progress
|
10 years ago |
subtly
|
53fda56158
|
test initial secrets and ciphers, interop with go
|
10 years ago |
CJentzsch
|
8617e38311
|
merge
|
10 years ago |
Gav Wood
|
d14df543ff
|
Add date/time language to solidity.
|
10 years ago |
jhuntley
|
6d62e3ab26
|
Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away.
|
10 years ago |
jhuntley
|
0bf7d15a57
|
asio.h and windows.h build comments as per request.
|
10 years ago |
jhuntley
|
f7508dfc8a
|
Avoid boost include order issue on windows:
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue/16288859#16288859
Make sure boost/asio.hpp is included before windows.h.
|
10 years ago |
jhuntley
|
e1e7b227df
|
Avoid boost include order issue on windows:
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue/16288859#16288859
Make sure boost/asio.hpp is included before windows.h.
|
10 years ago |
winsvega
|
111b65ef74
|
Gas Fee Test Changes (1)
State Tests
|
10 years ago |
CJentzsch
|
169e36aeb8
|
update block tests to latest changes PoW changes
|
10 years ago |
winsvega
|
5134da58c1
|
Transaction Test Fillers POC9
gas fees increased, most tests are incorrect now
need to review (wip)
|
10 years ago |
CJentzsch
|
e3bb9ae173
|
more block tests + bugfix for longer chains
|
10 years ago |
CJentzsch
|
7877356510
|
blockchain tests
Conflicts:
test/block.cpp
|
10 years ago |