Lu Guanqun
|
fcc31b7a7f
|
the contract interfaces should take overloaded function into consideration TODO:
|
10 years ago |
Lu Guanqun
|
29ec4453b5
|
add two overloaded function test cases
|
10 years ago |
Lu Guanqun
|
774d677aac
|
add test cases for functions in derived overload functions in base
|
10 years ago |
Lu Guanqun
|
0f2f0195be
|
fix test code due to API changes in DeclarationContainer
|
10 years ago |
Lu Guanqun
|
f2da0e249c
|
enhance DeclarationContainer to use `std::set` so that it can handle overloaded function names
|
10 years ago |
Lu Guanqun
|
522f428849
|
add end to end test cases related to overloaded functions
|
10 years ago |
Lu Guanqun
|
defd6cfa21
|
mark an identifier as callable if its next token is '('
|
10 years ago |
Lu Guanqun
|
2a48091ff2
|
add two parsing test cases related to overloaded functions
|
10 years ago |
Gav Wood
|
35ad8b70b4
|
Merge pull request #1235 from winsvega/poc9trie
vmTests
|
10 years ago |
Gav Wood
|
3fab9f2a73
|
Solidity fixes.
|
10 years ago |
Gav Wood
|
40693a1ad3
|
Mac compile fixes.
|
10 years ago |
Gav Wood
|
36e6d01795
|
Force chromium to be built.
|
10 years ago |
Gav Wood
|
289fe2d58b
|
Fast lookups in filter.
|
10 years ago |
Gav Wood
|
640f688b45
|
Gas pricing infrastructure and a couple of pricing mechanisms.
|
10 years ago |
Gav Wood
|
a1c68d6f8c
|
Suicide refunds.
Compile fix.
|
10 years ago |
Gav Wood
|
717c9c06df
|
Avoid checking for difficulty when doing PoW test.
|
10 years ago |
Gav Wood
|
fed167a813
|
RLP program can convert to RLP from JSON.
|
10 years ago |
winsvega
|
bab10378b4
|
vmTests
Arithmetic gas increased
|
10 years ago |
Gav Wood
|
aaae770f7a
|
Remove WebKit.
|
10 years ago |
Gav Wood
|
05858a10ee
|
Merge pull request #1234 from CJentzsch/fixTests
Fix tests
|
10 years ago |
Christoph Jentzsch
|
d8dd67ed3a
|
build fix
|
10 years ago |
Gav Wood
|
f8ab16a84a
|
Report whether we have chromium.
|
10 years ago |
Christoph Jentzsch
|
73250e4de7
|
boostify exceptions
|
10 years ago |
Gav Wood
|
5de5f3144e
|
Windows fix.
|
10 years ago |
Gav Wood
|
c1aff839ff
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
8ce2f1644d
|
Don't build AZ unless we have a decent version of Qt available.
|
10 years ago |
Gav Wood
|
9aba9605c3
|
Avoid double call.
|
10 years ago |
Gav Wood
|
acfd6485b0
|
Merge pull request #1230 from debris/mac_fixes
fixed compiling on osx
|
10 years ago |
chriseth
|
1ab96c6990
|
Merge pull request #1231 from chriseth/sol_fix_gas
Fixed gas calculation for CALL.
|
10 years ago |
chriseth
|
91b7dc61a5
|
Merge pull request #1228 from LefterisJP/eth_TestNoThrowInfo
Test macros for printing Exception information
|
10 years ago |
chriseth
|
65ad62ff55
|
Fixed gas calculation for CALL.
|
10 years ago |
chriseth
|
8de2916513
|
Merge pull request #1222 from chriseth/sol_copyFromCalldata
Copying between calldata and storage.
|
10 years ago |
chriseth
|
5c7b7445ad
|
Typo
|
10 years ago |
chriseth
|
b43a37baec
|
Update Types.h
Typo
|
10 years ago |
Lefteris Karapetsas
|
5ec74209fa
|
Style fixes and better exception message format
|
10 years ago |
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 |