Commit Graph

  • 2a728df34e
    Merge pull request #1113 from Chlup/700_cbp_remove_ScanDownloadedButUnscannedAction Michal Fousek 2023-05-23 07:45:23 +0200
  • c0c0c426d5 [#1111] Change storage for InternalSyncProgress Michal Fousek 2023-05-21 18:48:29 +0200
  • c1e0740519
    [#1105] Release 0.22.0-beta (#1106) 0.22.0-beta Francisco Gindre 2023-05-22 15:21:21 -0300
  • 09fca40287 [#700] Get rid of ScanDownloadedButUnscannedAction Michal Fousek 2023-05-22 09:23:32 +0200
  • cff734201b [#1043] Implement DownloadAction Lukas Korba 2023-05-21 08:58:29 +0200
  • 250331edfb [#1039] Implement ChecksBeforeSyncAction Lukas Korba 2023-05-22 09:20:08 +0200
  • 2541fe5a8a
    Merge pull request #1107 from LukasKorba/1044-Implement-EnhanceAction-tests Lukas Korba 2023-05-21 08:23:51 +0200
  • 6734af4bde [#1044] Implement EnhanceAction Lukas Korba 2023-05-19 16:35:05 +0200
  • d1dd251423 Make linter happy Michal Fousek 2023-05-19 11:03:12 +0200
  • a2df207f3e [#1046] Implement SaplingParamsAction Lukas Korba 2023-05-18 09:25:40 +0200
  • 960583b00c [#1045] Implement FetchUTXOsAction Lukas Korba 2023-05-18 11:44:19 +0200
  • 228b63af85 Improve mocks generating Michal Fousek 2023-05-18 13:24:04 +0200
  • 907bf1db84 [#1047] Implement ScanAction Lukas Korba 2023-05-18 09:02:06 +0200
  • d4abae7fa2 [#1049] Implement ValidateAction Lukas Korba 2023-05-17 16:50:44 +0200
  • 1b0e9e00f5 [#1051] Update how progress is computed after switch to state machine Lukas Korba 2023-05-15 16:20:09 +0200
  • 1d1dedd26e [#1050] Implement ValidateServerAction Lukas Korba 2023-05-17 12:07:00 +0200
  • e480b95cfa [#700] Make CBP state machine work Michal Fousek 2023-05-15 12:27:26 +0200
  • a403fa9f1f [#1039] Implement ChecksBeforeSyncAction Michal Fousek 2023-05-12 11:06:39 +0200
  • b82b068a4f [#1040] Implement ClearAlreadyScannedBlocksAction Michal Fousek 2023-05-12 11:14:42 +0200
  • 89f311b1c0 [#1041] Implement ClearCacheAction Michal Fousek 2023-05-12 11:16:20 +0200
  • f2d15b2989 [#1044] Implement EnhanceAction Michal Fousek 2023-05-12 11:49:15 +0200
  • d7aca1fae2 Fix compilation Michal Fousek 2023-05-12 11:09:50 +0200
  • 7f1535310a [#1047] Implement ScanAction Lukas Korba 2023-05-11 15:20:17 +0200
  • c127735ec3 [#1048] Implement ScanDownloadedButUnscannedAction Lukas Korba 2023-05-11 16:50:03 +0200
  • 3193d025b4 [#1046] Implement SaplingParamsAction Lukas Korba 2023-05-11 12:34:09 +0200
  • c76c0cd2d6 [#1043] Fix batch range computation in DownloadAction Michal Fousek 2023-05-11 13:59:50 +0200
  • 69a0336c90 [#700] Implement cache clearing when some actions fail Michal Fousek 2023-05-11 12:41:14 +0200
  • 9117f91ae6 [#1042] Implement ComputeSyncRangesAction Michal Fousek 2023-05-11 13:28:43 +0200
  • c3db5a1c2d [#1045] Implement FetchUTXOsAction Lukas Korba 2023-05-11 12:48:45 +0200
  • a9dec21f39 [#700] Implement progress reporting in state machine CBP Michal Fousek 2023-05-11 12:31:02 +0200
  • 85643e598c [#700] Implement sending of some events from CompactBlockProcessorNG Michal Fousek 2023-05-11 10:53:12 +0200
  • bc9fbe7e7d [#700] Add idle state to CBP state machine Michal Fousek 2023-05-11 10:26:33 +0200
  • 3f513e9c6d [#1059] Implement rewind for state machine CBP Michal Fousek 2023-05-10 13:20:23 +0200
  • 70026af582 [#1060] Implement wipe for state machine CBP Michal Fousek 2023-05-10 13:32:20 +0200
  • 9aba16b69d [#1052] Implement AfterSyncHooksManager when using state machine CBP Michal Fousek 2023-05-10 13:14:36 +0200
  • e1ee62403f [#1058] Implement stop for state machine CBP Michal Fousek 2023-05-10 13:03:45 +0200
  • 268cc8ce6f [#1057] Implement start for state machine CBP Michal Fousek 2023-05-10 12:57:46 +0200
  • f8ea5bb859 [#1055] Implement retry timer to state machine CBP Michal Fousek 2023-05-10 13:58:57 +0200
  • 15680e7b64 [#1061] Add failure methods for state machine CBP Michal Fousek 2023-05-10 12:31:49 +0200
  • eda8977d5d [#1056] Add constructors to state machine CBP Michal Fousek 2023-05-10 13:49:08 +0200
  • 7ded055ef7 [#1050] Implement ValidateServerAction Michal Fousek 2023-05-10 14:17:12 +0200
  • 4b366b68c0 [#1049] Implement ValidateAction Michal Fousek 2023-05-10 14:22:58 +0200
  • 3737b841ef [#1043] Implement DownloadAction Michal Fousek 2023-05-10 14:42:54 +0200
  • 66cdde4a28 Fix docs Michal Fousek 2023-05-11 08:32:02 +0200
  • 553b938836 [#1054] Add config to state machine CBP Michal Fousek 2023-05-10 11:53:39 +0200
  • 47386086d7 Action.stop is now async Michal Fousek 2023-05-10 14:09:46 +0200
  • 304fcc341f [#700] Add documentation for CompactBlockProcessor state machine Michal Fousek 2023-05-08 10:40:24 +0200
  • 2501cea4b4 Small updates Michal Fousek 2023-05-10 08:47:03 +0200
  • 92994b067e [#700] CompactBlockProcessor as state machine proof of concept Michal Fousek 2023-05-05 17:04:13 +0200
  • a504cf7cad
    [#1105] Release 0.22.0-beta Francisco Gindre 2023-05-18 16:23:34 -0300
  • 4de91051e8
    [#1100] replace last enhancement range in internal state with database info enhacement_from_db Francisco Gindre 2023-05-18 14:08:32 -0300
  • 6cc96a9245 [#1046] Implement SaplingParamsAction Lukas Korba 2023-05-18 14:07:32 +0200
  • 95ab2a2047 [#1045] Implement FetchUTXOsAction Lukas Korba 2023-05-18 11:44:19 +0200
  • 0b8b9f4185 Merge branch '1046-Implement-SaplingParamsAction' of https://github.com/LukasKorba/ZcashLightClientKit into 1046-Implement-SaplingParamsAction Lukas Korba 2023-05-18 13:27:35 +0200
  • 80b175ec80 [#1046] Implement SaplingParamsAction Lukas Korba 2023-05-18 09:25:40 +0200
  • 4dc8d986ef Improve mocks generating Michal Fousek 2023-05-18 13:24:04 +0200
  • ccb17ef0ea [#1046] Implement SaplingParamsAction Lukas Korba 2023-05-18 09:25:40 +0200
  • 5f9a430a2f
    Merge pull request #1101 from LukasKorba/1047-Implement-ScanAction Lukas Korba 2023-05-18 09:12:27 +0200
  • 6cb6f62bb2 [#1047] Implement ScanAction Lukas Korba 2023-05-18 09:02:06 +0200
  • c890498f92
    Merge pull request #1099 from LukasKorba/1049-Implement-ValidateAction Lukas Korba 2023-05-18 08:47:21 +0200
  • ea4da6e0e6
    Merge pull request #1093 from Chlup/1016_stream_per_batch_parallel Michal Fousek 2023-05-17 17:00:55 +0200
  • 1f42d28b2d [#1049] Implement ValidateAction Lukas Korba 2023-05-17 16:50:44 +0200
  • 630737e511
    fix typo on log Francisco Gindre 2023-05-17 11:22:25 -0300
  • 841f42ab6e [#1051] Update how progress is computed after switch to state machine Lukas Korba 2023-05-15 16:20:09 +0200
  • 9f2a97b415 [#700] Make CBP state machine work Lukas Korba 2023-05-15 16:20:09 +0200
  • f338d3b377 [#700] Make CBP state machine work Michal Fousek 2023-05-15 12:27:26 +0200
  • c3e11989dc [#1050] Implement ValidateServerAction Lukas Korba 2023-05-17 12:07:00 +0200
  • d091660b79 [#1016] Rebuild download stream periodically while downloading Michal Fousek 2023-05-16 11:03:22 +0200
  • 56d70ee164 [#700] Make CBP state machine work Michal Fousek 2023-05-15 12:27:26 +0200
  • dad5d2cb40 [#1016] Create blocks download stream per batch Michal Fousek 2023-05-15 12:40:48 +0200
  • 97f3699436 [#1039] Implement ChecksBeforeSyncAction Michal Fousek 2023-05-12 11:06:39 +0200
  • d068851af7 [#1040] Implement ClearAlreadyScannedBlocksAction Michal Fousek 2023-05-12 11:14:42 +0200
  • 687abff8d0 [#1041] Implement ClearCacheAction Michal Fousek 2023-05-12 11:16:20 +0200
  • d40f3d3675 [#1044] Implement EnhanceAction Michal Fousek 2023-05-12 11:49:15 +0200
  • 1ee6c7f630 Fix compilation Michal Fousek 2023-05-12 11:09:50 +0200
  • 16fb61c774 [#1047] Implement ScanAction Lukas Korba 2023-05-11 15:20:17 +0200
  • 0fee045ca9 [#1048] Implement ScanDownloadedButUnscannedAction Lukas Korba 2023-05-11 16:50:03 +0200
  • f4f6cbaf0b [#1046] Implement SaplingParamsAction Lukas Korba 2023-05-11 12:34:09 +0200
  • 63e852aeed [#1043] Fix batch range computation in DownloadAction Michal Fousek 2023-05-11 13:59:50 +0200
  • d699d935b4 [#700] Implement cache clearing when some actions fail Michal Fousek 2023-05-11 12:41:14 +0200
  • 75a9e3622e [#1042] Implement ComputeSyncRangesAction Michal Fousek 2023-05-11 13:28:43 +0200
  • ce8fcdf3cc [#1045] Implement FetchUTXOsAction Lukas Korba 2023-05-11 12:48:45 +0200
  • 98226d8a6d [#700] Implement progress reporting in state machine CBP Michal Fousek 2023-05-11 12:31:02 +0200
  • 52ef45970d [#700] Implement sending of some events from CompactBlockProcessorNG Michal Fousek 2023-05-11 10:53:12 +0200
  • fcb00b9051 [#700] Add idle state to CBP state machine Michal Fousek 2023-05-11 10:26:33 +0200
  • 0101e710cb [#1059] Implement rewind for state machine CBP Michal Fousek 2023-05-10 13:20:23 +0200
  • 2f47d2d99d [#1060] Implement wipe for state machine CBP Michal Fousek 2023-05-10 13:32:20 +0200
  • 05f629c4ee [#1052] Implement AfterSyncHooksManager when using state machine CBP Michal Fousek 2023-05-10 13:14:36 +0200
  • 4efab5a3fb [#1058] Implement stop for state machine CBP Michal Fousek 2023-05-10 13:03:45 +0200
  • 1d029ff90f [#1057] Implement start for state machine CBP Michal Fousek 2023-05-10 12:57:46 +0200
  • f8030e0a73 [#1055] Implement retry timer to state machine CBP Michal Fousek 2023-05-10 13:58:57 +0200
  • 4d9d4a48ef [#1061] Add failure methods for state machine CBP Michal Fousek 2023-05-10 12:31:49 +0200
  • ea54da2c56 [#1056] Add constructors to state machine CBP Michal Fousek 2023-05-10 13:49:08 +0200
  • 4147868aae [#1050] Implement ValidateServerAction Michal Fousek 2023-05-10 14:17:12 +0200
  • b378778c02 [#1049] Implement ValidateAction Michal Fousek 2023-05-10 14:22:58 +0200
  • d8f189a799 [#1043] Implement DownloadAction Michal Fousek 2023-05-10 14:42:54 +0200
  • 776deeb002 Fix docs Michal Fousek 2023-05-11 08:32:02 +0200
  • da8c05b2d9 [#1054] Add config to state machine CBP Michal Fousek 2023-05-10 11:53:39 +0200
  • 2b528f150a Action.stop is now async Michal Fousek 2023-05-10 14:09:46 +0200
  • cfc5fa12fa [#700] Add documentation for CompactBlockProcessor state machine Michal Fousek 2023-05-08 10:40:24 +0200