Lefteris Karapetsas
762aa2d0f3
Function name clashing with Statevariable accessor test
10 years ago
Lefteris Karapetsas
ffa06e1a05
Explicitly specify insertion to exported functions
10 years ago
Lefteris Karapetsas
eb51218af4
Simplify FunctionType's Vardecl constructor
10 years ago
Lefteris Karapetsas
9d809f5520
Multiple elementary state variable accessors test
10 years ago
Lefteris Karapetsas
309ffb8948
EVM Code for simple accessor function is properly generated
10 years ago
Lefteris Karapetsas
50a4b6055b
Fixes after rebasing on develop
10 years ago
Lefteris Karapetsas
85e4b29260
Work on ExpressionCompiler preparing for Accessors from storage
10 years ago
Lefteris Karapetsas
94ca9f0040
All interface functions are external.
10 years ago
Lefteris Karapetsas
37eb587dd9
Adding isStateVariable attribute to a VarDecl
10 years ago
Lefteris Karapetsas
10da71f90e
Solidity EntryLabel now uses a generic declaration
- Instead of a FunctionDefinition
10 years ago
Lefteris Karapetsas
3732d42ce8
Various small fixes for Sol Automatic Accessors
10 years ago
Lefteris Karapetsas
3d1c0a9bef
Modifications to Mix to adapt to FunctionDescription
10 years ago
Lefteris Karapetsas
06764f026e
State variable accessors code is now more organized
- FunctionDescription is the abstraction of what should describe a
function. It can either be a VariableDeclaration of a
FunctionDefinition.
- ParamDescription is what FunctionDescription uses to describe its
parameters for outside use purposes with a pair of (name, type)
strings
- Modified code around Solidity and especially interface handler to
adapt to this change
10 years ago
Lefteris Karapetsas
2874d43238
Tests for variable state accessors are in progress
10 years ago
Lefteris Karapetsas
818742dac9
Work in progress for state variable accessors
- Changed the code so that a generic declaration with the combination of
a function type can be used wherer a function definition was used
before
- Since using an std::pair everywhere is really tiring with this commit
I am in the process of abstracting it into a function
10 years ago
Lefteris Karapetsas
cd677c0921
Fix in addStateVariableAccessor and adjustment of parser tests
10 years ago
Lefteris Karapetsas
5a6748e3df
Parsing accessor functions for public contract state variables
- During the contract parsing depending on whether or not a state
variable is public an extra acessor FunctionDefinition is parsed for it
10 years ago
arkpar
3f982faeed
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_tx
10 years ago
arkpar
aa2cf6f7d7
Merge branch 'mix_tx' of https://github.com/arkpar/cpp-ethereum into mix_tx
10 years ago
arkpar
15c92843b7
fixed msvc build
10 years ago
arkpar
0e721b4dfa
style and bugfixes
10 years ago
chriseth
4e4ee15acb
Merge pull request #885 from chriseth/sol_fix_typeType_size
Fix stack size of TypeTypes.
10 years ago
Gav Wood
a8b64e9425
PV52.
10 years ago
Gav Wood
c2834efa65
Fix for API.
10 years ago
arkpar
8b1b28d270
ui tweaks
10 years ago
Gav Wood
2353585b3f
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
a71c3c6039
Fixes #879 .
10 years ago
arkpar
6e4ce3fe55
fixed msvc build
10 years ago
arkpar
c37763c6fd
debugging fixes
10 years ago
Paweł Bylica
0210ae382c
Fix memory index having type i256
10 years ago
Paweł Bylica
85658f8326
Fix memory index having type i256
10 years ago
Paweł Bylica
a8f649c3ac
uint128 implementation for Windows and fixes arithmetic functions
10 years ago
Paweł Bylica
96980ef0dd
uint128 implementation for Windows and fixes arithmetic functions
10 years ago
Paweł Bylica
237fdb9949
Install evmjit.dll (called RUNTIME) on Windows
10 years ago
Paweł Bylica
3dd49fbede
Install evmjit.dll (called RUNTIME) on Windows
10 years ago
Paweł Bylica
00415c95b7
Fix type mismatch for shift operator instruction
10 years ago
Paweł Bylica
a00f26b02a
Fix type mismatch for shift operator instruction
10 years ago
Paweł Bylica
0737cc778b
Fix memory index having type i256
10 years ago
Paweł Bylica
ac0181a76e
Fix memory index having type i256
10 years ago
Christian
4dfc7c4436
Fix stack size of typetypes.
10 years ago
chriseth
cefb25343e
Merge pull request #881 from chriseth/sol_import
Fix usage of standard sources.
10 years ago
arkpar
ef073ab8b7
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_tx
10 years ago
arkpar
2d82cb7b6a
transaction log
10 years ago
chriseth
6b13450e2c
Merge pull request #880 from chriseth/solidity_js_dockerfile
Dockerfile to build the solidity compiler using emscripten.
10 years ago
Paweł Bylica
360b15e5f6
Windows fixes: DLL exports and cmake options
10 years ago
Paweł Bylica
064c129afc
Windows fixes: DLL exports and cmake options
10 years ago
Paweł Bylica
3ec710bf49
Check if uint128 is enabled
10 years ago
Paweł Bylica
97560b7748
Check if uint128 is enabled
10 years ago
Marek Kotewicz
e0bc73dab2
removed CorsHTTPServer
10 years ago
Paweł Bylica
725c65b31f
Remove gmp dependency
10 years ago