feat: initialize Kurdistan SDK - independent fork of Polkadot SDK

This commit is contained in:
2025-12-13 15:44:15 +03:00
commit e4778b4576
6838 changed files with 1847450 additions and 0 deletions
@@ -0,0 +1,8 @@
error: A runtime API function cannot have a default implementation!
--> tests/ui/no_default_implementation.rs:20:13
|
20 | fn test() {
| ___________________^
21 | | println!("Hey, I'm a default implementation!");
22 | | }
| |_________^