-
Notifications
You must be signed in to change notification settings - Fork 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
change logic of attestation issuance, to handle fees #167
Comments
We've changed the approach of this feature now instead we deploy a resolver contract that will collect a specified fee for each attestation made using our schema. if a user makes multiple attestations the fee also multiplies. Here is a deployment on Sepolia we can start using right away: for each attestation it is expecting the user to send 0.0001 ETH You can see some sample data in the tests I ran in foundry here: https://github.com/Giveth/DeVouch-contracts/blob/master/test/testDeployedResolver.t%20copy.sol#L40-L53 To-do
|
for merging to production"
|
Test Update
After successfully vouching and flagging a project, there is no record of the details on Project card, Project details page as well as my Attestation page Vouching for a Project Flagging a Project |
My first question is WHO IS HAJIA!??? 🤭 |
@divine-comedian 🤣🤣🤣🤣 Ohhh my comments while attesting.... "Hajia" is my pet name at home |
We added a resolver contract to enforce an exact amount of ETH to be sent with each attestation using our schema. This will affect users vouching flagging and editing their attestations (deleting/revoking remains unchanged, no fee).
AC
The text was updated successfully, but these errors were encountered: