-
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 zcash-warp
updated
10 files
+2 −2 | flatbuffers/data.fbs | |
+12 −5 | src/db/tx.rs | |
+39 −41 | src/generated/data_generated.rs | |
+1 −1 | src/lwd.rs | |
+2 −2 | src/pay.rs | |
+1 −1 | src/pay/builder.rs | |
+2 −2 | src/pay/prepare.rs | |
+5 −6 | src/warp/sync.rs | |
+1 −1 | src/warp/sync/header.rs | |
+6 −0 | src/warp/sync/transparent.rs |
Submodule zkool
updated
24 files
+171 −124 | lib/accounts.dart | |
+174 −205 | lib/accounts.g.dart | |
+1 −0 | lib/init.dart | |
+2 −1 | lib/l10n/intl_en.arb | |
+8 −4 | lib/pages/accounts/manager.dart | |
+16 −8 | lib/pages/accounts/rescan.dart | |
+0 −1 | lib/pages/accounts/submit.dart | |
+8 −6 | lib/pages/accounts/txplan.dart | |
+3 −4 | lib/pages/main/balance.dart | |
+3 −3 | lib/pages/main/home.dart | |
+1 −1 | lib/pages/main/qr_address.dart | |
+23 −21 | lib/pages/main/sync_status.dart | |
+2 −3 | lib/pages/messages.dart | |
+2 −1 | lib/pages/more/budget.dart | |
+7 −237 | lib/pages/more/coin.dart | |
+3 −1 | lib/pages/more/contacts.dart | |
+1 −1 | lib/pages/more/keytool.dart | |
+5 −4 | lib/pages/more/transparent.dart | |
+3 −8 | lib/pages/settings.dart | |
+4 −1 | lib/pages/splash.dart | |
+1 −3 | lib/pages/tx.dart | |
+12 −7 | lib/router.dart | |
+22 −71 | lib/store.dart | |
+0 −263 | lib/store.g.dart |