Commit Graph

  • d956e9940b [#1230] Remove linear sync from the SDK Lukas Korba 2023-09-07 12:54:47 +0200
  • 18141e6e4b
    Merge pull request #1235 from nuttycom/rust_bugfix_missing_tip Lukas Korba 2023-09-08 07:39:37 +0200
  • 6c3dd362b6 Update Rust dependencies with bugfixes. Kris Nuttycombe 2023-09-07 23:16:26 -0600
  • 0b94809c45
    Merge pull request #1234 from zcash/rust-bugfixes Lukas Korba 2023-09-07 21:17:34 +0200
  • 01436c9a93 Update Rust dependencies with bugfixes Jack Grigg 2023-09-07 19:53:34 +0100
  • 3c97e5cca9 [#1227] Check continuation of UpdateChainTip repeated call Lukas Korba 2023-09-04 10:38:10 +0200
  • 7e2e787aef [#1223] Requested height [over latestheight] does not exist in the block cache Lukas Korba 2023-09-01 20:34:55 +0200
  • 569741e0a4 [#1179] Handle false positive getSubtreeRoots when connectivity is down Lukas Korba 2023-08-31 08:39:25 +0200
  • 95536638e5 [#1176] Cover Spend before Sync with tests Lukas Korba 2023-08-18 12:14:36 +0200
  • 80eb3b1c8d [#1181] Correct computation of progress for Spend before Sync Lukas Korba 2023-08-10 16:08:01 +0200
  • cbcbf61d9a [#1165] draft Lukas Korba 2023-07-31 08:51:04 +0200
  • b86401ad34 [#1215] Checkpoints and readme update related SBS Lukas Korba 2023-08-29 11:15:12 +0200
  • cda3d6f6cc [#1206] Frequent call of update chain tip Lukas Korba 2023-08-23 13:25:38 +0200
  • d9f92ec7a9 [#1181] Correct computation of progress for Spend before Sync Lukas Korba 2023-08-10 16:08:01 +0200
  • 1205f402c6 [#1180] Handle production GetSubtreeRootsArg Lukas Korba 2023-08-10 08:30:58 +0200
  • 9676c7fc67 [#1189] Implement continuity check and RewindAction Lukas Korba 2023-08-09 15:24:45 +0200
  • c894f46ce9 [#1188] Working prototype of SbS Lukas Korba 2023-08-09 10:03:36 +0200
  • 88019ebff1 [#1169] Step 5 -Get the suggested scan ranges from the wallet database Lukas Korba 2023-08-03 11:07:57 +0200
  • 27e417a669 [#1167] Step 3 - Download chain tip metadata from lightwalletd Lukas Korba 2023-08-01 13:04:50 +0200
  • c1fd1dfbc9 [#1165] draft Lukas Korba 2023-07-31 08:51:04 +0200
  • 8f7294c3e1 [#1165] draft Lukas Korba 2023-07-31 08:51:04 +0200
  • 2302dc4b6e
    Merge pull request #1229 from zcash/rust-account-birthdays Lukas Korba 2023-09-07 09:28:02 +0200
  • e7621204e5 Update Rust dependencies with account birthdays and scan progress Jack Grigg 2023-09-06 12:28:25 +0100
  • 66c7c84f6f [#1227] Check continuation of UpdateChainTip repeated call Lukas Korba 2023-09-04 10:38:10 +0200
  • eca88735b4
    Merge pull request #1224 from LukasKorba/1223-Requested-height-over-latestheight]-does-not-exist-in-the-block-cache Lukas Korba 2023-09-03 19:40:22 +0200
  • 28ab2adfcb [#1223] Requested height [over latestheight] does not exist in the block cache Lukas Korba 2023-09-01 20:34:55 +0200
  • d880d253c5
    Merge pull request #1222 from LukasKorba/1179-Handle-false-positive-getSubtreeRoots-when-connectivity-is-down Lukas Korba 2023-08-31 12:49:44 +0200
  • f1c61f8237 [#1179] Handle false positive getSubtreeRoots when connectivity is down Lukas Korba 2023-08-31 08:39:25 +0200
  • e389af4c60
    Merge pull request #1210 from nuttycom/ffi-update Lukas Korba 2023-08-31 07:54:06 +0200
  • c49400d38f
    Merge pull request #1212 from LukasKorba/1176-Cover-Spend-before-Sync-with-tests Lukas Korba 2023-08-31 07:53:46 +0200
  • 8152dcaf85 [#1176] Cover Spend before Sync with tests Lukas Korba 2023-08-18 12:14:36 +0200
  • d3dc64aaa3 [#1181] Correct computation of progress for Spend before Sync Lukas Korba 2023-08-10 16:08:01 +0200
  • 58ec90c685 [#1165] draft Lukas Korba 2023-07-31 08:51:04 +0200
  • 383570daaa
    Merge pull request #1216 from LukasKorba/1215-Checkpoints-and-readme-update-related-SBS Lukas Korba 2023-08-31 07:24:28 +0200
  • 7fa9091776 [#1215] Checkpoints and readme update related SBS Lukas Korba 2023-08-29 11:15:12 +0200
  • f50fc8aa0b [#1206] Frequent call of update chain tip Lukas Korba 2023-08-23 13:25:38 +0200
  • fc010f2bee [#1181] Correct computation of progress for Spend before Sync Lukas Korba 2023-08-10 16:08:01 +0200
  • 6be8e9685e [#1180] Handle production GetSubtreeRootsArg Lukas Korba 2023-08-10 08:30:58 +0200
  • b315403815 [#1189] Implement continuity check and RewindAction Lukas Korba 2023-08-09 15:24:45 +0200
  • db7f98d438 [#1188] Working prototype of SbS Lukas Korba 2023-08-09 10:03:36 +0200
  • 086827fa24 [#1169] Step 5 -Get the suggested scan ranges from the wallet database Lukas Korba 2023-08-03 11:07:57 +0200
  • 4a78b4bd16 [#1167] Step 3 - Download chain tip metadata from lightwalletd Lukas Korba 2023-08-01 13:04:50 +0200
  • fb4cdd3dcc [#1165] draft Lukas Korba 2023-07-31 08:51:04 +0200
  • bc89e743f9 [#1165] draft Lukas Korba 2023-07-31 08:51:04 +0200
  • 8f2962f060 Update the `zcash-light-client-ffi` dependency version. Kris Nuttycombe 2023-08-28 10:08:12 -0600
  • c2b904e89e
    Merge pull request #1214 from LukasKorba/1213-Server-update Kris Nuttycombe 2023-08-28 08:35:16 -0600
  • 6f8f7eb66b [#1213] Server update Lukas Korba 2023-08-28 15:38:21 +0200
  • 42214bd962
    Merge pull request #1191 from zcash/darkside-bugfix-tree-sizes str4d 2023-08-28 14:05:46 +0100
  • c1ff5615dd [#1206] Frequent call of update chain tip Lukas Korba 2023-08-23 13:25:38 +0200
  • 9a82acbd5e
    Merge pull request #1209 from LukasKorba/1208-Bitrise-fails-to-build Lukas Korba 2023-08-23 17:31:44 +0200
  • 5ac2121230 [#1208] Bitrise fails to build Lukas Korba 2023-08-23 17:29:42 +0200
  • 3cdeedc285 [#1204] Expose ZIP 317 Lukas Korba 2023-08-18 15:45:08 +0200
  • 4c74e4d204 Migrate to latest `darkside.proto` to fix Darkside tests Jack Grigg 2023-08-08 19:13:16 +0100
  • 62945ec17d [#1181] Correct computation of progress for Spend before Sync Lukas Korba 2023-08-10 16:08:01 +0200
  • 50edab1644 [#1180] Handle production GetSubtreeRootsArg Lukas Korba 2023-08-10 08:30:58 +0200
  • df9f475e7c [#1189] Implement continuity check and RewindAction Lukas Korba 2023-08-09 15:24:45 +0200
  • 2c42c53344 [#1188] Working prototype of SbS Lukas Korba 2023-08-09 10:03:36 +0200
  • 6a85811364 [#1169] Step 5 -Get the suggested scan ranges from the wallet database Lukas Korba 2023-08-03 11:07:57 +0200
  • 01ecb57a1a [#1167] Step 3 - Download chain tip metadata from lightwalletd Lukas Korba 2023-08-01 13:04:50 +0200
  • d493e9b84b [#1165] draft Lukas Korba 2023-07-31 08:51:04 +0200
  • 7694b04d42 [#1165] draft Lukas Korba 2023-07-31 08:51:04 +0200
  • d446c6d336
    Merge pull request #1201 from zcash/rust-scan-spend-fixes Lukas Korba 2023-08-18 13:06:51 +0200
  • eb306739fa [#1202] Adopt latest FFI changes in SbS pre-release branch Lukas Korba 2023-08-18 12:18:19 +0200
  • bc052872fd Update Rust dependencies with scanning and spending bugfixes Jack Grigg 2023-08-17 21:46:07 -0700
  • 819b5f3106 [#1196] Check logging level priorities Lukas Korba 2023-08-10 08:51:46 +0200
  • 23e87e8a33 Bump github.com/apple/swift-nio-extras from 1.12.1 to 1.19.0 dependabot[bot] 2023-08-09 11:19:50 +0000
  • dbd5a1ad3f
    Merge pull request #1199 from LukasKorba/1181-Correct-computation-of-progress-for-Spend-before-Sync Lukas Korba 2023-08-11 09:02:41 +0200
  • 4c380f6f0c [#1181] Correct computation of progress for Spend before Sync Lukas Korba 2023-08-10 16:08:01 +0200
  • a9f927393f
    Merge pull request #1198 from LukasKorba/1196-Check-logging-level-priorities Lukas Korba 2023-08-10 12:11:26 +0200
  • 5b73113493
    Merge pull request #1197 from LukasKorba/1180-Handle-production-GetSubtreeRootsArg Lukas Korba 2023-08-10 12:11:16 +0200
  • 97201f1314
    Merge pull request #1195 from LukasKorba/1189-Implement-continuity-check-and-RewindAction Lukas Korba 2023-08-10 12:11:01 +0200
  • bcecc91190
    Merge pull request #1192 from LukasKorba/1188-Working-prototype-of-SbS Lukas Korba 2023-08-10 12:10:45 +0200
  • 5fa1af38f0 [#1196] Check logging level priorities Lukas Korba 2023-08-10 08:51:46 +0200
  • 562780ef4f [#1180] Handle production GetSubtreeRootsArg Lukas Korba 2023-08-10 08:30:58 +0200
  • b92177ba8f
    Merge pull request #1194 from zcash/dependabot/swift/github.com/apple/swift-nio-extras-1.19.0 Lukas Korba 2023-08-10 08:23:10 +0200
  • 5bfd8aee31 [#1189] Implement continuity check and RewindAction Lukas Korba 2023-08-09 15:24:45 +0200
  • ff3af58a81 [#1188] Working prototype of SbS Lukas Korba 2023-08-09 10:03:36 +0200
  • 458aeeea4c [#1169] Step 5 -Get the suggested scan ranges from the wallet database Lukas Korba 2023-08-03 11:07:57 +0200
  • 8a516620dc
    Bump github.com/apple/swift-nio-extras from 1.12.1 to 1.19.0 dependabot[bot] 2023-08-09 11:19:50 +0000
  • 2a095d270f [#1167] Step 3 - Download chain tip metadata from lightwalletd Lukas Korba 2023-08-01 13:04:50 +0200
  • df7d86f4ff [#1165] draft Lukas Korba 2023-07-31 08:51:04 +0200
  • d163d9a079 [#1165] draft Lukas Korba 2023-07-31 08:51:04 +0200
  • 84620ed747
    Merge pull request #1187 from zcash/rust-checkpoint-and-memo-bugfixes Lukas Korba 2023-08-09 13:16:16 +0200
  • cddf6891fd Update Rust dependencies with checkpoint and memo bugfixes Jack Grigg 2023-08-08 01:47:22 +0100
  • 4d95f2cb9d
    Merge pull request #1185 from LukasKorba/1184-FirstUnenhancedHeight-not-called Lukas Korba 2023-08-04 11:08:07 +0200
  • ad99fdeae8 [#1184] FirstUnenhancedHeight not called Lukas Korba 2023-08-04 09:56:57 +0200
  • b9524ae1ab
    Merge pull request #1183 from LukasKorba/1182-Update-checkpoints Lukas Korba 2023-08-03 11:48:18 +0200
  • a6d0f97351 [#1182] Update checkpoints Lukas Korba 2023-08-03 11:43:29 +0200
  • df1624bfc0 [#1167] Step 3 - Download chain tip metadata from lightwalletd Lukas Korba 2023-08-01 13:04:50 +0200
  • 67a48dd62e [#1165] draft Lukas Korba 2023-07-31 08:51:04 +0200
  • fda0fed36a [#1165] draft Lukas Korba 2023-07-31 08:51:04 +0200
  • e4cea0c265
    Merge pull request #1173 from zcash/update-rust-deps Lukas Korba 2023-07-31 11:56:35 +0200
  • d6507b7b84 epk key refactor Lukas Korba 2023-07-31 11:47:29 +0200
  • ea3281edde Update Rust dependencies with bugfixes Jack Grigg 2023-07-31 09:55:05 +0200
  • 27b7e78bcc
    Merge pull request #1163 from LukasKorba/1162-Remove-duplicated-SubtreeRoot str4d 2023-07-21 23:00:15 +0100
  • 5e8985d24e [#1162] Remove duplicated SubtreeRoot Lukas Korba 2023-07-21 13:52:58 +0200
  • 87faf91096
    Merge pull request #1160 from zcash/fast-spendability Lukas Korba 2023-07-21 09:25:24 +0200
  • dd5a54e88a
    Merge pull request #1159 from LukasKorba/1157-Update-proto-files Lukas Korba 2023-07-20 13:22:38 +0200
  • 6eb39561ec Migrate to Rust backend with fast spendability support Jack Grigg 2023-07-19 18:13:59 +0100
  • 0bc33addf0 [#1157] Update proto files Lukas Korba 2023-07-19 08:15:26 +0200