-
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
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule dart-warp
updated
3 files
+35 −63 | lib/data_fb_generated.dart | |
+7 −0 | lib/warp.dart | |
+32 −16 | lib/warp_generated.dart |
Submodule zcash-warp
updated
21 files
+4 −2 | binding.h | |
+1 −3 | flatbuffers/data.fbs | |
+1 −2 | src/cli.rs | |
+130 −78 | src/db.rs | |
+92 −88 | src/db/account.rs | |
+8 −6 | src/db/account_manager.rs | |
+14 −11 | src/db/chain.rs | |
+13 −9 | src/db/contacts.rs | |
+37 −3 | src/db/mempool.rs | |
+3 −1 | src/db/messages.rs | |
+23 −40 | src/db/notes.rs | |
+47 −49 | src/db/tx.rs | |
+19 −86 | src/generated/data_generated.rs | |
+6 −14 | src/lwd.rs | |
+6 −6 | src/pay.rs | |
+1 −8 | src/pay/builder.rs | |
+12 −11 | src/pay/prepare.rs | |
+4 −16 | src/txdetails.rs | |
+15 −1 | src/utils.rs | |
+1 −1 | src/utils/pay.rs | |
+22 −15 | src/warp/mempool.rs |
Submodule zkool
updated
3 files
+23 −19 | lib/pages/messages.dart | |
+2 −2 | lib/pages/more/keytool.dart | |
+14 −4 | lib/pages/tx.dart |