Skip to content
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

Merged
merged 1 commit into from
May 13, 2024
Merged

Conversation

ctrlc03
Copy link
Collaborator

@ctrlc03 ctrlc03 commented May 2, 2024

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

Copy link

vercel bot commented May 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
maci-website ✅ Ready (Inspect) Visit Preview May 13, 2024 8:47am

Copy link
Collaborator

@0xmad 0xmad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ctrlc03 thanks!

Copy link
Collaborator

@kittybest kittybest left a 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

circuits/circom/utils/messageToCommand.circom Outdated Show resolved Hide resolved
@@ -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
@ctrlc03 ctrlc03 merged commit 4b37353 into dev May 13, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants