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-09 12:49:23 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f27fd59fa6149b12e9b51e5da46559ed6f0e7757
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