This website requires JavaScript.
Explore
Help
Sign In
absolutebi
/
serai
Watch
1
Star
0
Fork
0
You've already forked serai
mirror of
https://github.com/serai-dex/serai.git
synced
2025-12-08 20:29:23 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3541197aa5c0b9f6285bd9eaf82913694fd842e7
serai
/
substrate
/
runtime
/
build.rs
5 lines
103 B
Rust
Raw
Normal View
History
Unescape
Escape
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
fn
main
(
)
{
Move to wasm32v1-none from wasm32-unknown-unknown Works towards fixing how the Substrate node Docker image no longer works.
2025-08-15 10:55:05 -04:00
#[
cfg(feature =
"
std
"
)
]
substrate_wasm_builder
::
WasmBuilder
::
build_using_defaults
(
)
;
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