Commit Graph

108 Commits

Author SHA1 Message Date
pezkuwichain bd2d665c4e fix: comprehensive feature propagation and dep:serde fixes
- Fix serde optional dependency issues by adding dep:serde to serde features (24 crates)
- Run zepter to propagate runtime-benchmarks, std, try-runtime, serde, experimental, with-tracing, tuples-96 features
- Regenerate umbrella crate with proper feature propagation
- Format all TOML files with taplo

This resolves check-umbrella and check-zepter CI failures.
2026-01-04 20:37:14 +03:00
pezkuwichain a45e5ae5ec fix: update umbrella feature names to correct pezstaging- prefixes
- pezstaging-node-cli: use direct workspace deps instead of umbrella
- templates/teyrchain/runtime: xcm->pezstaging-xcm, teyrchain-info->pezstaging-teyrchain-info
- yet-another-teyrchain/runtime: same xcm and teyrchain-info fixes
2026-01-04 18:25:32 +03:00
pezkuwichain bf9ea9a7de fix: use pezstaging-chain-spec-builder feature in node-cli 2026-01-04 18:07:37 +03:00
pezkuwichain e8cb11a0be fix: update pezkuwi-sdk dependency to version 2.0.0 2026-01-04 18:00:35 +03:00
pezkuwichain 2832fc9ec8 chore: regenerate umbrella crate 2026-01-04 17:54:04 +03:00
pezkuwichain f3865e0ec4 fix: deny-git-deps script for path+version deps and markdown lint 2026-01-04 17:44:41 +03:00
pezkuwichain 5bdc1a900a style: apply taplo format to all Cargo.toml files 2026-01-04 17:37:38 +03:00
pezkuwichain 57fef835e3 fix(ci): resolve all quick-checks failures
- Remove missing cli crate from workspace members
- Fix TOML array syntax errors in pvf and benchmarking-cli Cargo.toml
- Fix Rust import ordering with cargo fmt
- Fix feature propagation with zepter (try-runtime, runtime-benchmarks, std)
2026-01-04 17:22:12 +03:00
pezkuwichain 80b936da22 fix(cargo): add default-features to pezkuwi-subxt-metadata workspace dep
This fixes the warning about default-features being ignored
when workspace = true is used in dependent crates.
2026-01-04 12:01:32 +03:00
pezkuwichain 674e37e443 fix(zombienet): Ed25519 detection for asset-hub-pezkuwichain
Change Ed25519 AURA key detection from 'asset-hub-polkadot' to
'asset-hub-pezkuwi' to properly generate Ed25519 keys for
asset-hub-pezkuwichain collators.

This fixes the teyrchain collation issue where AURA keys were
being generated with Sr25519 instead of Ed25519.

Changes:
- chain_spec.rs: Update chain ID check for Ed25519 detection
- keystore.rs: Rename parameter for clarity
- keystore_key_types.rs: Update function parameters and docs
- spawner.rs: Update Ed25519 detection logic
2026-01-04 12:00:19 +03:00
pezkuwichain 047ea9029d Publish crates to crates.io: FAZ 1 version bumps
Published crates:
- pezframe-support-procedural-tools 10.0.1
- pezframe-benchmarking-cli 32.0.1
- pezframe 0.1.0 (new)
- pezpallet-minimal-template 0.1.0 (new)
- pez-minimal-template-runtime 0.1.1
- pezkuwi-sdk 0.1.2
- yet-another-teyrchain-runtime 0.6.1

Updated workspace Cargo.toml version references to match published versions.
2026-01-02 12:09:24 +03:00
pezkuwichain f64e904587 Merge development: FAZ 1 Complete - Workspace compile fixes & warning cleanup 2026-01-02 11:46:14 +03:00
pezkuwichain 241bace6ad FAZ 1 Complete: Workspace compile fixes, warning cleanup, version bumps
- Fixed is_using_frame_crate() macro to check for pezframe/pezkuwi_sdk
- Removed disable_pezframe_system_supertrait_check temporary bypasses
- Feature-gated storage-benchmark and teyrchain-benchmarks code
- Fixed dead_code warnings with underscore prefix (_Header)
- Removed unused imports and shadowing use statements
- Version bumps: procedural-tools 10.0.1, benchmarking-cli 32.0.1,
  docs 0.0.2, minimal-runtime 0.0.1, yet-another-teyrchain 0.6.1, umbrella 0.1.2
