-
Notifications
You must be signed in to change notification settings - Fork 15
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-1232: Remove collect coins #1660
Conversation
For full LLVM coverage report click here! |
e1337c6
to
a674d41
Compare
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.
Added some comments and questions
46a82c3
to
f6751d0
Compare
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.
Minor comments, otherwise looks good.
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.
For some reason compiling unit tests is failing:
error[E0275]: overflow evaluating the requirement `<Runtime as pallet_grandpa::Config>::KeyOwnerProof == _`
https://github.com/gluwa/creditcoin/actions/runs/10282472003/job/28455986492?pr=1660
saw this gluwa/creditcoin3@1655f7d and this paritytech/polkadot-sdk#2641 and then I remembered when we fixed this issue on cc3, probably needs the same fix here, @atodorov WDYT? |
I think it is safer and faster to revert the change to rust-toolchain.toml instead. |
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.
cargo audit
- unrelated failure, known issuebuild-creditcoin-transaction-producer
- unrelated failure, known issuellvm cov
- fails with not enough disk space on a GitHub hosted runner. This is new but not convinced it is entirely related to the current changes.cargo test
appears to be passing -> https://pastebin.com/iJkEbE50
LGTM
e56d230
to
2210b16
Compare
Description of proposed changes
Removing collect_coins functionality. Everything is commented out for now not deleted. The only part left to figure out is the migrations. The node compiles, the tests are green
Practical tips for PR review & merge: