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

Actualizar parámetros de los actions en los Smart Contract #28

Open
leisterfrancisco opened this issue May 31, 2021 · 0 comments
Open
Labels
bug Something isn't working

Comments

@leisterfrancisco
Copy link
Contributor

leisterfrancisco commented May 31, 2021

Cuando se actualiza un parámetro en un action de un Smart Contract, se compila y se sube a la red, este lanza un error similar al siguiente:

transaction declares authority '{"actor":"costarica","permission":"writer"}', but does not have signatures for it under a provided delay of 0 ms, provided permissions [], provided keys ["EOS52fADru6HdXxWvWqpDPtmeDAh1gdXit7Q7A25GhCe39nHeWsUh","EOS5oSXwBRZKrGyg5SSo81HGEhpwE9My2x4scGH2RSSTPv6STDjw4"], and a delay max limit of 3888000000 ms

Pasos para replicar:

  1. Cambiar un parámetro de un action en un smart contract
  2. Compilar el Smart Contract
  3. Publicar el Smart Contract en la red
  4. Esperar uno 5 minutos aproximadamente para que la transacción sea irreversible
  5. Usar el action modificado

También hay un issue reportado paso a paso de lo sucedido, puede consultarlo aquí

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant