Rename ipfsHash to hashDigest in Contributor #80

Merged
bumi merged 2 commits from chore/rename-ipfshash-1 into master 2019-04-06 13:55:20 +00:00
bumi commented 2019-04-06 13:26:26 +00:00 (Migrated from github.com)

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
fsmanuel (Migrated from github.com) commented 2019-04-06 13:37:42 +00:00

Why do we need that? If we need it I would rename it to updateContributorProfile like the event.

Why do we need that? If we need it I would rename it to `updateContributorProfile` like the event.
bumi (Migrated from github.com) reviewed 2019-04-06 13:39:28 +00:00
bumi (Migrated from github.com) commented 2019-04-06 13:39:28 +00:00

very true.
I think we need it to be able to update the user's details - like profile picture or whatever.

very true. I think we need it to be able to update the user's details - like profile picture or whatever.
raucao (Migrated from github.com) reviewed 2019-04-06 13:40:16 +00:00
raucao (Migrated from github.com) commented 2019-04-06 13:40:16 +00:00

Any and all user details actually. Everything except the Ethereum account/address.

Any and all user details actually. Everything except the Ethereum account/address.
fsmanuel (Migrated from github.com) reviewed 2019-04-06 13:40:54 +00:00
fsmanuel (Migrated from github.com) commented 2019-04-06 13:40:54 +00:00

General question: When do you need to use emit for an event?

General question: When do you need to use `emit` for an event?
bumi (Migrated from github.com) reviewed 2019-04-06 13:43:34 +00:00
bumi (Migrated from github.com) commented 2019-04-06 13:43:34 +00:00

always in newer solidity version. events without emit is deprecated - so we must update that soon.

always in newer solidity version. events without emit is deprecated - so we must update that soon.
fsmanuel (Migrated from github.com) reviewed 2019-04-06 13:50:37 +00:00
fsmanuel (Migrated from github.com) commented 2019-04-06 13:50:37 +00:00

Thanks!

Thanks!
fsmanuel commented 2019-04-06 13:51:53 +00:00 (Migrated from github.com)

👍

👍
Sign in to join this conversation.
No description provided.