-
Notifications
You must be signed in to change notification settings - Fork 0
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
F/gasless non wrapped tokens bis #1
base: develop
Are you sure you want to change the base?
Commits on Jan 26, 2024
-
Fixes bug during DAO creation, not allowing
any wallet to create processes Signed-off-by: emmdim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e9aef10 - Browse repository at this point
Copy the full SHA e9aef10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25d9852 - Browse repository at this point
Copy the full SHA 25d9852View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ccc3ac - Browse repository at this point
Copy the full SHA 5ccc3acView commit details -
Fixes bug caused in Gasless Proposal creation
from endDate allowed to be undefined
Configuration menu - View commit details
-
Copy full SHA for 07dcbc0 - Browse repository at this point
Copy the full SHA 07dcbc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29c5a6b - Browse repository at this point
Copy the full SHA 29c5a6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 042aab4 - Browse repository at this point
Copy the full SHA 042aab4View commit details -
Removes buggy line in endDate calculation of
createProposal
Configuration menu - View commit details
-
Copy full SHA for a046c65 - Browse repository at this point
Copy the full SHA a046c65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9df6db5 - Browse repository at this point
Copy the full SHA 9df6db5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f68b7c9 - Browse repository at this point
Copy the full SHA f68b7c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48c8732 - Browse repository at this point
Copy the full SHA 48c8732View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3547baf - Browse repository at this point
Copy the full SHA 3547bafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1182b92 - Browse repository at this point
Copy the full SHA 1182b92View commit details -
Configuration menu - View commit details
-
Copy full SHA for d479d47 - Browse repository at this point
Copy the full SHA d479d47View commit details -
Configuration menu - View commit details
-
Copy full SHA for a479263 - Browse repository at this point
Copy the full SHA a479263View commit details -
Fix gasless voting terminal status message
It takes the possibility that the gasless election is succeded but the approval period is passed. So it shows passed message
Configuration menu - View commit details
-
Copy full SHA for 9233e7e - Browse repository at this point
Copy the full SHA 9233e7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e02e334 - Browse repository at this point
Copy the full SHA e02e334View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc0317b - Browse repository at this point
Copy the full SHA dc0317bView commit details -
Fixes account creation bug during gasless proposal
creation Signed-off-by: emmdim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 319ba81 - Browse repository at this point
Copy the full SHA 319ba81View commit details -
Signed-off-by: emmdim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1348d21 - Browse repository at this point
Copy the full SHA 1348d21View commit details -
Temporarily sets resolutions for sdk-client-common
Signed-off-by: emmdim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a6f8135 - Browse repository at this point
Copy the full SHA a6f8135View commit details -
Updates census3 tags to ['aragon','dao']
Signed-off-by: emmdim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6dff837 - Browse repository at this point
Copy the full SHA 6dff837View commit details -
Hide earlyExecution and vote replacement for gasless DAO's
Configuration menu - View commit details
-
Copy full SHA for c202270 - Browse repository at this point
Copy the full SHA c202270View commit details -
Fix voting terminal info for approvals
Voting terminal for execution multisig info tab now acts as multisig voting terminal (counting approvals properly)
Configuration menu - View commit details
-
Copy full SHA for 8a5012b - Browse repository at this point
Copy the full SHA 8a5012bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d804219 - Browse repository at this point
Copy the full SHA d804219View commit details -
It checks if has already vote using the hook useGaslessHasAlreadyVote . So we can avoid this call
Configuration menu - View commit details
-
Copy full SHA for 3cfada3 - Browse repository at this point
Copy the full SHA 3cfada3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f3d276 - Browse repository at this point
Copy the full SHA 2f3d276View commit details -
* Fixes proposal status regarding approval
* updates to gasless voting sdk version that reduces significantly web3 calls Signed-off-by: emmdim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3753a8a - Browse repository at this point
Copy the full SHA 3753a8aView commit details -
Bumps gasless voting sdk to fix types issues
Signed-off-by: emmdim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07f0152 - Browse repository at this point
Copy the full SHA 07f0152View commit details -
Temporarily fixes liniting issues coming from develop
(but not throw in develop :-| ) Signed-off-by: emmdim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 09f5d6d - Browse repository at this point
Copy the full SHA 09f5d6dView commit details -
Bumps gasless voting sdk to fix issue with
approvers Signed-off-by: emmdim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3aba9f5 - Browse repository at this point
Copy the full SHA 3aba9f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7402f97 - Browse repository at this point
Copy the full SHA 7402f97View commit details -
Configuration menu - View commit details
-
Copy full SHA for b959805 - Browse repository at this point
Copy the full SHA b959805View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6195501 - Browse repository at this point
Copy the full SHA 6195501View commit details -
Signed-off-by: emmdim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 318e3c8 - Browse repository at this point
Copy the full SHA 318e3c8View commit details -
Implement propose settings (aragon#1148)
* Temporarily fixes liniting issues coming from develop (but not throw in develop :-| ) * Implement propose settings form * Implement encode actions * Merge CreateProposalProvider code * Move Actions processing to a useEffect * Implement gasless action filter * Split propose settings stepper * Implement set form actions * Implement decode gasless plugin action * Delete the option to add/remove committe members using the propose settings form * Update strings * Add support for all the settings and not only for the execution multisig ones. * Gasless modify execution multisig (aragon#1174) * Implement manage execution multisig members * Added default values to the action in order to pass the proper values to the encoding function * Implement manage members button * Suport gaslessClient for remove add members * Adds gasless member actions to proposal * Updates use-proposals to receive the new GaslessVotingProposalListItem * Fixes relevant `react-query` issues with types * Bumps @vocdoni/[email protected] to fix bug in identifying multisig members --------- Signed-off-by: emmdim <[email protected]> Co-authored-by: emmdim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d2396f - Browse repository at this point
Copy the full SHA 9d2396fView commit details -
Signed-off-by: emmdim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea95e05 - Browse repository at this point
Copy the full SHA ea95e05View commit details -
Set vocdoni election interruptible to false
If an election is interrupted on the Vocdoni environment, the Aragon app crashes. On any case, Aragon does not support interruptible proposals yet.
Configuration menu - View commit details
-
Copy full SHA for 0e96a72 - Browse repository at this point
Copy the full SHA 0e96a72View commit details -
Create the Vocdoni census3 token again if for some reason the token is not previously saved on the census3
Configuration menu - View commit details
-
Copy full SHA for 84448e3 - Browse repository at this point
Copy the full SHA 84448e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2589453 - Browse repository at this point
Copy the full SHA 2589453View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9687e3b - Browse repository at this point
Copy the full SHA 9687e3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 432db49 - Browse repository at this point
Copy the full SHA 432db49View commit details -
Fix
isGaslessProposal
functionFor the `useProposals` hook, the returning information haven't a `vochainId`, causing a bad behavior of the dashboard proposals cards. It changes the way to know if `isGaslessProposal` to be compatible with this hook.
Configuration menu - View commit details
-
Copy full SHA for 29cbd3c - Browse repository at this point
Copy the full SHA 29cbd3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for da73aba - Browse repository at this point
Copy the full SHA da73abaView commit details -
Configuration menu - View commit details
-
Copy full SHA for da16f2a - Browse repository at this point
Copy the full SHA da16f2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 012f2db - Browse repository at this point
Copy the full SHA 012f2dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 289619a - Browse repository at this point
Copy the full SHA 289619aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12599c4 - Browse repository at this point
Copy the full SHA 12599c4View commit details -
Implement gasless voting approve and execute (aragon#1193)
* Implement try execution flow For gasless approval * Fix executableWithNextApproval It have not to be shown if the minTallyApprovals is 1 because the tally is not set yet * Implement approveTally methods
Configuration menu - View commit details
-
Copy full SHA for 33f6813 - Browse repository at this point
Copy the full SHA 33f6813View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1993cf - Browse repository at this point
Copy the full SHA a1993cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2ea5ee - Browse repository at this point
Copy the full SHA c2ea5eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b204da - Browse repository at this point
Copy the full SHA 2b204daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2246eaa - Browse repository at this point
Copy the full SHA 2246eaaView commit details
Commits on Jan 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0c7318c - Browse repository at this point
Copy the full SHA 0c7318cView commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f56fa6d - Browse repository at this point
Copy the full SHA f56fa6dView commit details -
It was some places on the code where the GaslessPluginName whas not used properly.
Configuration menu - View commit details
-
Copy full SHA for 1707248 - Browse repository at this point
Copy the full SHA 1707248View commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1e0f86b - Browse repository at this point
Copy the full SHA 1e0f86bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0db9c4a - Browse repository at this point
Copy the full SHA 0db9c4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9933093 - Browse repository at this point
Copy the full SHA 9933093View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b40e6b - Browse repository at this point
Copy the full SHA 8b40e6bView commit details -
Bump "@vocdoni/gasless-voting": "^0.0.1-rc20"
Delete @vocdoni/gasless-voting-ethers also
Configuration menu - View commit details
-
Copy full SHA for b80f1f1 - Browse repository at this point
Copy the full SHA b80f1f1View commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7a5b374 - Browse repository at this point
Copy the full SHA 7a5b374View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce998d9 - Browse repository at this point
Copy the full SHA ce998d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for dad748d - Browse repository at this point
Copy the full SHA dad748dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26c79c3 - Browse repository at this point
Copy the full SHA 26c79c3View commit details
Commits on Feb 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2ea9ecc - Browse repository at this point
Copy the full SHA 2ea9eccView commit details -
Configuration menu - View commit details
-
Copy full SHA for f05f1ab - Browse repository at this point
Copy the full SHA f05f1abView commit details