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

Massa v27 compatible #1274

Merged
merged 3 commits into from
Nov 21, 2023
Merged

Massa v27 compatible #1274

merged 3 commits into from
Nov 21, 2023

Conversation

Thykof
Copy link
Contributor

@Thykof Thykof commented Nov 17, 2023

Delivery Quality Checklist

  • Breaking Changes in API:
    Does this PR introduce breaking changes in the API?

    • If yes, have you considered making it backward compatible?
    • If backward compatibility is not considered, set the "breaking-change" label.
  • Changelog:

    • For bugfix PR, set the "bugfix" label
    • If this change should not appear in changelog, use "ignore-for-changelog" label
  • Version Update Handling:
    Have you ensured that the version update by user is handled correctly?

  • PR Dependency:
    Does this PR depend on another PR?

    • If yes, is it necessary for the dependency to be released prior to merging this one?
  • Documentation:

    • Are any necessary changes made to user-facing documentation?
    • Confirm that API documentation is updated with any relevant changes.
    • Check that README and other documentation files are accurate and current.

* fix variable typo

* fix order of event parameter

* typos

* change op type id type

* update max gas to v27 values
* web-on-chain: reduce chunk size to 78000

* web-on-chain: add description

* roll back DefaultGasLimit

* rollback chunk size

* increase default max_gas for execute SC

* update task file
Copy link

codecov bot commented Nov 17, 2023

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (c1b8cfd) 25.19% compared to head (847bb6d) 25.46%.

Files Patch % Lines
pkg/node/sendoperation/sendoperation.go 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1274      +/-   ##
==========================================
+ Coverage   25.19%   25.46%   +0.27%     
==========================================
  Files          25       25              
  Lines        1564     1547      -17     
==========================================
  Hits          394      394              
+ Misses       1157     1140      -17     
  Partials       13       13              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Thykof Thykof merged commit 8ed54ff into main Nov 21, 2023
15 of 17 checks passed
@Thykof Thykof deleted the massa-blockchain-v27 branch November 21, 2023 13:09
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