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

Mainnet config #1306

Merged
merged 5 commits into from
Jan 8, 2024
Merged

Mainnet config #1306

merged 5 commits into from
Jan 8, 2024

Conversation

Thykof
Copy link
Contributor

@Thykof Thykof commented Jan 2, 2024

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.

@Thykof Thykof changed the title Mainnetconfig Mainnet config Jan 2, 2024
Copy link

codecov bot commented Jan 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (248b418) 23.08% compared to head (b26b986) 23.08%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1306   +/-   ##
=======================================
  Coverage   23.08%   23.08%           
=======================================
  Files          30       30           
  Lines        1750     1750           
=======================================
  Hits          404      404           
  Misses       1333     1333           
  Partials       13       13           

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

Copy link
Member

@thomas-senechal thomas-senechal left a comment

Choose a reason for hiding this comment

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

Good job !
Just one small non blocking comment

api/test/robot_tests/network/network.robot Show resolved Hide resolved
@Thykof Thykof merged commit 10b8154 into main Jan 8, 2024
17 checks passed
@Thykof Thykof deleted the mainnetconfig branch January 8, 2024 15: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.

add missing robot tests for GET /network, POST /network/{network} and /massa/node
2 participants