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 origination with Michelson storage #1341

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

serjonya-trili
Copy link
Contributor

Proposed changes

here's the reason why

Types of changes

  • Bugfix

Steps to reproduce

try to deploy a token here

@serjonya-trili serjonya-trili force-pushed the fix-contract-origination branch from 3edbb17 to 4166baf Compare June 6, 2024 10:42
Copy link

github-actions bot commented Jun 6, 2024

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 89.51% 3676/4107
🟢 Branches 81.8% 1272/1555
🟢 Functions 87.73% 1115/1271
🟢 Lines 89.43% 3478/3889

Test suite run success

1439 tests passing in 186 suites.

Report generated by 🧪jest coverage report action from 2faa531

try {
new Parser().parseJSON(rawStorage);
return true;
} catch (_) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Here we can use catch clause without params. No need (_)

@OKendigelyan
Copy link
Contributor

@serjonya-trili LGTM including one small comment 👍

@serjonya-trili serjonya-trili force-pushed the fix-contract-origination branch from 4166baf to 2faa531 Compare June 6, 2024 13:24
@serjonya-trili serjonya-trili merged commit 96aff45 into main Jun 6, 2024
2 checks passed
@serjonya-trili serjonya-trili deleted the fix-contract-origination branch June 6, 2024 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants