Gav Wood
|
82cbf1c915
|
Update precompiled stuff.
Add extra tests for secure trie.
|
10 years ago |
CJentzsch
|
d6c89e465f
|
add memory tests
|
10 years ago |
CJentzsch
|
3f62b787aa
|
only check rootHash of state if FATDB is off
|
10 years ago |
Gav Wood
|
c3f998bad7
|
State integration test.
Fixes to the FatTrie.
|
10 years ago |
CJentzsch
|
e29ee8e404
|
fix
|
10 years ago |
CJentzsch
|
e70903f875
|
try to have a uncle with block number = 1
|
10 years ago |
CJentzsch
|
273bc7de6d
|
merge
|
10 years ago |
CJentzsch
|
f2e78d7afb
|
add secure trie tests
|
10 years ago |
CJentzsch
|
8ea37d5a19
|
add uncle tests
|
10 years ago |
CJentzsch
|
b343d0d42e
|
style + add test cases
|
10 years ago |
CJentzsch
|
45986a1d79
|
style
|
10 years ago |
CJentzsch
|
7417a695a0
|
add first uncle test
|
10 years ago |
CJentzsch
|
4a7e648737
|
update blockchain test filler to new min diff and min gasLimit
|
10 years ago |
CJentzsch
|
24af87f764
|
add uncle header feature for fillers
|
10 years ago |
CJentzsch
|
6ec4881934
|
add quadratic complexity tests
|
10 years ago |
Gav Wood
|
e36bb27269
|
For Marek :)
BlockChain::transaction(h256 _transactionHash)
BlockChain::transactionHashes(h256 _blockHash)
|
10 years ago |
Gav Wood
|
103b9ea0a7
|
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
|
2d5cfe0c37
|
VMTest Fillers
execution gas amount changed
|
10 years ago |
CJentzsch
|
c8a03dcf58
|
merge
|
10 years ago |
Gav Wood
|
e2f1bc4133
|
Add date/time language to solidity.
|
10 years ago |
winsvega
|
f6888d7c1d
|
Gas Fee Test Changes (1)
State Tests
|
10 years ago |
CJentzsch
|
3c08161974
|
update block tests to latest changes PoW changes
|
10 years ago |
winsvega
|
9e6f149fd6
|
Transaction Test Fillers POC9
gas fees increased, most tests are incorrect now
need to review (wip)
|
10 years ago |
CJentzsch
|
9ce2393e0e
|
more block tests + bugfix for longer chains
|
10 years ago |
CJentzsch
|
79c336403a
|
blockchain tests
Conflicts:
test/block.cpp
|
10 years ago |
Gav Wood
|
49b9a0224a
|
New Proof-of-Work.
|
10 years ago |
CJentzsch
|
3eb2ad3593
|
remove genesis state from state tests
Conflicts:
test/state.cpp
|
10 years ago |
Gav Wood
|
179c5dffde
|
state rebase.
|
10 years ago |
Gav Wood
|
b65fb1f20d
|
Update precompiled stuff.
Add extra tests for secure trie.
|
10 years ago |
CJentzsch
|
d19b50d6e6
|
add memory tests
|
10 years ago |
CJentzsch
|
b24ea8badc
|
only check rootHash of state if FATDB is off
|
10 years ago |
Gav Wood
|
ae1cb7f1ff
|
State integration test.
Fixes to the FatTrie.
|
10 years ago |
Gav Wood
|
52661968eb
|
Update precompiled stuff.
Add extra tests for secure trie.
|
10 years ago |
CJentzsch
|
472f15effe
|
add memory tests
|
10 years ago |
CJentzsch
|
e7fae29713
|
only check rootHash of state if FATDB is off
|
10 years ago |
Gav Wood
|
64cf0a986c
|
Fix FakeExtVM.
|
10 years ago |
Gav Wood
|
31f3ae66fb
|
State integration test.
Fixes to the FatTrie.
|
10 years ago |
Gav Wood
|
c88590f0b8
|
Fat Trie and tests for it.
|
10 years ago |
Christian
|
a3b95811d4
|
Index access for calldata arrays.
|
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 |
Marek Kotewicz
|
0807e2ee7c
|
Squashed 'libjsqrc/ethereumjs/' changes from 5bd166c..7d6b35a
7d6b35a Merge branch 'master' into cpp
9b3a0f0 Merge branch 'event_hash'
9887972 version
63dcee6 ignore for maxcomplexity warning
8376bfa gulp
a59f3a4 Merge pull request #85 from ethers/abiString
0dd6cc4 gulp
688faec Merge pull request #81 from ethers/arraySupport
64f6630 updated README.md
4f9aaec Merge pull request #94 from ethereum/signature
91321fb removed web3 dependency from abi.js
5c7d8a7 separated event signature
81b19cc event hash
ea250e6 Merge commit 'be3bfb76bef1d1f113033cd9093e03a00066d5d1' into ethereumjs_timeout
c08cea1 Improvement to AZ - confirmation disabler. Fix network crash.
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: 7d6b35af1c2b59feae5a01c899fae68298d71211
|
10 years ago |
winsvega
|
0c16c19a1f
|
Transaction Tests
missing TestHelper.h file
|
10 years ago |
winsvega
|
3e7e391b57
|
Test Cases Changes
userDefinedFile test now goes with --test option for all cases
|
10 years ago |
winsvega
|
6e60c118b7
|
Transaction Tests
A few changes
|
10 years ago |
Christian
|
6d4b77249e
|
Fixed arrays in ABI.
|
10 years ago |
Christian
|
b883eea327
|
Fix test after change in call failure semantics.
|
10 years ago |
Liana Husikyan
|
df4746d5e7
|
Implemented passing arguments to the base constructor.
|
10 years ago |