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

fix: contract created operation with input message #1635

Merged
merged 3 commits into from
Jan 11, 2024

Conversation

luizstacio
Copy link
Member

The current implementation of getContractCreatedOperations only checks by inputs of type Coin with the new implementation if accounts for coin and message.

This issue is affecting also beta-4 versions, would be good to have a patch for the older versions also. But maybe as we don't have this support for now we are going to get it only on beta-5. cc: @arboleya

closes: #1634

Copy link
Contributor

github-actions bot commented Jan 11, 2024

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements
86.91% (+0.01% 🔼)
6159/7087
🟡 Branches 70.9% 965/1361
🟡 Functions
77.95% (+0.05% 🔼)
1011/1297
🟢 Lines
86.89% (+0.01% 🔼)
5903/6794

Test suite run success

1481 tests passing in 262 suites.

Report generated by 🧪jest coverage report action from 53a914a

@Torres-ssf Torres-ssf added the bug Issue is a bug label Jan 11, 2024
@luizstacio luizstacio merged commit 08a85b4 into master Jan 11, 2024
10 checks passed
@luizstacio luizstacio deleted the ls/fix/operation-contract-created branch January 11, 2024 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Operations Crash if the transaction of type Create only has input message
3 participants