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

[3.1] Use signed transaction for PUSH_CREATE action deep-mind logging. #654

Merged
merged 1 commit into from
Jul 13, 2022

Conversation

oschwaldp-oci
Copy link
Contributor

Resolves: #651

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.

@oschwaldp-oci oschwaldp-oci requested a review from heifner July 12, 2022 19:00
@heifner heifner changed the title GH-651 Use signed trasaction for PUSH_CREATE action deep-mind logging. [3.1] GH-651 Use signed trasaction for PUSH_CREATE action deep-mind logging. Jul 12, 2022
@heifner heifner added the OCI OCI working this issue... label Jul 12, 2022
Copy link
Member

@spoonincode spoonincode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one sec

@oschwaldp-oci oschwaldp-oci changed the title [3.1] GH-651 Use signed trasaction for PUSH_CREATE action deep-mind logging. [3.1] Use signed trasaction for PUSH_CREATE action deep-mind logging. Jul 12, 2022
@matthewdarwin matthewdarwin changed the title [3.1] Use signed trasaction for PUSH_CREATE action deep-mind logging. [3.1] Use signed transaction for PUSH_CREATE action deep-mind logging. Jul 12, 2022
@spoonincode spoonincode dismissed their stale review July 13, 2022 02:46

removing block

@fschoell
Copy link

Great, seems to work. Thanks

@oschwaldp-oci oschwaldp-oci merged commit 250b6ee into release/3.1.x Jul 13, 2022
@oschwaldp-oci oschwaldp-oci deleted the deep-mind-write-signed-trx-push-create branch July 13, 2022 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCI OCI working this issue...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants