Open divine-comedian opened 2 months ago
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
for merging to production"
@mateodaza @MohammadPCh
Test Update
New attestations for vouch/flag/edit shows on relevant project and user attestation history tables - "Fail"
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!??? :hand_over_mouth:
@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