-
Notifications
You must be signed in to change notification settings - Fork 4
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
Handle polkadot forks #483
base: dev
Are you sure you want to change the base?
Conversation
for more information, see https://pre-commit.ci
use latest polkadot sdk and frontier versions: stable2407
for more information, see https://pre-commit.ci
…ade-finished feat: creditcoin3 runtime polkadot/frontier dependency finished.
for more information, see https://pre-commit.ci
feat: update frontier rpc trace to the latest version of polkadot.
fix FrontierBackend
feat: upgrade cc3 node to latest frontier, polkadot sdk + todo
for more information, see https://pre-commit.ci
fix: run of Subcommand::FrontierDb inside node
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.
looking good so far but needs cleanup
feat: metrics for full node, refactoring
For full LLVM coverage report click here! |
fix: cc3 forks fix ci after updating fork of frontier and polkadot sdk
From integration-tests-cli:
This will have an impact on 2 fronts:
|
|
||
type RuntimeFreezeReason = RuntimeFreezeReason; | ||
// type FreezeIdentifier = RuntimeFreezeReason; | ||
// type MaxFreezes = frame_support::traits::VariantCountOf<RuntimeFreezeReason>; |
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.
IMO remove comments if not in use. Better keep the code base cleaner.
feat: chopsticks
feat: check migration locally. new runtime on top of old node + runtime
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 issues noted.
However while at it it would be great to rebase this PR in order to solve a conflict in Cargo.toml as well as get rid of all the "Merge " commits currently present.
|
||
import-storage: | ||
Sudo: | ||
Key: 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY # Alice |
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.
Triggers gitleaks -> https://github.com/gluwa/creditcoin3/actions/runs/11077595872/job/31400820960?pr=483
which seems like a false positive. You can disable it in .gitleaksignore
, see the logs for more details.
Note: I think when the commit hash changes .gitleaksignore needs to be updated!
@@ -0,0 +1,17 @@ | |||
endpoint: wss://mainnet3.creditcoin.network |
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.
Suggestion: why not name this file chopsticks.yml
or chopsticks-config.yml
or something similar that would make it obvious what it is for ?
allow-unresolved-imports: true | ||
mock-signature-host: true | ||
# wasm-override: /Users/mykyta/dev/gluwa/creditcoin3-before-forks-update/target/release/wbuild/creditcoin3-runtime/creditcoin3_runtime.compact.compressed.wasm | ||
|
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.
Nitpick: file can be reformatted with prettier ->
https://github.com/gluwa/creditcoin3/actions/runs/11077595872/job/31400820960?pr=483
Description of proposed changes
Handle polkadot forks
Clean up and refactoring in progress.
Practical tips for PR review & merge: