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 2503 upgrade for evm template need to upgrade frontier forks
* start upgrading frontier
* wip upgrading tanssi deps and synchronizing deps therein
* update tanssi wip
* fix dep tree for evm template and move onto resolving errors
* resolve 17 of 29 compilation errors 12 remaining most related to updating weight files
* resolve weight related compilation errors and evm abstraction and proc macro require updates
* impl DecodeWithMemTracking for custom origins 5 errors left requiring changes to astractions
* update evm abstraction runtime compiles
* node in progress frontier txpool requires more changes
* update txpool for node and node release compiles
* remove unused code commented out
* fix tanssi registrar benchmarking compilation
* fix pallet registrar benchmarks and unit tests
* update tanssi runtime apis to have benchmark features
* clean and fix some errors tests are recently requiring benchmark hidden impls oddly
* combine ci steps for running test and checking benchmark compilation to see if output changes
* update xcm core buyer 2412 dep to 2503 release ty @KitHat
* rm conditional compilation for runtime benchmarks inside a few declarative macro definitions
* apply clippy fix
* move runtime benchmarks declarations for referenda conviction voting and assets common into the runtime not sure why only those require explicit feature declaration
* break build but apply suggestions from @KitHat
* fix build
* fix toml sort
* fix tanssi build
* 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
* Moved PR to monorepo
* Update evm-template/runtime/src/lib.rs
Co-authored-by: Amar Singh <asinghchrony@protonmail.com>
* minimal precompile config
* try fix remaining merge conflicts by accepting all incoming
* into merge again
* clippy fix
* use workspace dep as per suggestion
* try fix
* insert revert bytecode in evm account storage at genesis for precompile addresses
* toml sort
---------
Co-authored-by: Nikita Khateev <nikita.khateev@openzeppelin.com>
* 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