-
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
8 files
+1 −0 | flatbuffers/data.fbs | |
+1 −0 | src/db.rs | |
+5 −3 | src/db/account.rs | |
+9 −0 | src/db/account_manager.rs | |
+2 −2 | src/db/chain.rs | |
+10 −9 | src/db/notes.rs | |
+38 −2 | src/generated/data_generated.rs | |
+1 −1 | src/warp/sync.rs |
Submodule zkool
updated
7 files
+25 −16 | lib/pages/accounts/manager.dart | |
+6 −1 | lib/pages/accounts/new_import.dart | |
+25 −6 | lib/pages/utils.dart | |
+14 −0 | lib/store.dart | |
+250 −0 | lib/store.freezed.dart | |
+96 −0 | pubspec.lock | |
+1 −0 | pubspec.yaml |