@@ -336,8 +336,26 @@ opt-level = 3
336
336
panic = " unwind"
337
337
338
338
[patch ."https://github .com/paritytech/substrate" ]
339
- pallet-assets = { git = " https://github.com/zeitgeistpm/substrate.git" , branch = " polkadot-v0.9.38-assets-managed-destroy" }
340
- substrate-wasm-builder = { git = " https://github.com/zeitgeistpm/substrate.git" , branch = " polkadot-v0.9.38-fix-new-rustc-build" }
339
+ # pallet-asset adjustments (managed asset destruction)
340
+ pallet-assets = { git = " https://github.com/zeitgeistpm/substrate.git" , branch = " polkadot-v0.9.38-zeitgeist-adjustments" }
341
+
342
+ # fix that allow to build with recent rustc
343
+ substrate-wasm-builder = { git = " https://github.com/zeitgeistpm/substrate.git" , branch = " polkadot-v0.9.38-zeitgeist-adjustments" }
344
+
345
+ # increase wasm instance limit (otherwise benchmarks fail)
346
+ sc-allocator = { git = " https://github.com/zeitgeistpm/substrate.git" , branch = " polkadot-v0.9.38-zeitgeist-adjustments" }
347
+ sc-executor-common = { git = " https://github.com/zeitgeistpm/substrate.git" , branch = " polkadot-v0.9.38-zeitgeist-adjustments" }
348
+ sc-executor-wasmtime = { git = " https://github.com/zeitgeistpm/substrate.git" , branch = " polkadot-v0.9.38-zeitgeist-adjustments" }
349
+ sp-core = { git = " https://github.com/zeitgeistpm/substrate.git" , branch = " polkadot-v0.9.38-zeitgeist-adjustments" }
350
+ sp-core-hashing-proc-macro = { git = " https://github.com/zeitgeistpm/substrate.git" , branch = " polkadot-v0.9.38-zeitgeist-adjustments" }
351
+ sp-debug-derive = { git = " https://github.com/zeitgeistpm/substrate.git" , branch = " polkadot-v0.9.38-zeitgeist-adjustments" }
352
+ sp-externalities = { git = " https://github.com/zeitgeistpm/substrate.git" , branch = " polkadot-v0.9.38-zeitgeist-adjustments" }
353
+ sp-maybe-compressed-blob = { git = " https://github.com/zeitgeistpm/substrate.git" , branch = " polkadot-v0.9.38-zeitgeist-adjustments" }
354
+ sp-runtime-interface = { git = " https://github.com/zeitgeistpm/substrate.git" , branch = " polkadot-v0.9.38-zeitgeist-adjustments" }
355
+ sp-std = { git = " https://github.com/zeitgeistpm/substrate.git" , branch = " polkadot-v0.9.38-zeitgeist-adjustments" }
356
+ sp-storage = { git = " https://github.com/zeitgeistpm/substrate.git" , branch = " polkadot-v0.9.38-zeitgeist-adjustments" }
357
+ sp-tracing = { git = " https://github.com/zeitgeistpm/substrate.git" , branch = " polkadot-v0.9.38-zeitgeist-adjustments" }
358
+ sp-wasm-interface = { git = " https://github.com/zeitgeistpm/substrate.git" , branch = " polkadot-v0.9.38-zeitgeist-adjustments" }
341
359
342
360
[patch ."https://github .com/paritytech/polkadot" ]
343
361
pallet-xcm = { git = " https://github.com/zeitgeistpm/polkadot.git" , branch = " v0.9.38-recent-bootnodes" }
0 commit comments