-
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 zcash-warp
updated
22 files
+43 −39 | binding.h | |
+11 −1 | src/cli.rs | |
+38 −5 | src/db.rs | |
+26 −3 | src/db/account.rs | |
+23 −30 | src/db/account_manager.rs | |
+9 −0 | src/db/chain.rs | |
+67 −29 | src/db/notes.rs | |
+62 −4 | src/db/tx.rs | |
+21 −26 | src/keys.rs | |
+0 −1 | src/pay.rs | |
+2 −5 | src/pay/builder.rs | |
+0 −1 | src/pay/prepare.rs | |
+6 −1 | src/pay/sweep.rs | |
+6 −4 | src/txdetails.rs | |
+0 −1 | src/types.rs | |
+0 −3 | src/utils/pay.rs | |
+1 −1 | src/utils/tx.rs | |
+94 −25 | src/warp/sync.rs | |
+12 −1 | src/warp/sync/header.rs | |
+12 −6 | src/warp/sync/orchard.rs | |
+11 −4 | src/warp/sync/sapling.rs | |
+36 −14 | src/warp/sync/transparent.rs |