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

deep-mind writes packed transaction instead of signed one on DTRX_OP PUSH_CREATE #651

Closed
fschoell opened this issue Jul 12, 2022 · 1 comment
Assignees
Labels
3.1 Candidates OCI OCI working this issue...

Comments

@fschoell
Copy link

Looking at the deep-mind plugin, the version that has been integrated into eosio v2.1 writes signed transactions into the dmlog on PUSH_CREATE deferred transactions, see here.

The current mandel seems to use the packed transaction instead though, see here. This should be only used for MODIFY_CREATE while PUSH_CREATE should write the signed transaction.

@heifner
Copy link
Member

heifner commented Jul 14, 2022

Resolved by #654

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.1 Candidates OCI OCI working this issue...
Projects
Status: Done
Development

No branches or pull requests

5 participants