-
Notifications
You must be signed in to change notification settings - Fork 1
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
feature: tips withdrawal amount #98
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I need to check some stuff on the upgradable contract
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we have to versioning the Contract we will deploy.
Looking for a better way to do it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i was thinking that we write some changes on the contract code and then after finish, we can deploy this new changes contract and then change the pointer of implementation contract to this contract
we dont have to create new file like TipsV2. unless there is major changes
Description
We want the user can withdraw certain amount of the user's balance
Fixes # (#96)
Type of change
Please delete options that are not relevant.
Checklist: