Applied global changes: Polkadot->Pezkuwi, Parachain->TeyrChain, pallet->pezpallet, frame->pezframe.
Updated authors in Cargo.toml to include Kurdistan Tech Institute and pezkuwichain team.
Used Cargo aliases to maintain SDK compatibility while using rebranded names in source code.
* init
* upgrade tanssi deps used in generic template moonkit and dancekit
* upgrade orml to 2503
* upgrade moonbeam to 2503
* upgrade abstractions to 2503
* DecodeWithMemTracking to fix 15 of 44 errors for runtime compilation
* toml sort
* use str array instead of raw strings for gov track names
* fix weight info implementations abstractions require more updates
* more fixes still wip
* fix imports
* generic runtime compiles
* update node network starter to match latest changes in polkadot sdk
* toml sort generic cargo toml
* update generic xcm mocks
* update fuzzer
* fix import still debugging async backing compilation errors
* fix clippy errors by using tx extensions to replace signed extra
* toml sort
* accept clippy suggestion
* update version for antora
* improving zombienet guide (#280)
* update docs version to 2.0.1 (#315)
* Change all references from rococo to paseo (#330)
* remove rococo-native featire from cargo.toml and other doc changes
* use evm compatible accounts, and fix properties for chain spec (#326)
* doc changes
* bump node and docs versions
* impl_runtime_apis need to be in the same file with construct runtime for the moment
* account type fix
* zombienet script update
* slot duration fix
---------
Co-authored-by: Nikita Khateev <nikita.khateev@gmail.com>
Co-authored-by: Özgün Özerk <ozgunozerk.elo@gmail.com>
Co-authored-by: Gustavo Gonzalez <gustavo.gonzalez@openzeppelin.com>
---------
* typos and broken links
* evm runtime docs
* name change in code
* generic runtime description updated, and typos
* smart contract with zombienet
* quick start exported into another document and further formatting
* impl apis exported
* runtime version test moved to constants
* constants exported
* constant related errors fixed
* pallet configs exported
* xmc_config moved to configs
* types extracted