winsvega
7661be8976
More Transaction Tests
Some tests to check YP statements
10 years ago
CJentzsch
923672297d
adjust to new quadratic memory rule
10 years ago
CJentzsch
09bf81720e
add more sdiv smod tests
10 years ago
CJentzsch
089f768337
tests for mem at 32,64 KB +- 1, 31,32,33 for mstore and mstore8
10 years ago
CJentzsch
d2717af363
include invalid transaction rlp block test
10 years ago
Christian
a03ead264e
LValue refactoring.
10 years ago
CJentzsch
d49007ed4b
add memory tests
10 years ago
CJentzsch
9c75997f9c
add commandline flag for tt10MBtxTest
bugix in trie test
undo trie test change
10 years ago
CJentzsch
3f2075c331
use 50000 bytes for CALLDATACOPY
10 years ago
CJentzsch
a5a4d36fd1
add --all flag for time consuming tests
10 years ago
CJentzsch
a4e2b6d2de
add quadratic complexity tests
10 years ago
CJentzsch
375e4ac48b
add test for quadratic complexity
remove file with wrong name
10 years ago
CJentzsch
15a0700677
add wrong v value tx test
10 years ago
CJentzsch
cc5de44d02
add create contract with existing address test
10 years ago
Lefteris Karapetsas
eda4ce3d18
Re-adding braces to if in test/Assembly.cpp
10 years ago
Lefteris Karapetsas
a157ccae4d
Move SourceLocation to evmcore
10 years ago
Lefteris Karapetsas
0a8acbc7db
Tighter coupling for Assembly items retrieval
- Exposing only assembly items, not the entire compiler context
10 years ago
Lefteris Karapetsas
9f85e14ead
LocationSetter in some extra places during Compiling
- Also adjusted the test, and fixed its error reporting
10 years ago
Lefteris Karapetsas
72f9ecd526
Styling changes for SourceLocation and friends
10 years ago
Lefteris Karapetsas
bc71f71035
Simple Assembly Locations test
- Also adding some helper functions to SourceLocation
10 years ago
Lefteris Karapetsas
45ef19046b
Reset CompilerContext's visited nodes at compile start
10 years ago
Lefteris Karapetsas
f85aee0826
Moving Source Location libdevcore
- Big plus is we now remove the useless header libsolibity/BaseTypes.h
10 years ago
Paweł Bylica
2722632663
Move old VM jump tests from EVM JIT to JSON file
10 years ago
Paweł Bylica
ae84a09507
Move old VM stack tests from EVM JIT to JSON file
10 years ago
Paweł Bylica
d92bd3ff49
Move old VM return tests from EVM JIT to JSON file
10 years ago
Paweł Bylica
c497cbe89e
Move old VM memory tests from EVM JIT to JSON file
10 years ago
Paweł Bylica
d92e2bf83f
Move old VM environmental test from EVM JIT to JSON file
10 years ago
Paweł Bylica
0989a7d09a
Move old VM arithmetic tests from EVM JIT to JSON file
10 years ago
arkpar
1b284c5b8b
fixed test buid
10 years ago
winsvega
e08e87bf1b
Solidity Tests
cosmetics2
10 years ago
winsvega
89f07a521f
Solidity Tests
fixing cosmetics
10 years ago
Christian
32f0c4f8e6
Out-of-bounds checking.
10 years ago
Christian
de537d5de3
Index and length access for dynamic arrays.
10 years ago
Christian
d1d9b2856a
Implementation of index access.
10 years ago
CJentzsch
e41384dcf3
remove tests with impossible pre conditions
10 years ago
CJentzsch
a35dc1e594
merge
10 years ago
winsvega
34a5bd402d
Quadratic complexity test
10 years ago
CJentzsch
4a269eb473
fix too-small-address-length bug in transaction
10 years ago
CJentzsch
11f7d7edf7
add new mem test for quadratic mem gas costs
10 years ago
Christian
fba4484151
Replaced "inheritable" by "internal".
10 years ago
Christian
d417618dce
Stack height checks and fix.
10 years ago
Christian
92507f5bf0
Allow conversion to dynamic arrays and update grammar.
10 years ago
Christian
30bd6f271f
Parsing of array types and basic implementation.
10 years ago
Liana Husikyan
87e956729c
Inline member initialisation
renamed VariableDefinition class to VariableDeclarationStatement
added tests
10 years ago
Gav Wood
2c6b18f01b
Add EVMJIT.
10 years ago
Christian
0b014457d4
Implemented account proxy queues.
10 years ago
winsvega
bf16bc119b
New Solidity Tests
10 years ago
Gav Wood
275bdcb74b
Fix gas limit.
Disable whisper test until alex fixes networking.
10 years ago
Lefteris Karapetsas
952350bec1
Bugfix for functions override
- Functions with byte array type parameters can now be safely
overriden. Parameter location is now set at the right place.
- Also made a test for the fix
10 years ago
Christian
27d436a04c
Rename "protected" to "inheritable".
10 years ago