Rename ipfsHash to hashDigest in Contributor #80
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "chore/rename-ipfshash-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
updateContributorProfile
like 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
emit
for an event?always in newer solidity version. events without emit is deprecated - so we must update that soon.
Thanks!
👍