client icon indicating copy to clipboard operation
client copied to clipboard

assignVested() causing GUI to hang and then crash

Open jack0x-tech opened this issue 4 years ago • 3 comments

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:

  1. Go to console
  2. Call exec/0xe9de2187e6ab46ab0da72f4ba20cbe2ee25e5b48/assignVested(0x8e7d400951F4B86aaEE918726619527f1B3E4885,2500000000000000000,1612655690,1612657690,1612659690,false)
  3. 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

jack0x-tech avatar Feb 07 '21 00:02 jack0x-tech

Faced with the same problem

Raskolnikofff avatar Apr 19 '21 14:04 Raskolnikofff

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

parrachia avatar Apr 25 '22 21:04 parrachia

Any updates on this issue?

divine-comedian avatar Nov 04 '22 17:11 divine-comedian