Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Super keyword. | Christian | 2015-01-29 | 1 | -0/+1 |
| | |||||
* | Find some reasonable contract if nothing is supplied. | Christian | 2015-01-28 | 1 | -4/+6 |
| | |||||
* | Cleaner solution to provide standard sources. | Christian | 2015-01-28 | 1 | -61/+27 |
| | |||||
* | LogFilter supports new, better, filter mechanism. | Gav Wood | 2015-01-28 | 1 | -1/+1 |
| | | | | Exposed to JS API. | ||||
* | Fixed spurious whisper watches firing. | Gav Wood | 2015-01-27 | 1 | -0/+3 |
| | | | | | Additional standard APIs. Refinement of standard.js. | ||||
* | Add coins reg to standard services. | Gav Wood | 2015-01-26 | 1 | -2/+3 |
| | | | | | Upgrade AZ display for new API. Upgrade requires in Sol. | ||||
* | Minor fix. | Gav Wood | 2015-01-25 | 1 | -2/+7 |
| | |||||
* | Fixes to ethereum.js and standard.js. | Gav Wood | 2015-01-25 | 1 | -9/+19 |
| | |||||
* | Claim ether makes wallet & trasfers. | Gav Wood | 2015-01-22 | 1 | -1/+42 |
| | | | | "#require" in solidity. | ||||
* | Magic variables are only needed durinng name and type resolution, not during ↵ | Christian | 2015-01-20 | 1 | -3/+1 |
| | | | | compilation. | ||||
* | Merge pull request #798 from LefterisJP/natspec_OnContractCreation | Lefteris Karapetsas | 2015-01-15 | 1 | -0/+13 |
|\ | | | | | Natspec Popup Authentication on transaction | ||||
| * | Fixes and additional checks for Natspec Popup authentication | Lefteris Karapetsas | 2015-01-14 | 1 | -20/+2 |
| | | |||||
| * | A first version of Natspec warning popup | Lefteris Karapetsas | 2015-01-13 | 1 | -7/+13 |
| | | | | | | | | | | | | | | - Runtime Contract code hash can now be retrieved from the Compiler - Using the hash the Natspec handler stores and later retrieves Natspec JSON for a given contract. | ||||
| * | Alethzero: Showing a contract's function's hashes at creation | Lefteris Karapetsas | 2015-01-13 | 1 | -0/+18 |
| | | |||||
| * | Work in prgress for creating natspec in alethzero at contract creation | Lefteris Karapetsas | 2015-01-12 | 1 | -0/+7 |
| | | |||||
* | | fixed warnings for msvc build | arkpar | 2015-01-13 | 1 | -1/+1 |
|/ | |||||
* | CLI tweaks. | Gav Wood | 2015-01-09 | 1 | -3/+3 |
| | |||||
* | Documentation update. | Gav Wood | 2015-01-09 | 1 | -0/+1 |
| | |||||
* | Basic logging in Solidity (though no tests yet). | Gav Wood | 2015-01-09 | 1 | -0/+8 |
| | |||||
* | Possibility to replace source and obtain ContractDefinition by name. | Christian | 2014-12-18 | 1 | -4/+8 |
| | |||||
* | Return the last contract by default. | Christian | 2014-12-18 | 1 | -2/+6 |
| | |||||
* | Fix: Resolve function types of all contracts before checking types inside ↵ | Christian | 2014-12-17 | 1 | -0/+9 |
| | | | | functions. | ||||
* | Create contracts. | Christian | 2014-12-15 | 1 | -1/+5 |
| | |||||
* | Swap literals to the end if optimizing. | Christian | 2014-12-12 | 1 | -2/+2 |
| | |||||
* | Some more consts. | Christian | 2014-12-08 | 1 | -11/+11 |
| | |||||
* | Compile fix. | Christian | 2014-12-08 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'ethereum/develop' into sol_import | Christian | 2014-12-08 | 1 | -4/+4 |
|\ | | | | | | | | | | | | | | | | | | | | | Conflicts: libsolidity/CompilerStack.cpp libsolidity/CompilerStack.h libsolidity/InterfaceHandler.cpp libsolidity/InterfaceHandler.h solc/main.cpp test/solidityJSONInterfaceTest.cpp test/solidityNatspecJSON.cpp | ||||
| * | Replacing old cstyle enums with c++11 enums in natspec | Lefteris Karapetsas | 2014-12-05 | 1 | -4/+4 |
| | | |||||
* | | Renamed url to identifier and added some comments. | Christian | 2014-12-05 | 1 | -3/+3 |
| | | |||||
* | | Merge remote-tracking branch 'ethereum/develop' into sol_import | Christian | 2014-12-05 | 1 | -37/+29 |
|\| | | | | | | | | | | | | | Conflicts: libsolidity/CompilerStack.cpp libsolidity/CompilerStack.h solc/main.cpp | ||||
| * | Stack compiler now correctly returns a string and not a pointer | Lefteris Karapetsas | 2014-12-05 | 1 | -4/+4 |
| | | |||||
| * | Addressing styling and miscellaneous issue with Natspec | Lefteris Karapetsas | 2014-12-05 | 1 | -11/+9 |
| | | |||||
| * | Styling in libsolidity's InterfaceHandler | Lefteris Karapetsas | 2014-12-04 | 1 | -2/+2 |
| | | |||||
| * | Moving all Interface and Documentation functionality to own class | Lefteris Karapetsas | 2014-12-03 | 1 | -70/+20 |
| | | | | | | | | | | | | | | | | - Creating the Interface Handler class which will take care of the parsing of Natspec comments and of interfacing with and outputing to JSON files. - Will also handle the ABI interface creation | ||||
| * | Separate user and dev natspec documentation | Lefteris Karapetsas | 2014-12-03 | 1 | -5/+18 |
| | | | | | | | | - plus other small changes according to the spec | ||||
| * | Simplifying lambda function in CompilerStack::getInterface() | Lefteris Karapetsas | 2014-12-03 | 1 | -8/+6 |
| | | |||||
| * | Removing unneeded local variable in CompilerStack::getDocumentation() | Lefteris Karapetsas | 2014-12-02 | 1 | -2/+1 |
| | | |||||
| * | Handle absence of Natspec doc and add option to solc | Lefteris Karapetsas | 2014-12-02 | 1 | -2/+6 |
| | | |||||
| * | More Natspec JSON export tests and better error reporting | Lefteris Karapetsas | 2014-12-02 | 1 | -1/+1 |
| | | |||||
| * | Using jsoncpp for exporting ABI interface from solidity | Lefteris Karapetsas | 2014-12-02 | 1 | -25/+23 |
| | | | | | | | | | | - Also changing the interface JSON test to have a shorter name plus to provide meaningful error message in case of failure | ||||
| * | Exporting Natspec documentation to a JSON interface | Lefteris Karapetsas | 2014-12-02 | 1 | -0/+26 |
| | | | | | | | | | | | | | | | | | | | | | | - Adding a getDocumentation() function to solidity compiler stack so that we can obtain the natspec interface for a contract - Adding libjsoncpp as a dependency of libsolidity. This is done in a dirty way, using libjsonrpc-cpp s an intermediate dependency for the moment. Will fix soon. - Start of a test file for Natspec exporting to JSON | ||||
* | | Improved external interface for multi-source and multi-contract compilation. | Christian | 2014-12-04 | 1 | -1/+11 |
| | | |||||
* | | Multi-source and multi-contract compiler. | Christian | 2014-12-04 | 1 | -65/+154 |
| | | |||||
* | | Import directive. | Christian | 2014-12-03 | 1 | -36/+51 |
|/ | |||||
* | Magic variables. | Christian | 2014-11-24 | 1 | -1/+1 |
| | |||||
* | Contracts as types and framework for special global variables. | Christian | 2014-11-24 | 1 | -1/+4 |
| | |||||
* | Provide interface for calls in JSON and some other formatting changes. | Christian | 2014-11-12 | 1 | -8/+92 |
| | |||||
* | Option to activate the optimizer for solidity. | Christian | 2014-11-07 | 1 | -2/+3 |
| | |||||
* | Actual contract creator and add solidity to AlethZero interface. | Christian | 2014-10-31 | 1 | -0/+49 |