naming should be consistent with the other contracts and digest is more correct.
rebased version of #79 closes#75 - do you see anything missing @fsmanuel?
naming should be consistent with the other contracts and digest is more correct.
rebased version of #79
closes #75 - do you see anything missing @fsmanuel?
fsmanuel
(Migrated from github.com)
reviewed 2019-04-06 13:37:42 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
naming should be consistent with the other contracts and digest is more correct.
rebased version of #79
closes #75 - do you see anything missing @fsmanuel?
Why do we need that? If we need it I would rename it to
updateContributorProfilelike the event.very true.
I think we need it to be able to update the user's details - like profile picture or whatever.
Any and all user details actually. Everything except the Ethereum account/address.
General question: When do you need to use
emitfor an event?always in newer solidity version. events without emit is deprecated - so we must update that soon.
Thanks!
👍