pezkuwichain
|
1078ecd55c
|
style: fix formatting, regenerate umbrella, taplo format
|
2026-03-22 20:17:58 +03:00 |
|
pezkuwichain
|
896f94ca97
|
fix(security): audit fixes across 9 custom pallets
- pez-rewards: checked arithmetic in parliamentary reward distribution
- tiki: saturating_add in get_tiki_score fold, benchmarking cleanup
- ping: saturating_add on PingCount
- staking-score: saturating_mul on 4 duration multipliers
- pez-treasury: proper error on TreasuryStartBlock None, saturating_add on NextReleaseMonth, doc fix 70->75%
- messaging: InboxOverflow event on FIFO eviction
- token-wrapper: reorder wrap/unwrap operations, add pallet balance pre-check
- welati: u64 cast for turnout percentage overflow prevention
- presale: fix refund calculation to use net_in_treasury (98%) instead of impossible 99%, update tests
|
2026-03-22 18:56:37 +03:00 |
|
pezkuwichain
|
9f43e0dc0e
|
feat: add weights, benchmarking, mock and tests for ping and teyrchain-info pallets
- ping: weights.rs (WeightInfo trait + implementations), benchmarking.rs
(v2-style benchmarks for start/start_many/stop/stop_all), mock.rs
(test runtime with MockXcmSender), tests.rs (26 tests covering all extrinsics)
- teyrchain-info: mock.rs (minimal test runtime), tests.rs (7 tests for
genesis config and ParaId getter)
- Updated ping lib.rs to use WeightInfo instead of zero weights
- Added WeightInfo = () to testing runtime Config
|
2026-03-21 15:19:47 +03:00 |
|
pezkuwichain
|
b6d35f6faf
|
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
|
4c8f281051
|
style: Migrate to stable-only rustfmt configuration
- Remove nightly-only features from .rustfmt.toml and vendor/ss58-registry/rustfmt.toml
- Removed features: imports_granularity, wrap_comments, comment_width,
reorder_impl_items, spaces_around_ranges, binop_separator,
match_arm_blocks, trailing_semicolon, trailing_comma
- Format all 898 affected files with stable rustfmt
- Ensures long-term reliability without nightly toolchain dependency
|
2025-12-23 09:37:11 +03:00 |
|
pezkuwichain
|
620b0e3aa0
|
chore: regenerate umbrella crate, fix feature propagation
|
2025-12-16 11:29:20 +03:00 |
|
pezkuwichain
|
3139ffa25e
|
fix: Complete snowbridge pezpallet rebrand and critical bug fixes
- snowbridge-pezpallet-* → pezsnowbridge-pezpallet-* (201 refs)
- pallet/ directories → pezpallet/ (4 locations)
- Fixed pezpallet.rs self-include recursion bug
- Fixed sc-chain-spec hardcoded crate name in derive macro
- Reverted .pezpallet_by_name() to .pallet_by_name() (subxt API)
- Added BizinikiwiConfig type alias for zombienet tests
- Deleted obsolete session state files
Verified: pezsnowbridge-pezpallet-*, pezpallet-staking,
pezpallet-staking-async, pezframe-benchmarking-cli all pass cargo check
|
2025-12-16 09:57:23 +03:00 |
|
pezkuwichain
|
c89d7cac55
|
Refactoring Checkpoint: (WIP)
|
2025-12-14 10:29:31 +03:00 |
|