mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
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.
This commit is contained in:
5
substrate/node/build.rs
Normal file
5
substrate/node/build.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
use substrate_build_script_utils::generate_cargo_keys;
|
||||
|
||||
fn main() {
|
||||
generate_cargo_keys();
|
||||
}
|
||||
Reference in New Issue
Block a user