Christian
71950257c5
Magic variables are only needed durinng name and type resolution, not during compilation.
10 years ago
Christian
ffead7b4d5
Check overrides and provide inherited public interface.
10 years ago
Christian
feff325023
Import inherited members into the contract's scope.
10 years ago
Christian
c1834466a2
Inheritance parser.
10 years ago
Lefteris Karapetsas
c3c2b1cf76
Improved handling of exceptions in some Solidity Tests
10 years ago
Lefteris Karapetsas
3c22b77982
Adding blockhash test in Solidity ExpressionCompiler
10 years ago
Lefteris Karapetsas
7e145a3d1c
Some addition to Solidity Execution Framework
10 years ago
liana
7651909bdf
- corrected delete in case we have more than one locals
- added a test
10 years ago
liana
3012ee73b2
removed spaces
10 years ago
liana
658b8d86d2
Corrected "delete" for local variables i.e. set them to 0
Added test case
10 years ago
liana
3e166f15fc
- added functionality to set values to 0 when deleting structure(not for mapping)
- added unit test
Made some changes after Christian`s review on pull request
- remove/edit comments
- BoolType and ContractType return VoidType after delete
- fixed constructor_arguments test
- fixed set to 0 when deleting variable from stack
- changed test case to test that
10 years ago
Christian
c956e2510b
Re-enable MSVC warning 4307.
10 years ago
CJentzsch
1b1be69317
included vmInpulLimit Tests, updated vmSystemOperationTests
10 years ago
Christian
e16d88c894
Check for hash collisions already before compiling.
10 years ago
CJentzsch
5ff846e1c7
less invalid opcode tests
10 years ago
Christian
de3e6a09db
Specify value for contract creation.
10 years ago
Christian
1b36ff453b
Modify gas and value for external function call.
10 years ago
CJentzsch
3d01e66c1d
replace BOOST_REQUIRE with assert, because it is used outside the boost test framework
10 years ago
CJentzsch
607c71e785
more randomness in the optimizations
10 years ago
Lefteris Karapetsas
5b36d3c163
Natspec method key is now the Canonical Signature
10 years ago
CJentzsch
f401d34ac8
fix spaces->tab, detailed callcreate check
10 years ago
CJentzsch
165c33395e
fix callcreates imoport
10 years ago
CJentzsch
dc76791dbb
random test optimization
10 years ago
CJentzsch
51a4ae1807
check test with JIT for random test simulations
10 years ago
arkpar
72628e8f32
fixed warnings for msvc build
10 years ago
CJentzsch
720f49e19a
reinclude invalid opcode in random tests
10 years ago
CJentzsch
b0c94c62e3
call to precomppiled contract test
10 years ago
CJentzsch
42940c18ce
addmod mulmod div by zero tests
10 years ago
CJentzsch
070d1d800c
rests current gas limit in vm test
10 years ago
Lefteris Karapetsas
5a44a670aa
Fixing bug where empty tagless docstring in Natspec would result in infinite loop
10 years ago
CJentzsch
389b0973c4
start with block info opcodes
10 years ago
CJentzsch
a0de919f65
read in vm test over standard in
10 years ago
Gav Wood
a1023a5dff
Squashed 'libjsqrc/ethereumjs/' changes from 47687cf..ab745d3
ab745d3
updated readme
b915c7a
updated readme
6c26255
Merge branch 'tests' into develop
e2c4525
Merge branch 'master' into develop
e778e12
spec reporter instead of nyan
a4e6f0b
fixed travis.yml && added nmp test script
048e777
Merge branch 'master' into tests
15c2293
updated package json
24814a4
Merge branch 'master' of https://github.com/ethereum/ethereum.js
6188e64
Update README.md
c34b0c6
Update README.md
29c60c0
Merge branch 'develop' into tests
b3eda29
Merge branch 'master' into tests
c397e35
mocha opts file && init of parser tests
b6058a8
methods existance tests in progress
5518022
mocha test init
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: ab745d3b0e
10 years ago
Marek Kotewicz
e778e127d6
spec reporter instead of nyan
10 years ago
Christian
1e3929d5ad
Coding style: Prefix for const variables.
10 years ago
Christian
08f556cd5a
Contracts are Addresses.
10 years ago
Christian
d9334abe89
Correct type conversions.
10 years ago
Christian
de77918d05
Padding for ABI types.
10 years ago
Marek Kotewicz
b465a585da
disabled jsonrpc tests again
10 years ago
Marek Kotewicz
15b899df64
removed resize
10 years ago
Marek Kotewicz
066ed0b590
web3.sha3 test
10 years ago
Christian
e1338c7e6c
Arbitrary precision integer constants.
10 years ago
Christian
8ad6951f38
Some changes to the log functions.
10 years ago
Christian
8e84acb98b
Buildfix after semantical merge conflict.
10 years ago
CJentzsch
a466fdcf5b
add blockhash test fo vm tests
10 years ago
Lefteris Karapetsas
03b2fa387d
Fixing SolidityABIJSON test
10 years ago
Gav Wood
0de1fe5b02
Rename "JSON Documentation" -> Metadata.
solc integration for Solidity-format ABI.
10 years ago
Gav Wood
2a21a544ce
Documentation update.
10 years ago
Gav Wood
406d3e6aba
Unit testing for log in Solidity.
10 years ago
Lefteris Karapetsas
e94f1ca5b2
Adjusting Solidity Optimizer Tests
10 years ago