-
Notifications
You must be signed in to change notification settings - Fork 153
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
refactor(topup): remove the topup feature #1421
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
3015dd9
to
6b89d9a
Compare
6b89d9a
to
3bcbb6e
Compare
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.
@ctrlc03 thanks!
3bcbb6e
to
d3cab94
Compare
d3cab94
to
b300ae7
Compare
b300ae7
to
480772c
Compare
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.
thanks! just left a comment
480772c
to
f44c89d
Compare
f44c89d
to
5a9a093
Compare
5a9a093
to
fa9da09
Compare
@@ -30,8 +26,7 @@ | |||
MaxValues calldata _maxValues, | |||
TreeDepths calldata _treeDepths, | |||
PubKey calldata _coordinatorPubKey, | |||
address _maci, | |||
TopupCredit _topupCredit | |||
address _maci |
Check warning
Code scanning / Slither
Conformance to Solidity naming conventions Warning
remove the topup feature until a more appropriate design is proposed. Currently the feature is not used in production and adds unnecessary complexity to the code. A re-design is necessary to make it an effective feature. BREAKING CHANGE: No more topups
fa9da09
to
67711d4
Compare
Description
remove the topup feature until a more appropriate design is proposed. Currently the feature is not used in production and adds unnecessary complexity to the code. A re-design is necessary to make it an effective feature.
BREAKING CHANGE: No more topups
Related issue(s)
re #1384
Confirmation