-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write articles about 0.6.0 features #8057
Comments
@ChrisChinchilla here is a draft for "fallback / receive split". I'll put it here until we have the new repo:
|
Oh and the example at the end should probably also contain two contracts, one that does define the function and one that does not but has a fallback function instead. Then an instance of the "wrong" contract is called from a third contract. Also, @ChrisChinchilla , the draft is just the collection of points I want to get across, please feel free to completely rewrite it. |
Is the article nearing completion or is help welcomed? Diligence was thinking of writing an update to the Solidity post about |
Created the repo to host the articles: https://github.com/ethereum/solidity-blog @GNSPS no, it's just a draft as of now - but not sure how for @ChrisChinchilla has come until now :) |
@chriseth Sorry, was off sick the past few days, will look today. |
First draft of first post, needs example added, and then more detail based around that. |
As an example, we could use an auction contract that has a |
To not clutter the solidity repo any further and to keep an easy overview, let's move all blog related issues to the Solidity blog repo. I will copy the list and create a new issue to keep track of everything here: ethereum/solidity-blog#39 |
Could also transfer this issue, @chriseth. That way the comments are kept in one place. |
The comments are not really needed though / should have all been covered already. But go ahead if you think it's necessary @chriseth. :) |
Just mentioned it as a nice feature Github provides, which could come handy in the future. I occasionally use it to move things from solc-js or to move to remix-ide. |
_
delimiter for hex stringsThe text was updated successfully, but these errors were encountered: