Hadrien Charlanes

Results 6 issues of Hadrien Charlanes

## Improvement goal: Currently every token transfer triggers 4 snapshots which can be costly in gas - Proposition and Voting powers of sender - Proposition and Voting powers of receiver...

https://github.com/sismo-core/sismo-protocol/blob/accountbound-improvements-and-airdrop-attester/tasks/deploy-tasks/full/0-deploy-core-and-hydra-s1-simple-and-accountbound.task.ts#L266 Issue with ``` -> proxy: ${(await hre.deployments.all()).Front.address} ``` - [ ] fix: add deployment prefix like this one: ``` (await hre.deployments.all())[options.deploymentNamePrefix + '_Front'].address ``` - [ ] clean: create...