Skip to content
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

Can't activate tokens when coin machine is installed & token is locked #3033

Closed
chinins opened this issue Dec 13, 2021 · 2 comments · Fixed by #3115
Closed

Can't activate tokens when coin machine is installed & token is locked #3033

chinins opened this issue Dec 13, 2021 · 2 comments · Fixed by #3115
Assignees
Labels

Comments

@chinins
Copy link
Contributor

chinins commented Dec 13, 2021

Steps to reproduce

  1. Install coin Machine without unlocking token
  2. Try to activate tokens

Expected behaviour

Tokens should be activated

Actual behaviour

The is an estimation error:

Suggestions (optional)

I've talked to Alex about it and here is what he said:

And I'm saying that the problem is the authority deployed when coinmachine is installed
specifically, the addresses passed that are allowed to transfer
which, on deployment of the token in the colony and colony creation flow will include the token locking contract
But in the authority that's deployed with the coinmachine it's omitted
The same authority contract is deployed both times
The parameters are under the control of the dapp interface
@chinins chinins added the bug label Dec 13, 2021
@arrenv
Copy link
Member

arrenv commented Dec 14, 2021

@chinins I have been experiencing the same issue and as suggested it works after unlocking the colony token.

@rdig
Copy link
Member

rdig commented Dec 20, 2021

The fix for this will be in the instlallExtensions saga

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants