Skip to content

Develop steelfeel #2

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

steel-feel
Copy link
Collaborator

No description provided.

rgwillson and others added 8 commits May 1, 2021 22:17
Updated to solidity 0.8.0
Updated to Solidity 0.8.0
Updated the Artist contract to use $MUSIC for tips and payouts. I still have some questions inline which can be found in the comments prefixed by "//rw"
Updated the PayPerPlay contract to work with $MUSIC instead of ETH.  I also removed all the PENDING payment code as this shouldnt be an issue now that gas is not part of the network.  If the callback receive() function receives ETH, so I'm not sure what the implications of that are and if it shouldn't accept any ETH now that everything should be running on $MUSIC for the end user and not ETH
Removed the received() fallback function for accepting ETH payments.  It is not required and the accounting becomes confusing because of the mixed $MUSIC / ETH currencies if it is accepted.  Distribution would then have to work with both ETH and $MUSIC when in fact this contract should only be receiving $MUSIC
Fixed some comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants