fix(ci): AŞAMA 3 test düzeltmeleri
- testnet cargo profili eklendi (CI testleri için gerekli) - tests-misc.yml: frame-feature-testing feature adı düzeltildi - 179 UI test .stderr dosyası güncellendi (rebrand yansıması) - ss58-registry doc testleri: ss58_registry -> pezkuwi_ss58_registry - ss58-registry doc testleri: TokenRegistry::Dot -> TokenRegistry::Hez - WORKFLOW_PLAN.md güncellendi (doğru CI komutları) - 3 pezpallet UI test dosyası düzeltildi: - PezpalletInfo -> PalletInfo - PezpalletError -> PalletError Test edildi: - cargo check --workspace --locked --features experimental,ci-only-tests ✅ - cargo check --workspace --locked --features try-runtime,experimental,ci-only-tests ✅ - cargo check --workspace --locked --features runtime-benchmarks ✅ - cargo test --profile testnet -p pezkuwi-node-metrics --features=runtime-metrics ✅ - cargo test -p pezframe-support-test UI tests ✅ - cargo test --doc --workspace --all-features ✅ - cargo build --profile testnet -p pezkuwi-test-malus ✅
This commit is contained in:
+3
-3
@@ -4,10 +4,10 @@ error[E0412]: cannot find type `RuntimeCall` in this scope
|
||||
30 | type RuntimeCall = ();
|
||||
| ^^^^^^^^^^^
|
||||
...
|
||||
35 | #[derive_impl(Pallet)] // Injects type RuntimeCall = RuntimeCall;
|
||||
| ---------------------- in this macro invocation
|
||||
35 | #[derive_impl(Pezpallet)] // Injects type RuntimeCall = RuntimeCall;
|
||||
| ------------------------- in this macro invocation
|
||||
|
|
||||
= note: this error originates in the macro `Pallet` which comes from the expansion of the macro `frame_support::macro_magic::forward_tokens_verbatim` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
= note: this error originates in the macro `Pezpallet` which comes from the expansion of the macro `pezframe_support::macro_magic::forward_tokens_verbatim` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
help: you might have meant to use the associated type
|
||||
|
|
||||
30 | type Self::RuntimeCall = ();
|
||||
|
||||
+2
-2
@@ -10,5 +10,5 @@ error[E0046]: not all trait items implemented, missing: `RuntimeInfo`
|
||||
22 | type RuntimeInfo;
|
||||
| ---------------- `RuntimeInfo` from trait
|
||||
...
|
||||
30 | impl Config for Pallet {
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^ missing `RuntimeInfo` in implementation
|
||||
30 | impl Config for Pezpallet {
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^ missing `RuntimeInfo` in implementation
|
||||
|
||||
Reference in New Issue
Block a user