- Updated MAINNET_ROADMAP.md with FAZ 1 completion status
2026-01-02 11:41:09 +03:00
pezkuwichain b349d4f90c Remove bizinikiwi-test-utils dev-deps to break circular dependencies for publishing 2025-12-29 07:43:39 +03:00
pezkuwichain d5c4e5c038 Remove circular dev-dependencies for crates.io publishing
- pezpallet-balances: removed pezpallet-transaction-payment dev-dep
- pezpallet-utility: removed pezpallet-root-testing dev-dep
- pezframe-benchmarking-cli: removed frame-storage-access-test-runtime dep
- frame-storage-access-test-runtime: removed bizinikiwi-wasm-builder, pezcumulus-pezpallet-teyrchain-system deps

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-28 19:43:15 +03:00
pezkuwichain e57986e4a3 chore: break circular dependency between election-provider crates 2025-12-28 11:43:29 +03:00
pezkuwichain 7c263cc3f3 chore: break more circular dev-dependencies for crates.io
- pezframe-metadata-hash-extension: remove bizinikiwi-test-runtime-client, bizinikiwi-wasm-builder, pezsp-transaction-pool
2025-12-28 11:33:48 +03:00
pezkuwichain fa51525f55 chore: break more circular dev-dependencies for crates.io publish
- pezframe-executive: remove bizinikiwi-test-runtime-client, pezpallet-balances, pezpallet-transaction-payment
2025-12-28 11:24:51 +03:00
pezkuwichain 7edff09452 chore: break circular dev-dependencies for crates.io publish
- Remove circular dev-deps from pezframe-support-procedural
- Remove circular dev-deps from pezframe-support
- Remove circular dev-deps from pezframe-system
- Remove circular dev-deps from pezframe-benchmarking
- Comments note that tests moved to integration test crates
2025-12-28 11:16:17 +03:00
SatoshiQaziMuhammed 9193cad431 Merge pull request #347 from pezkuwichain/development
chore: sync development with main - CI fixes and crates.io publish progress
2025-12-28 11:05:18 +03:00
pezkuwichain ed44adfb1e chore: update crates.io publish plan and fix dependencies
- Update CRATES_PUBLISH_PLAN.md with Level 0-2 completion status
- Fix binary-merkle-tree and related dependencies
- Add runtime_logger_tests.rs
- Update various Cargo.toml files
2025-12-28 11:00:56 +03:00
pezkuwichain 7382e95c28 chore: add version to ss58-registry workspace dependency 2025-12-27 22:53:16 +03:00
pezkuwichain d3fb27a5f1 fix: break circular dependency between pezsp-crypto-hashing crates
Removed pezsp-crypto-hashing-proc-macro from dev-dependencies of pezsp-crypto-hashing.
The proc-macro integration tests are already in the proc-macro crate itself.
2025-12-27 21:33:08 +03:00
pezkuwichain 4666047395 chore: add Dijital Kurdistan Tech Institute to copyright headers
Updated 4763 files with dual copyright:
- Parity Technologies (UK) Ltd.
- Dijital Kurdistan Tech Institute
2025-12-27 21:28:36 +03:00
pezkuwichain c888bd94fe chore: add version to all 477 workspace dependencies for crates.io publish 2025-12-27 21:15:35 +03:00
pezkuwichain fbad0c7266 chore: trigger CI with updated workflow-stopper credentials 2025-12-27 18:14:34 +03:00
pezkuwichain 8c4fcb3288 chore: update documentation URLs to use workspace setting
Replace all docs.rs documentation URLs with documentation.workspace = true
to inherit from the workspace's docs.pezkuwichain.io URL.
2025-12-27 17:56:39 +03:00
pezkuwichain fb17ba212f fix(ci): add missing sassafras benchmark data file
The 25_tickets_100_auths.bin file was gitignored by the global *.bin
rule but is required for cargo-check-all-benches CI job. This adds an
exception to .gitignore and includes the benchmark data file.
2025-12-27 14:01:51 +03:00
pezkuwichain 91e939b591 fix(ci): remove wasm32v1-none target to fix serde_core compilation (#346)
* docs: update workflow plan with completed CI fixes

* fix(ci): remove wasm32v1-none target installation to fix serde_core compilation

This removes the explicit `rustup target add wasm32v1-none` step from CI
workflows. When wasm32v1-none is installed, the wasm-builder uses it instead
of wasm32-unknown-unknown, which causes serde_core 1.0.228 to fail compilation
with "relaxing a default bound only does something for ?Sized" errors.

By not installing wasm32v1-none, the wasm-builder automatically falls back to
wasm32-unknown-unknown which compiles successfully.

This aligns with Polkadot SDK's CI configuration which also does not explicitly
install wasm32v1-none.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-27 09:41:10 +03:00
SatoshiQaziMuhammed 382b50c580 Merge pull request #345 from pezkuwichain/development
ci: fix WASM build failures and macOS pip issues
2025-12-26 15:27:28 +03:00
pezkuwichain e95dc1ac2c ci: add wasm32v1-none target for Rust 1.84+ WASM builds
Fixes getrandom/duplicate lang item errors in WASM builds by ensuring
the wasm32v1-none target is installed before running cargo builds that
involve WASM compilation. This is required for Rust 1.84+ where the
bizinikiwi-wasm-builder uses wasm32v1-none instead of wasm32-unknown-unknown.

Affected workflows:
- tests.yml (quick-benchmarks)
- tests-linux-stable.yml (test-linux-stable-int, test-linux-stable-runtime-benchmarks)
- tests-misc.yml (test-deterministic-wasm)
- build-publish-images.yml (build-linux-stable, build-linux-bizinikiwi)
- check-pezframe-omni-bencher.yml (quick-benchmarks-omni, run-pezframe-omni-bencher)
2025-12-26 14:12:02 +03:00
pezkuwichain 060a38b834 ci: fix macOS pip externally-managed-environment error
Add --break-system-packages flag to pip3 install command
for macOS runners where Python is managed by Homebrew.
2025-12-26 13:59:42 +03:00
SatoshiQaziMuhammed 3b35d4dd59 Merge pull request #344 from pezkuwichain/development
ci: pin solc to 0.8.30
2025-12-26 09:51:11 +03:00
pezkuwichain ffcb2db5ab ci: pin solc version to 0.8.30 for revive compatibility 2025-12-26 09:51:05 +03:00
SatoshiQaziMuhammed b37a53987f Merge pull request #343 from pezkuwichain/development
ci: fix runner label config
2025-12-26 09:01:00 +03:00
pezkuwichain 124aa37596 ci: fix runner label config 2025-12-26 09:00:54 +03:00
SatoshiQaziMuhammed a157313a38 Merge pull request #342 from pezkuwichain/development
ci: enable multi-runner support
2025-12-26 08:56:38 +03:00
pezkuwichain cfc8fc044c ci: allow both ubuntu-large and ubuntu-xlarge runners 2025-12-26 08:55:57 +03:00
SatoshiQaziMuhammed 9bf95e2bde Merge pull request #341 from pezkuwichain/development
ci: use self-hosted ubuntu-large runner
2025-12-26 08:19:59 +03:00
pezkuwichain d61bfbbe87 ci: use self-hosted ubuntu-large runner instead of GitHub-hosted runners 2025-12-26 08:18:54 +03:00
SatoshiQaziMuhammed 644af616b9 Merge pull request #340 from pezkuwichain/development
CI Clean Run
2025-12-26 07:56:15 +03:00
pezkuwichain 08a1e45778 ci: trigger clean workflow run 2025-12-26 07:55:41 +03:00
pezkuwichain fecdc0759d fix(umbrella): publish pezpallet-root-testing and pezpallet-xcm-benchmarks
These crates were excluded from umbrella due to `publish = false`.
Since Polkadot SDK publishes them, we should too.

- Remove publish = false from pezpallet-root-testing
- Remove publish = false from pezpallet-xcm-benchmarks
- Regenerate umbrella to include both crates
2025-12-26 07:01:38 +03:00
pezkuwichain f0e3b92158 ci: revive release ready 2025-12-26 06:41:42 +03:00
pezkuwichain cdb363b1fe ci: trigger workflows after runner restart 2025-12-26 06:29:09 +03:00
pezkuwichain d4d20de228 style: format umbrella Cargo.toml 2025-12-26 06:09:01 +03:00
SatoshiQaziMuhammed ec7b950102 Merge pull request #339 from pezkuwichain/development
fix: add pez_kitchensink_runtime wasm for benchmarking
2025-12-26 06:00:23 +03:00
pezkuwichain 08c588467d fix: add pez_kitchensink_runtime wasm for benchmarking 2025-12-26 06:00:00 +03:00
SatoshiQaziMuhammed 415f8c2e4f Merge pull request #338 from pezkuwichain/development
fix(umbrella): add missing feature propagations
2025-12-26 05:42:41 +03:00
pezkuwichain cd030758c5 fix(umbrella): add missing feature propagations for zepter 2025-12-26 05:42:16 +03:00