Skip to content

Commit

Permalink
some arch moves + mint memory database (#9)
Browse files Browse the repository at this point in the history
* some arch moves + mint memory database

* fake wallet and router base files

* move lightning, rm unused

* lightning primitives

* fix switch
  • Loading branch information
StringNick authored Sep 5, 2024
1 parent 37ffc13 commit bc6171e
Show file tree
Hide file tree
Showing 35 changed files with 905 additions and 334 deletions.
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ pub fn build(b: *std.Build) !void {
.root_source_file = b.path("src/lib.zig"),
.target = target,
.optimize = optimize,
.single_threaded = false,
});
lib_unit_tests.root_module.addImport("zul", zul);
lib_unit_tests.root_module.addImport("secp256k1", secp256k1.module("secp256k1"));
Expand Down
Loading

0 comments on commit bc6171e

Please sign in to comment.