fix: rebrand derleme hataları düzeltildi

- contracts/fixtures: workspace inheritance kaldırıldı (temp dir sorunu)
- revive/fixtures: panic_immediate_abort yeni syntax güncellendi
- asset-hub-zagros: pezpezsnowbridge double prefix düzeltildi
- bridge-hub-*/weights: snowbridge_pezpallet → pezsnowbridge_pezpallet rename
- umbrella: pezframe_benchmarking_pezpallet_pov import düzeltildi
- REBRAND_PROGRESS.md: gerçek durum güncellendi (75/76 tamamlandı)
This commit is contained in:
2025-12-16 10:44:57 +03:00
parent 3139ffa25e
commit dd6d48f528
17 changed files with 143 additions and 98 deletions
@@ -44,7 +44,7 @@ parameter_types! {
impl pezsnowbridge_pezpallet_system_frontend::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type WeightInfo = weights::pezpezsnowbridge_pezpallet_system_frontend::WeightInfo<Runtime>;
type WeightInfo = weights::pezsnowbridge_pezpallet_system_frontend::WeightInfo<Runtime>;
#[cfg(feature = "runtime-benchmarks")]
type Helper = ();
type RegisterTokenOrigin = EitherOf<
@@ -80,7 +80,7 @@ impl pezsnowbridge_pezpallet_system_frontend::Config for Runtime {
type UniversalLocation = UniversalLocation;
type PalletLocation = SystemFrontendPalletLocation;
type Swap = AssetConversion;
type BackendWeightInfo = weights::pezpezsnowbridge_pezpallet_system_backend::WeightInfo<Runtime>;
type BackendWeightInfo = weights::pezsnowbridge_pezpallet_system_backend::WeightInfo<Runtime>;
type AccountIdConverter = xcm_config::LocationToAccountId;
}
@@ -63,8 +63,8 @@ pub mod pezpallet_xcm;
pub mod pezpallet_xcm_bridge_hub_router;
pub mod paritydb_weights;
pub mod rocksdb_weights;
pub mod pezpezsnowbridge_pezpallet_system_backend;
pub mod pezpezsnowbridge_pezpallet_system_frontend;
pub mod pezsnowbridge_pezpallet_system_backend;
pub mod pezsnowbridge_pezpallet_system_frontend;
pub mod xcm;
pub use block_weights::constants::BlockExecutionWeight;