assignVested() causing GUI to hang and then crash
Describe the bug When I try to assignVested tokens using the GUI, it causes the application to hang and then crash. I am using the standard Aragon frontend at rinkeby.client.aragon.org, and calling assignVested() from the Console in the GUI. I believe that my DAO is configured correctly, because I am able to assign() tokens without an issue.
Mainnet or testnet? I am using Rinkeby
Organization stackerdaotest3.aragonid.eth
To Reproduce Steps to reproduce the behavior:
- Go to console
- Call exec/0xe9de2187e6ab46ab0da72f4ba20cbe2ee25e5b48/assignVested(0x8e7d400951F4B86aaEE918726619527f1B3E4885,2500000000000000000,1612655690,1612657690,1612659690,false)
- After submitting, the GUI will hang and then crash.
Expected behavior This to process a vesting without a crash.
Desktop (please complete the following information):
- OS and OS version: macOS Mohave 10.14
- Browser and browser version: Chrome 88.0.4324.96
Faced with the same problem
Similar thing happened with me. I was trying to assign vested tokens from the EVMcrispr, which triggers the voting app. That's where the crash happened. So I bypassed the voting app by assigning permission to my own wallet address. Also manually sent token from my wallet to the token manager address. Then, using the command below on EVMcrispr worked like a charm
connect <DAO> token-manager
exec token-manager assignVested <ACCOUNT> <AMOUNT>e18 <START-DATE> <CLIFF-DATE> <END-DATE> true
Any updates on this issue?