We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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
comments on the spec repo seem to be out of date. the proposed patch to eosio.msig does take account of account level waits
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: