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

CSUB-1382: Unblock runtime upgrade testing for mainnet #532

Merged

Conversation

atodorov
Copy link
Contributor

Description of proposed changes


Practical tips for PR review & merge:

  • All GitHub Actions report PASS
  • Newly added code/functions have unit tests
    • Coverage tools report all newly added lines as covered
    • The positive scenario is exercised
    • Negative scenarios are exercised, e.g. assert on all possible errors
    • Assert on events triggered if applicable
    • Assert on changes made to storage if applicable
  • Modified behavior/functions - try to make sure above test items are covered
  • Integration tests are added if applicable/needed

@atodorov
Copy link
Contributor Author

Example of successfull Runtime Upgrade execution against Mainnet: https://github.com/gluwa/creditcoin3/actions/runs/11952245910

@atodorov atodorov changed the base branch from main to dev November 21, 2024 13:06
originally this CI config was a copy from Creditcoin 2 where the node
binary accepts both --chain main and --chain mainnet. However
Creditcoin3 recognizes only the value "mainnet"!
@atodorov atodorov force-pushed the testing/CSUB-1382-unblock-runtime-upgrade-testing-for-mainnet branch from 6ba5645 to bd1f8ed Compare November 21, 2024 13:07
Copy link

For full LLVM coverage report click here!

Copy link
Contributor

@beqaabu beqaabu left a comment

Choose a reason for hiding this comment

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

lgtm

note: fyi the runtime wasnt actually upgraded because the version wasn't bumped
image
https://github.com/gluwa/creditcoin3/actions/runs/11952245910/job/33318862352

@atodorov atodorov merged commit 4942ecc into dev Nov 22, 2024
52 of 53 checks passed
@atodorov atodorov deleted the testing/CSUB-1382-unblock-runtime-upgrade-testing-for-mainnet branch November 22, 2024 12:56
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