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-11 13:39:25 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c12c471602235809ef5e4557c35a075f4b73ed93
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