59 Commits (1419263ccc1bf30e57fb688e6f373bc33b2d4dd7)

Author SHA1 Message Date
Christian de3e6a09db Specify value for contract creation. 10 years ago
Christian 1b36ff453b Modify gas and value for external function call. 10 years ago
arkpar 72628e8f32 fixed warnings for msvc build 10 years ago
Christian 18f7839fd5 Define strings = vector<string> 10 years ago
Christian 5e0b71730c More convenient function type construction. 10 years ago
Christian 08f556cd5a Contracts are Addresses. 10 years ago
Christian de77918d05 Padding for ABI types. 10 years ago
Christian e1338c7e6c Arbitrary precision integer constants. 10 years ago
Christian f6ddd3fd33 Possibility for unary operators to change type. 10 years ago
Christian 874b2b34ea Use shared_from_this instead of manually supplying a shared_ptr to this. 10 years ago
Gav Wood 0ca84e5a0d Basic logging in Solidity (though no tests yet). 10 years ago
Lefteris Karapetsas 9fff09af6b Compiler EVM generation now takes into account for the new function hash 10 years ago
Christian 1d3801f726 Arbitrary precision integer constants. 10 years ago
Christian cc55936f67 Possibility for unary operators to change type. 10 years ago
Christian ff4fe8257a Use shared_from_this instead of manually supplying a shared_ptr to this. 10 years ago
Gav Wood 6cc8c9de69 VM skips push data when looking for JUMPDEST. 10 years ago
Gav Wood bf8174ecee Warnings fixes. 10 years ago
Lefteris Karapetsas 0c003958b9 FunctionType also gets CanonicalSignature 10 years ago
Christian 6e36344632 Possibility for binary operators to yield types different from their operands'. 10 years ago
Christian 5026c5855d Create contracts. 10 years ago
Christian b0af628f11 Calls to bare contracts. 10 years ago
Marek Kotewicz d70190b0da removed explicit 10 years ago
Marek Kotewicz 4b90d315b7 user-provided default constructor 10 years ago
Christian 781d58d705 String types. 10 years ago
Christian afc6b75b80 Some more consts. 10 years ago
Christian 2506b42da8 Clear separation between ASTVisitor and ASTConstVisitor and more const specifiers. 10 years ago
Christian e8c39062f8 Calling functions of other contracts. 10 years ago
Christian 68acfc0544 Global functions. 10 years ago
Christian 898f989aa1 Sending ether. 10 years ago
Christian d759075528 More general function types and references. 10 years ago
Christian b185a748a5 Access to blockchain data. 10 years ago
Christian 27d20cd849 Magic variables. 10 years ago
Christian 638960f22f Contracts as types and framework for special global variables. 10 years ago
Christian 6ee07c2cb8 Convenience class for type members. 10 years ago
Christian ad1a1f3ee2 We only care about member types. 10 years ago
Christian bbc3a1b37e Struct types. 10 years ago
Christian ec2b010047 Mapping types. 10 years ago
Christian 650b31777b Do not return after throw. 10 years ago
Christian a5542ba2de State variables. 10 years ago
Christian 5bd4640b17 Detect integer length from literals and remove "std::". 10 years ago
Christian 37216a246a Converted all asserts to exceptions. 10 years ago
Christian 4d654d4e78 Function selector and variable (un)packing. 10 years ago
Christian ea6d58a0d1 Contract compiler and also add ExpressionStatement to AST. 10 years ago
Christian 17f5470540 Asterisk-syntax for doxygen class documentation. 10 years ago
Christian 62ca0b2b43 Replace BOOST_ASSERT by assert. 10 years ago
Christian 92ee64f443 Some documentation. 10 years ago
Christian d4d5f23e8f Expression compiler. 10 years ago
Christian 8756c4bf96 Type information for AST printer. 10 years ago
Christian fa22722e0e Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type 10 years ago
Christian c253a90fc4 Coding style cleanup: const and vecptr. 10 years ago