Lefteris Karapetsas
|
9d9459d9ae
|
Fixing access of boost::diagnostic_information() for Exceptions
- Figured it out with help from @arkpar. Thanks!
|
10 years ago |
Lefteris Karapetsas
|
557af1e691
|
Adding ETH_TEST macros to ABI and EndToEndTests
|
10 years ago |
Lefteris Karapetsas
|
f94648fbb2
|
NameAndtypeResolution tests use ETH_TEST macros
|
10 years ago |
Lefteris Karapetsas
|
cc653ffbbb
|
Move ETH_TEST() Macros to TestHelper.h
- Also use them in Solidity Parser
|
10 years ago |
Lefteris Karapetsas
|
dcedef4a40
|
Extracting ETH_TEST_REQUIRE_NO_THROW() from my other PR
|
10 years ago |
Marek Kotewicz
|
326476c4f4
|
fixed compiling on osx
|
10 years ago |
chriseth
|
8ea849fa8a
|
Merge pull request #1229 from chriseth/sol_fix_initializerTypes
Fix type checks for storage variable initializer.
|
10 years ago |
chriseth
|
77b9fdcfbc
|
Fix type checks for storage variable initializer.
|
10 years ago |
Gav Wood
|
7f8c9f22aa
|
Avoid failing Qt on pedantic.
Merge branch 'chromium' into develop
Conflicts:
libjsqrc/ethereumjs/dist/ethereum.js.map
libjsqrc/ethereumjs/dist/ethereum.min.js
|
10 years ago |
Gav Wood
|
59b966f25b
|
Merge branch 'poc9trie' of github.com:ethereum/cpp-ethereum into poc9trie
Conflicts:
libethcore/BlockInfo.cpp
libethcore/Exceptions.cpp
libethcore/Exceptions.h
|
10 years ago |
chriseth
|
8103fcbf98
|
Fix for arrays containing mappings.
|
10 years ago |
chriseth
|
9ae0d30dbc
|
Copying between calldata and storage.
|
10 years ago |
Gav Wood
|
9e1c2980d4
|
Unclobber Arkadiy's exception fixes.
|
10 years ago |
Gav Wood
|
6f7bcc489a
|
Minor fix.
|
10 years ago |
CJentzsch
|
4d298812da
|
fix
|
10 years ago |
CJentzsch
|
2359185a25
|
try to have a uncle with block number = 1
|
10 years ago |
CJentzsch
|
cf073b8b06
|
check for minGasLimit and minDifficulty when constructing block
|
10 years ago |
CJentzsch
|
ee5a1f3288
|
merge
|
10 years ago |
CJentzsch
|
8877a1834f
|
add secure trie tests
|
10 years ago |
CJentzsch
|
fa9814d6f2
|
add uncle tests
|
10 years ago |
CJentzsch
|
28d5850df5
|
style + add test cases
|
10 years ago |
CJentzsch
|
036a3d16f6
|
style
|
10 years ago |
CJentzsch
|
92aa96f73e
|
add first uncle test
|
10 years ago |
CJentzsch
|
524070c156
|
update blockchain test filler to new min diff and min gasLimit
|
10 years ago |
CJentzsch
|
040f864359
|
add uncle header feature for fillers
|
10 years ago |
CJentzsch
|
59ba467f86
|
add quadratic complexity tests
|
10 years ago |
Gav Wood
|
53cc6cf71f
|
Cache reporting in AZ.
|
10 years ago |
Gav Wood
|
7208686db8
|
Caching.
|
10 years ago |
Gav Wood
|
b5c2e82b19
|
Fast block hash from number.
|
10 years ago |
Gav Wood
|
e241db70a8
|
For Marek :)
BlockChain::transaction(h256 _transactionHash)
BlockChain::transactionHashes(h256 _blockHash)
|
10 years ago |
Gav Wood
|
0a0aaf54f0
|
Make RLP JSON compatible by default.
|
10 years ago |
Gav Wood
|
c187452a1d
|
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 |
Gav Wood
|
8bed787cfd
|
Improvements to help text of RLP.
|
10 years ago |
Gav Wood
|
beb58f17f0
|
RLP tool.
|
10 years ago |
CJentzsch
|
bede3bc95b
|
merge
|
10 years ago |
Gav Wood
|
3a715aa10a
|
Params & JSON file.
|
10 years ago |
Gav Wood
|
2b141737dd
|
Add date/time language to solidity.
|
10 years ago |
Gav Wood
|
a1c042f580
|
More info in AZ.
|
10 years ago |
CJentzsch
|
c4a6fc785c
|
update block tests to latest changes PoW changes
|
10 years ago |
CJentzsch
|
21163d44e2
|
fix blockGasLimit bug : 1024 -> 2048
|
10 years ago |
CJentzsch
|
240ad0901b
|
more block tests + bugfix for longer chains
|
10 years ago |
CJentzsch
|
702b45c4eb
|
blockchain tests
Conflicts:
test/block.cpp
|
10 years ago |
Gav Wood
|
eaef000af3
|
New Proof-of-Work.
|
10 years ago |
CJentzsch
|
1732bd2965
|
remove genesis state from state tests
Conflicts:
test/state.cpp
|
10 years ago |
Gav Wood
|
d8470e50ed
|
state rebase.
|
10 years ago |
Gav Wood
|
fae48e97e4
|
VM CALLCODE fix.
|
10 years ago |
Gav Wood
|
81b0c13e74
|
Fee structure stuff.
|
10 years ago |
Gav Wood
|
55de9ccbf3
|
Alter Genesis block.
Add FeeStructure.
|
10 years ago |
Gav Wood
|
ad2b3d5394
|
Update precompiled stuff.
Add extra tests for secure trie.
|
10 years ago |
Gav Wood
|
a755ed3c56
|
Log/bloom alterations.
|
10 years ago |