fix: Complete rebrand fixes for dockerfiles, scripts, and service files
- Update all Dockerfile references from polkadot to pezkuwi - Fix package names in scripts (pezpallet-*, pezframe-*) - Update GitHub repository URLs to pezkuwichain/pezkuwi-sdk - Fix template Dockerfiles (minimal, solochain, teyrchain) - Update service file paths and binary names - Fix path references from bizinikiwi/frame/ to bizinikiwi/pezframe/
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
* ### Receiver-side Risk: Weight Exhaustion
|
||||
*
|
||||
* Both DMP and UMP messages are processed through the message-queue pallet:
|
||||
* - Weight check: bizinikiwi/frame/message-queue/src/lib.rs:1591 in `process_message_payload()`
|
||||
* - Weight check: bizinikiwi/pezframe/message-queue/src/lib.rs:1591 in `process_message_payload()`
|
||||
* - Messages exceeding `overweight_limit` are marked as overweight
|
||||
* - Configuration: `ServiceWeight` and `IdleMaxServiceWeight`
|
||||
* - Overweight handling: Permanently overweight messages require manual execution via `execute_overweight()`
|
||||
|
||||
Reference in New Issue
Block a user