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

Problems with deferred transactions #48

Open
1 of 2 tasks
str opened this issue Jun 9, 2020 · 3 comments
Open
1 of 2 tasks

Problems with deferred transactions #48

str opened this issue Jun 9, 2020 · 3 comments
Labels
dependencies Pull requests that update a dependency file

Comments

@str
Copy link
Member

str commented Jun 9, 2020

The deferred transaction to update the eosdactokens contract and ABI did not work, as shown at

https://eosq.app/tx/f9e191d25a2fde3f296f8c6a66d149795843b12780c504e69f0b4beefbab5efa

This has happened before, so I'm trying to document here when it happens, and what solutions/workarounds are there.

  • document the reason
  • create 2 keys to push changes as a workaround (@michaeljyeates)
@str
Copy link
Member Author

str commented Jun 9, 2020

OK, it looks like B1 had a branch related to this issue at https://github.com/EOSIO/eosio.contracts/tree/develop-deprecate-deferred-trx. EOSNation created an issue asking for feedback about this branch at EOSIO/eosio.contracts#496

Let's track that and see what B1 has to say.

@str str changed the title Problems with defered transactions Problems with deferred transactions Jun 9, 2020
@str
Copy link
Member Author

str commented Jun 9, 2020

More about the issue:

The eosio.msig and eosio.wrap changes require increasing the max_inline_action_size and max_inline_action_depth consensus parameters. These need to be large enough to allow setcode and setabi inline actions.
-- https://github.com/EOSIO/spec-repo/blob/master/esr_deprecate_deferred.md#alternatives

@michaeljyeates
Copy link
Contributor

comments on the spec repo seem to be out of date. the proposed patch to eosio.msig does take account of account level waits

@str str added the dependencies Pull requests that update a dependency file label Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

2 participants