-
Notifications
You must be signed in to change notification settings - Fork 840
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[FRAME] Consistently use u64 as BlockNumber on FRAME tests #3285
[FRAME] Consistently use u64 as BlockNumber on FRAME tests #3285
Conversation
User @philoniare, please sign the CLA here. |
@philoniare can you please make sure it compiles? (see ci) |
Yep sorry, I'm still working on it. Is there any way to mark a PR as "Not yet ready for review"? |
d505cbd
to
15f8569
Compare
The CI pipeline was cancelled due to failure one of the required jobs. |
@liamaharon all tests are passing now, except for the westend-runtime, which I was also able to reproduce on the master branch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
bot fmt |
@gupnik https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/5209205 was started for your command Comment |
@gupnik Command |
Thanks for the guidance 🙏 |
Closing this as per the discussion on the original issue. |
Description
Refactors FRAME tests to use u64 as Blocknumber in accordance with the discussion on issue #1657.
Fixes #1657