This repository has been archived by the owner on Oct 17, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Publish latest changes (#642) * add missing closing curly brackets to constructor (#596) * Param order cleanup (#599) Not a huge deal but just thought it was cleaner to have the orders be consistent :) * Update crowdsale.md (#600) I was getting a warning about unused local variables and was unable to compile this code in the Ethereum Wallet app. This fixes that problem and (I think) still does everything else correctly. * Add prerequisites and correct minor typos. (#598) * It was a bit confusing to hop into this tutorial right away without the context on (1) having installed geth and (2) the smart contract file type / compiler etc. * Couple of minor typos * Update links for the Parity client (#607) Links to parity.io and parity.io/parity were outdated. Company renamed itself from Ethcore to Parity Technologies. * Remade the presale ether checker to use the actual genesis (#604) * keep track of balance for multiple coin purchases (#603) Without the `+`, the `balanceOf` mapping only keeps track of the last purchase an account makes. I.e, if an account participates in the crowdsale multiple times, the coin sale fails and an account asks for a refund, the account won't get all of its Ether back. * Minify vendor scripts (#594) * Merge gh pages (#608) * gh-pages build * Update github pages (#288) * updated token * fix link from homepage * adds security issue to the token code * updates to the readme * Bump to 0.7.6 * update Bernd Lapp bio * typo * bump version to 8.1 * Separated Approve and Approve And Call * Updated README with GitHub pages instructions * Just like before (#284) removed an errant you * update to 0.8.2 and removes mix * Update Google Analytics tracking ID (#286) * Update Build 0.8.2 * added v to download link * update Ethereum Wallet links to 0.8.6 * added geth binaries * test file * removed binaries * added mist geth binaries * removed binaries * Timelock and payable daos * update to 0.8.8 * build * merge and build * Updated build * Update foundation.md * Update foundation.md * Update foundation.html * Update foundation.html * Update foundation.html * Update foundation.html * Update foundation.html * Update foundation.html * Removed link to the legal notice * updated build * Updated build (#602) * merge * megre and build * remove devcon1 content * Fix 404 (#611) To reflect current ethereum/homestead-guide#305 / The [cpp-ethereum documentation](http://www.ethdocs.org/en/latest/ethereum-clients/cpp-ethereum/index.html) * Add link to solidity install instructions (#610) At this point in the tutorial it is likely that the reader does not have solidity installed, so it probably makes sense to link to where/how to install it. I've included one link I found but if there is a better link that could be included as well. It seems other parts of this page may be out of date but this sentence should help. * ensure privacy, cookies and terms and built * Small grammatical fix * Replace throw with 0.4.10 require syntax * add allowance update to burnFrom (#619) * add allowance update to burnFrom burnFrom method should also update sender's allowance. Otherwise, it can burn as much as it wants. * improved language as requested * Added href to tipjar address + fixed typo (#628) Bitcoin address had link to blockchain explorer, but not Ether address. Also Bitcoins -> Bitcoin typo fixed * Cleaned up the code examples and changed a couple of sentences. (#624) * Remove final throw() functions in the token example (#631) * Removed final throws from the token example * Update pragma * Final pragma change * Removed unneeded function * Update token.md (#637) * Fix dao md: "The Blockchain Congress" chapter. (#622) * fix function name 'Change Membership' to 'Add Member'. * fix deploy problem. I can not deploy example code on Ethereum Wallet v0.8.10. Because of removed line. * fix description of `Add Member`. * fix old icon name `Deposit` to `Transfer Ether & Tokens` * fix description of "Execute contract" popup. * fix contract name `democracy contract` to `congress contract`. * fix `addMember` function in Congress contract. * fix `addMember` function in TimeLockMultisig contract also. * Fix basic token contract for updated solidity (#621) Also, refactors some repeated code into an internal function * Add draft for a page about the wallet software (#616) * Add draft for a page about the wallet software * Update according to review * Update to Donation Page (#639) * gh-pages build * Update github pages (#288) * updated token * fix link from homepage * adds security issue to the token code * updates to the readme * Bump to 0.7.6 * update Bernd Lapp bio * typo * bump version to 8.1 * Separated Approve and Approve And Call * Updated README with GitHub pages instructions * Just like before (#284) removed an errant you * update to 0.8.2 and removes mix * Update Google Analytics tracking ID (#286) * Update Build 0.8.2 * added v to download link * update Ethereum Wallet links to 0.8.6 * added geth binaries * test file * removed binaries * added mist geth binaries * removed binaries * Timelock and payable daos * update to 0.8.8 * build * merge and build * Updated build * Update foundation.md * Update foundation.md * Update foundation.html * Update foundation.html * Update foundation.html * Update foundation.html * Update foundation.html * Update foundation.html * Removed link to the legal notice * updated build * Updated build (#602) * Update Links for Parity Client Links for Parity Client were outdated. Company changed it's name to Parity Technologies. * Added Gruntfile data and built html for legal-related files: cookie-policy, privacy-policy, terms-of-use. * Legal: slight prettying of the Gruntfile data. * Legal: attempt to restore the privacy-policy link (app was not finding the content). * Foundation: updated the mission statement for clarity. * Updated build * Updated build * Donation update * update solidity exampoles (#640) * Fix links and blank spaces (#641) * update solidity exampoles * Add some spaces and fix link * Resolve merge conflicts * attempt to fix * revert broken pr * merge resolve
- Loading branch information