We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The error MetaMask - RPC Error: execution reverted will occasionally occur when trying to remove on-chain group members.
MetaMask - RPC Error: execution reverted
To Reproduce Steps to reproduce the behavior:
OK
Some error occurred! Check if you're on Sepolia network and the transaction is signed and completed
Sometimes the transaction will pass instead of error.
Expected behavior The selected member should be removed successfully without any error.
Screenshots Bandada alert error message
Browser console error message
The text was updated successfully, but these errors were encountered:
This issue is due to the Semaphore Subgraph not working properly after a member is removed, see issue: semaphore-protocol/semaphore#858
Bandada could wait for the issue to be fixed or use the SemaphoreEthers class instead of the SemaphoreSubgraph class here: https://github.com/bandada-infra/bandada/blob/main/apps/dashboard/src/api/semaphoreAPI.ts#L1
SemaphoreEthers
SemaphoreSubgraph
Semaphore @semaphore-protocol/data docs: https://github.com/semaphore-protocol/semaphore/tree/main/packages/data#readme
@semaphore-protocol/data
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The error
MetaMask - RPC Error: execution reverted
will occasionally occur when trying to remove on-chain group members.To Reproduce
Steps to reproduce the behavior:
OK
for remove confirmation.Some error occurred! Check if you're on Sepolia network and the transaction is signed and completed
.MetaMask - RPC Error: execution reverted
.Sometimes the transaction will pass instead of error.
Expected behavior
The selected member should be removed successfully without any error.
Screenshots
Bandada alert error message
Browser console error message
The text was updated successfully, but these errors were encountered: