9a075458ad
notation Rational implemented...trying to figure out exponential fix for token bug, also quick fix for the wei and seconds fixed problem with var...probably a conversion problem for fixed in size capabilities adding fixed type tests Removing bitshift and regrouping fixed type tests together size capabilities functioning properly for fixed types got exponents up and working with their inverse, changed a few of the tests....something is working that likely shouldn't be slight changes to how to flip the rational negative around...still trying to figure it out tests added updated tests odd differences in trying soltest from solc binary, let me know if you can replicate test not working for odd reason fixed test problem with fixed literals...still need a way to log this error broken up the tests, added some, changed some things in types and began compiler work moar tests and prepping for rebuilding much of the types.cpp file further fixing initial work for fixed types...potentially needing a constant literal type for this |
||
---|---|---|
docs | ||
libevmasm | ||
liblll | ||
libsolidity | ||
lllc | ||
solc | ||
test | ||
.gitignore | ||
CMakeLists.txt | ||
LICENSE | ||
README.md |
The Solidity Contract-Oriented Programming Language
Useful links
To get started you can find a basic introduction to the language in the Solidity Documentation.
You can start using Solidity in your browser with no need to download or compile anything. This application only supports compilation - if you want to inject it into the blockchain, you have to use a client like Geth or AlethZero.
Also check out more documentations for Solidity ABI and a crowdfunding example contract written in Solidity.
The Solidity Features page contains a list of already completed Solidity feature stories with explanations and demonstrations, it is being updated continuously. More technical information you can find in the Pivotal Tracker.
Solidity is still under development. So please do not hesitate and open an issue in github if you encounter anything strange.
Building
See the Wiki for build instructions, compatibility information and build tips.
How to Contribute
External Contributors
I hereby place all my contributions in this codebase under an MIT licence, as specified here.
- Name Surname (email@domain)
Contribution guideline
Please add yourself in the @author
doxygen section of the file your are adding/editing
with the same wording as the one you listed yourself in the external contributors section above,
only replacing the word contribution by file
Please read CodingStandards.txt thoroughly before making alterations to the code base. Please do NOT use an editor that automatically reformats whitespace away from astylerc or the formatting guidelines as described in CodingStandards.txt.