Logo
Explore Help
Sign In
absolutebi/serai
1
0
Fork 0
You've already forked serai
mirror of https://github.com/serai-dex/serai.git synced 2025-12-08 12:19:24 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
8aaf7f7dc6d767c8aacbc8acdfcad4c8413b53ea
serai/substrate/runtime/build.rs

11 lines
208 B
Rust
Raw Normal View History

Add an initial Substrate instantiation Consensus has been nuked for an AcceptAny currently routed throough PoW (when it doesn't have to be, doing so just took care of a few pieces of leg work). Updates AGPL handling.
2022-07-15 00:05:00 -04:00
use substrate_wasm_builder::WasmBuilder;
fn main() {
Tweak the Substrate runtime as required by the Rust version bump performed
2025-08-08 23:58:25 -04:00
WasmBuilder::new()
.with_current_project()
.disable_runtime_version_section_check()
.export_heap_base()
.import_memory()
.build()
Add an initial Substrate instantiation Consensus has been nuked for an AcceptAny currently routed throough PoW (when it doesn't have to be, doing so just took care of a few pieces of leg work). Updates AGPL handling.
2022-07-15 00:05:00 -04:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 43ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API