Lefteris Karapetsas
9fff09af6b
Compiler EVM generation now takes into account for the new function hash
identifier
- Changed tests to comply with the new function hash identifier
- Changed the function index offset to 4, and made it a constant for
easy adjustment in the future
10 years ago
Lefteris Karapetsas
69a0dcfa15
work in progress in testing the new function selector in the end to end tests
10 years ago
Lefteris Karapetsas
b2362f4113
Adjusting SolidityCompiler tests
- Adjusting SolidityCompiler tests to take into account the size of the
new Function Selector
10 years ago
Lefteris Karapetsas
48080e0415
Small issues with Canonical Function Signature
- Also added an extra test
10 years ago
Lefteris Karapetsas
0c83932d91
Test for the Canonical Signature of a function
10 years ago
Lefteris Karapetsas
631bd9ab38
Fix for sol scanner where empty multiline comment became Natspec comment
10 years ago
CJentzsch
32fe54b49f
added complete exp tests
10 years ago
CJentzsch
de66950b52
retuning gas prices of recursive bombs to test limits
10 years ago
CJentzsch
789abca7ad
undo origin address change (in test)
10 years ago
CJentzsch
0ee53a1935
use boost_fail instead of warning
10 years ago
CJentzsch
7c642dbe24
add trie_tests_ordered
10 years ago
CJentzsch
ceee87a1b7
clean up
10 years ago
wanderer
33c04f975d
added balance tests
10 years ago
winsvega
4bea663403
Transaction Tests
10 years ago
Gav Wood
ac583f503f
Implemented 256-long history for PREVHASH, though still optional.
10 years ago
winsvega
c1d8aa7551
comments in json
10 years ago
wanderer
2aa1933b1b
added stackUnder Flow test
10 years ago
Gav Wood
f1f34cbe32
Fixes/workarounds for tests.
10 years ago
Gav Wood
744136830d
const-> constant
10 years ago
Gav Wood
d5cd81d06a
Allow interaction with PV49.
Remove unneeded include.
10 years ago
Gav Wood
78c202cae4
Fixed #683
10 years ago
Gav Wood
6b9d23de68
SHA-3 hashing to web3.
10 years ago
winsvega
ae66da681c
Contract Creation Init Codes
10 years ago
Paweł Bylica
acec80d8f1
Remove unnecessary changes
10 years ago
Paweł Bylica
e80dffeec5
Clean up and remove some explicit dependencies in cmake files
10 years ago
Lefteris Karapetsas
29261206b9
Adding const attribute to ABI output
10 years ago
winsvega
31f1c73a18
Cteate Contract From Contract Init Code Test
10 years ago
Christian
e427a0a2ca
Bugfix: Additional swap for compound assignment.
10 years ago
CJentzsch
fce7f1712d
more refunds tests
10 years ago
Lefteris Karapetsas
4165e45464
updating solidity parser natspec tests to comply with recent changes
10 years ago
Christian
ae994f2804
Also test non-equality comparison operator.
10 years ago
Christian
d14ed2d4dc
Bit operators should bind more strongly than comparison operators.
10 years ago
Lefteris Karapetsas
7359367441
More multiline natspec tests and small issue fix
10 years ago
Lefteris Karapetsas
8edb5b8b54
Solidity Tests names are now more consistent
- File names and Boost Test Suite have the same name now for
every solidity Test, so that there is no need to guess or check
when you want to run a specific suite from the command line
10 years ago
Lefteris Karapetsas
30beaca359
Changes in InterfaceHandler to deal with multiline natspec
- Also now Solidity scanner considers Carriage Return as whitespace
- Tests for Natspec generation with the new multiline comments
10 years ago
Lefteris Karapetsas
61a1f4436c
Scanner properly scans multiline natspec comments
- Single and multiline natspect comments get the initial whitespace
skipped now
- Some rules introduced for the multiline comments. If first line is
empty then no newline is added to the literal. Same thing with the
last line. Finally in all lines initial '*' are skipped
10 years ago
Lefteris Karapetsas
6d48f3e987
Work in progress for /** ... */ natspec comments
- Work in progress on the scanner for recognizing the second
type of doxygen comments for Natspec.
10 years ago
CJentzsch
23c46dd468
style
10 years ago
CJentzsch
0bf7eb0670
more refund tests
10 years ago
CJentzsch
87721356e1
refund test inclusion
10 years ago
CJentzsch
857dca6c8d
refund tests
10 years ago
Paweł Bylica
a6e8c122ea
Windows fix
10 years ago
ethdev
8468d896a7
fixed msvc not expanding macros correctly
10 years ago
ethdev
2daf84f1bd
initializer-list fix
10 years ago
ethdev
edb6072cc9
windows fix for initializer-list cannot convert to dev::bytes
10 years ago
Marek Kotewicz
373dbcaa5f
clang requires explicit initialization of map
10 years ago
Lefteris Karapetsas
82117dc7da
Solidity: More tests for the ForStatement
10 years ago
Lefteris Karapetsas
3c6e966160
Solidity ForStatement Compiler part
- Work in progress
10 years ago
Lefteris Karapetsas
1f0346396a
Minor issues, grammar update, new ForStatement test
10 years ago
Lefteris Karapetsas
b2992bd659
Solidity ForStatements expressions are now optional
10 years ago