fb97e696fd
- Add GenesisConfig to pezpallet-tiki that creates NFT Collection 0 and mints NFT #0 for the founding citizen at genesis, solving the chicken-egg problem where Collection 0 must exist before any citizenship NFTs can be minted - Wire founding_citizen parameter through all People Chain genesis presets (genesis, local_testnet, dev) - Add create_nft_collection.rs XCM script for creating Collection 0 on live chain via sudo XCM Transact from Relay Chain - Add comprehensive_test.rs for post-upgrade chain testing - Fix clippy warnings (map().flatten() -> and_then()) and apply taplo formatting