Commit Graph

  • c82599b6f1
    Merge pull request #4465 from harmony-one/feature/fastsync Adam Androulidakis 2023-12-12 15:49:17 +0000
  • 419aad1fb7
    remove state debug logs #4465 “GheisMohammadi” 2023-12-12 22:15:11 +0800
  • 191c55b403
    fix full state sync requests cap, add error handling to stage state sync, goimports “GheisMohammadi” 2023-12-12 22:08:50 +0800
  • 514d58ebc8 troubleshooting engine_test issues feature/dev-engine_test static 2023-12-12 07:24:22 +0000
  • 8fc39df5d9 fix config.go conflict static 2023-12-12 01:54:38 +0000
  • f3ce9f3ac9
    return back deleted codes, fix rebase issues, goimports “GheisMohammadi” 2023-12-11 22:30:19 +0800
  • 02e2fee4db
    Fix: max rate issue (#4580) Diego Nava 2023-12-10 19:33:08 +0100
  • 0901e92bf8
    add state sync full, complete full state sync stage “GheisMohammadi” 2023-12-07 16:32:03 +0800
  • 390bdb67d8
    add client new functions to stream sync adapter, update GetAccountRanges parameters “GheisMohammadi” 2023-12-07 16:23:03 +0800
  • e141f79818
    add ProofSet and ProofList to staged stream sync “GheisMohammadi” 2023-12-07 16:19:17 +0800
  • 3374100409
    fix state sync file name spell error “GheisMohammadi” 2023-11-16 21:01:03 +0800
  • c340c704ba
    fix GetNextBatch to complete sync after there is no more pending states,remove extra comments, cleanup and goimports “GheisMohammadi” 2023-11-16 20:55:52 +0800
  • 99928257d0
    add state sync “GheisMohammadi” 2023-11-15 01:14:17 +0800
  • 3fcfad4531
    fix rebase conflicts “GheisMohammadi” 2023-10-27 00:26:47 +0800
  • 135c7da455
    fix WriteHeadBlock, fix GetDownloadDetails index, improve fetching current block in a few stages, improve pivot calculation “GheisMohammadi” 2023-10-24 15:41:39 +0800
  • bdd7f142c7
    improve stream sync current cycle and pivot checks, fix edge case issue to insert pivot block and its receipts “GheisMohammadi” 2023-10-06 14:22:36 +0800
  • c808f2b733
    fix pivot block issue for write on chain “GheisMohammadi” 2023-10-05 15:08:10 +0800
  • 6348128c48
    improve stage handling for create new instance of staged stream sync “GheisMohammadi” 2023-10-04 20:05:12 +0800
  • e4dcda67e4
    refactor staged stream sync, fix the state sync functions “GheisMohammadi” 2023-10-04 10:17:22 +0800
  • 9629d9ca56
    remove blockExecution option from staged stream sync “GheisMohammadi” 2023-10-04 10:02:07 +0800
  • 36d2abd0a4
    remove extra blockExecutions “GheisMohammadi” 2023-10-04 09:52:35 +0800
  • ebd689f1a0
    remove blockExecution option from insertChain “GheisMohammadi” 2023-10-04 00:51:58 +0800
  • e96855b6ff
    fix shard chain test “GheisMohammadi” 2023-10-03 17:22:46 +0800
  • d534fea261
    add Validator method to blockchain to fix the interface “GheisMohammadi” 2023-10-03 17:22:18 +0800
  • 7c21eef5ef
    fix stream tests “GheisMohammadi” 2023-10-03 17:20:45 +0800
  • 917a3019e2
    add tests for node data request “GheisMohammadi” 2023-10-03 14:35:40 +0800
  • 8d66bdf078
    add getBlockByMaxVote to sync helper “GheisMohammadi” 2023-09-28 00:24:16 +0800
  • c1d352b895
    add pivot to chain accessor, add CurrentFastBlock to blockchain_impl, fix receipt insertion “GheisMohammadi” 2023-09-27 00:35:40 +0800
  • 772d8658e1
    fix block validation in stage bodies “GheisMohammadi” 2023-09-06 23:14:56 +0800
  • cd7ccbe827
    fix stages and replace with forward stages “GheisMohammadi” 2023-08-16 18:11:51 +0800
  • f6b8951656
    add SyncMode to flags “GheisMohammadi” 2023-07-13 19:31:58 +0800
  • 12235f5c5c
    fix stages forward order for staged stream sync “GheisMohammadi” 2023-07-10 17:38:14 +0800
  • 6f9a1ecda1
    goimports “GheisMohammadi” 2023-07-07 00:25:12 +0800
  • bcf1b770a1
    remove using currentCycle, cleanup stage receipts “GheisMohammadi” 2023-07-07 00:24:33 +0800
  • 57a77ab0f1
    refactor get receipts stage to use insertReceiptsChain “GheisMohammadi” 2023-07-06 23:17:15 +0800
  • 8f818100a7
    add InsertReceiptChain to blockchain interface “GheisMohammadi” 2023-07-05 19:31:25 +0800
  • d4c85772e2
    goimports “GheisMohammadi” 2023-07-05 19:18:35 +0800
  • 7c3807a525
    refactor stage bodies to extract receip hashes in this stage rather than stage state “GheisMohammadi” 2023-07-05 19:14:13 +0800
  • 1f26944a33
    split verifyAndInsertBlock function to be able to reuse verification part “GheisMohammadi” 2023-07-05 19:12:47 +0800
  • 498bcc0416
    fix state download manager failure message “GheisMohammadi” 2023-07-04 15:01:32 +0800
  • f10dd1eec2
    add SyncMode to configs “GheisMohammadi” 2023-07-03 20:08:42 +0800
  • 30de7c27e3
    refactor stages list initialization based on the sync mode “GheisMohammadi” 2023-07-03 15:50:36 +0800
  • 7006e1568d
    goimports staged sync files “GheisMohammadi” 2023-07-03 15:22:23 +0800
  • 591f223e84
    fix block insertion in main.go “GheisMohammadi” 2023-07-03 15:18:12 +0800
  • 352212744d
    refactor stage receipts “GheisMohammadi” 2023-07-03 15:16:56 +0800
  • 9954a904ae
    refactor staged stream sync to process fast sync and new block insertion “GheisMohammadi” 2023-07-03 15:16:27 +0800
  • cfc94bb4e1
    fix tests for new block insertion “GheisMohammadi” 2023-07-03 12:33:17 +0800
  • 91034682c7
    add block insertion without execution to blockchain implementation “GheisMohammadi” 2023-07-03 12:32:33 +0800
  • e11b6ef122
    goimports staged stream sync “GheisMohammadi” 2023-06-29 18:45:47 +0800
  • 6f3aa67b88
    refactor stage receipts and change the stages sorting “GheisMohammadi” 2023-06-29 18:43:05 +0800
  • 12d930fd97
    fix receipt download manager result queue “GheisMohammadi” 2023-06-29 12:09:13 +0800
  • 0da96b942e
    add receipt download manager “GheisMohammadi” 2023-06-29 11:57:50 +0800
  • 975857fc85
    fix state download manager tasks issue “GheisMohammadi” 2023-06-29 11:47:11 +0800
  • 841073da60
    refactor stage state sync “GheisMohammadi” 2023-06-28 16:46:53 +0800
  • 9e1249a836
    refactor state download manager “GheisMohammadi” 2023-06-28 15:42:48 +0800
  • 4629fda90b
    fix statesync config “GheisMohammadi” 2023-06-26 23:18:05 +0800
  • 702eb5e1fb
    add task management logic to state download manager in stream sync “GheisMohammadi” 2023-06-26 23:01:11 +0800
  • 2064cfd62c
    add protocol to stage statesync “GheisMohammadi” 2023-06-26 15:56:36 +0800
  • 9ec0272261
    add initial state download manager to stream sync “GheisMohammadi” 2023-06-26 15:43:21 +0800
  • ca05f3f10f
    add statesync as a new state to staged sync “GheisMohammadi” 2023-06-25 14:25:56 +0800
  • 2001b34658
    Merge pull request #4582 from harmony-one/feature/HET104-12523 Adam Androulidakis 2023-12-07 07:46:44 -0700
  • 38c28c5bff
    disable localnet config #4580 Diego Nava 2023-12-07 15:27:03 +0100
  • 29c62490ce
    Fix. (#4583) Konstantin 2023-12-07 00:18:24 -0400
  • 47d8d9cca8
    Fix. #4583 frozen 2023-12-06 15:00:39 -0400
  • 3b27215e03 use v2.NewReceipt for eth type receipt #4582 static 2023-12-06 04:55:02 +0000
  • 86fca2070f
    Fixed infinity loop sync. (#4575) Konstantin 2023-12-05 11:34:03 -0400
  • b7123fb30e
    fix: eth json transaction (#4581) Diego Nava 2023-12-05 15:46:32 +0100
  • ad438fd5dc Merge branch 'dev' into feature/clear-stale-staking-data static 2023-12-05 02:08:42 +0000
  • 1fe101e1b9
    fix: eth json transaction #4581 Diego Nava 2023-12-04 22:54:46 +0100
  • 6bef22db1d
    remove hip30 from localnet Diego Nava 2023-12-04 19:52:32 +0100
  • fc530c256f
    add log Diego Nava 2023-12-04 19:50:27 +0100
  • 4d017ba4f8
    Revert "fix: max-rate bellow the era min-rate (#4552)" (#4578) #4575 Konstantin 2023-12-01 21:19:57 -0400
  • ac4ad6f6dd
    fix: max-rate bellow the era min-rate (#4552) Diego Nava 2023-11-29 22:35:36 +0100
  • 7be2b0260b
    Revert "fix: max-rate bellow the era min-rate (#4552)" (#4578) Konstantin 2023-12-01 21:19:57 -0400
  • d19315ab6e
    Fix. #4579 frozen 2023-12-01 20:15:38 -0400
  • 4d034a7955 Revert "fix: max-rate bellow the era min-rate (#4552)" #4578 Konstantin 2023-12-01 16:12:54 -0400
  • 3c5b47bf8e
    Fix. #4577 frozen 2023-12-01 13:24:37 -0400
  • 0dde799313
    Fix. #4576 frozen 2023-12-01 13:22:27 -0400
  • 995cc5741d
    Fix. frozen 2023-12-01 12:03:12 -0400
  • 2f9df3971f
    Fix. frozen 2023-11-30 18:11:26 -0400
  • abc4216e3a
    Additional logs. fix/removed-outdated-check frozen 2023-11-29 21:37:11 -0400
  • f993468325
    fix: max-rate bellow the era min-rate (#4552) Diego Nava 2023-11-29 22:35:36 +0100
  • fe1d97a460
    Removed outdated check. (#4574) Konstantin 2023-11-29 17:35:04 -0400
  • 75600608ed
    Fallback for old sync for BeaconBlockChannel. #4574 frozen 2023-11-29 14:06:27 -0400
  • 5215f6d0d1
    lint issues Diego Nava 2023-11-29 17:27:00 +0100
  • 652d2b7c9c
    lint issues Diego Nava 2023-11-29 14:21:25 +0100
  • 09080397b4
    merge dev Diego Nava 2023-11-29 14:03:27 +0100
  • a83d304623
    Removed outdated check. frozen 2023-11-28 20:15:26 -0400
  • b7b7fbf2b3
    Skip epochchain errors. (#4573) Konstantin 2023-11-24 16:58:10 -0400
  • 368fc9e07b
    Removed unused functions and improved locks usage. (#4572) Konstantin 2023-11-24 16:56:27 -0400
  • 06bd4b25cc
    Removed unused functions and improved locks usage. #4572 frozen 2023-11-23 13:49:15 -0400
  • 48b2b4cca1
    Skip epochchain errors. #4573 frozen 2023-11-23 15:36:00 -0400
  • 1f974af163
    Removed fast block. (#4571) Konstantin 2023-11-23 15:27:12 -0400
  • 0b667747fd
    Removed fast block. #4571 frozen 2023-11-22 20:11:39 -0400
  • 78685f9ffa
    Removed future blocks from blockchain_impl.go (#4569) Konstantin 2023-11-22 12:07:11 -0400
  • 01fe4295a0
    Elk for logs. fix/rollback2 frozen 2023-11-21 22:25:11 -0400
  • 14634ee391
    Elk for logs. frozen 2023-11-21 22:05:08 -0400
  • c415114597
    Elk for logs. frozen 2023-11-21 22:02:12 -0400
  • 63bb382dc4
    Elk for logs. frozen 2023-11-21 21:46:45 -0400
  • 6b09594bc2
    Elk for logs. frozen 2023-11-21 21:42:40 -0400