-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule dart-warp
updated
3 files
+17 −30 | lib/data_fb_generated.dart | |
+2 −2 | lib/warp.dart | |
+2 −4 | lib/warp_generated.dart |
Submodule zcash-warp
updated
15 files
+0 −1 | binding.h | |
+0 −1 | flatbuffers/data.fbs | |
+24 −24 | src/account/address.rs | |
+41 −2 | src/cli.rs | |
+7 −5 | src/db.rs | |
+19 −14 | src/db/account.rs | |
+126 −213 | src/db/account_manager.rs | |
+1 −1 | src/db/notes.rs | |
+3 −26 | src/generated/data_generated.rs | |
+143 −53 | src/keys.rs | |
+1 −23 | src/pay/prepare.rs | |
+6 −17 | src/pay/sweep.rs | |
+66 −38 | src/types.rs | |
+3 −3 | src/utils/db.rs | |
+34 −22 | src/utils/keys.rs |