-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[node.sh] use rclone to fast sync harmony_db_0 #2709
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Leo Chen <leo@harmony.one>
Mitigation of #2425 |
fxfactorial
approved these changes
Apr 5, 2020
LeoHChen
pushed a commit
that referenced
this pull request
Apr 5, 2020
Signed-off-by: Leo Chen <leo@harmony.one>
rlan35
added a commit
that referenced
this pull request
Apr 5, 2020
* [validator] Hide one field from JSON (#2705) * [rpc] Show both latest header of beacon chain and shard chain (#2714) * change explorer node storage folder (#2720) * [state] ValidatorWrapper div zero panic fix - (#2724) * [state] Error on div zero * [state] Do not pay out commit when commit is 0% * [state] Put whole commission in guarded block * [core] Reward cannot be zero * [state] return nil, not hard error * make validator snapshot consistent with election (#2726) * make validator snapshot consistent with election * fix condition with only beacon chain * Fix epoch number * Fix stats update nil epoch issue * [node.sh] use rclone to fast sync harmony_db_0 (#2709) Signed-off-by: Leo Chen <leo@harmony.one> * fix validator snapshot cache Co-authored-by: Edgar Aroutiounian <edgar.factorial@gmail.com> Co-authored-by: Minh Doan <40258599+mikedoan@users.noreply.github.com> Co-authored-by: Leo Chen <leo@harmony.one>
fxfactorial
added a commit
that referenced
this pull request
Apr 5, 2020
commit f2524a8 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sun Apr 5 12:33:35 2020 -0700 Make validator snapshot on new validator too (#2733) commit 350b7a0 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sat Apr 4 23:41:19 2020 -0700 fix validator snapshot cache commit 8f5f287 Author: Leo Chen <leo@harmony.one> Date: Sat Apr 4 19:09:38 2020 -0700 [node.sh] use rclone to fast sync harmony_db_0 (#2709) Signed-off-by: Leo Chen <leo@harmony.one> commit 05f2e20 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sat Apr 4 19:00:28 2020 -0700 make validator snapshot consistent with election (#2726) * make validator snapshot consistent with election * fix condition with only beacon chain * Fix epoch number * Fix stats update nil epoch issue commit 24a17fe Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Sat Apr 4 16:38:12 2020 -0700 [state] ValidatorWrapper div zero panic fix - (#2724) * [state] Error on div zero * [state] Do not pay out commit when commit is 0% * [state] Put whole commission in guarded block * [core] Reward cannot be zero * [state] return nil, not hard error commit 1f83ebf Author: Minh Doan <40258599+mikedoan@users.noreply.github.com> Date: Sat Apr 4 14:38:55 2020 -0700 change explorer node storage folder (#2720) commit 3aa08e9 Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Sat Apr 4 10:21:51 2020 -0700 [rpc] Show both latest header of beacon chain and shard chain (#2714) commit 1a2c23a Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Fri Apr 3 17:49:24 2020 -0700 [validator] Hide one field from JSON (#2705)
rlan35
added a commit
to rlan35/harmony
that referenced
this pull request
Apr 6, 2020
commit dc036e6 Author: Ganesha Upadhyaya <ganeshrvce@gmail.com> Date: Sun Apr 5 17:18:36 2020 -0700 fix earned-reward by writing the stats only once, remove from UpdateValdiatorVotingPower (harmony-one#2737) commit 66f26e8 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sun Apr 5 17:06:50 2020 -0700 do snapshot for validators at last block of epoch (harmony-one#2736) commit f2524a8 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sun Apr 5 12:33:35 2020 -0700 Make validator snapshot on new validator too (harmony-one#2733) commit 350b7a0 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sat Apr 4 23:41:19 2020 -0700 fix validator snapshot cache commit 8f5f287 Author: Leo Chen <leo@harmony.one> Date: Sat Apr 4 19:09:38 2020 -0700 [node.sh] use rclone to fast sync harmony_db_0 (harmony-one#2709) Signed-off-by: Leo Chen <leo@harmony.one> commit 05f2e20 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sat Apr 4 19:00:28 2020 -0700 make validator snapshot consistent with election (harmony-one#2726) * make validator snapshot consistent with election * fix condition with only beacon chain * Fix epoch number * Fix stats update nil epoch issue commit 24a17fe Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Sat Apr 4 16:38:12 2020 -0700 [state] ValidatorWrapper div zero panic fix - (harmony-one#2724) * [state] Error on div zero * [state] Do not pay out commit when commit is 0% * [state] Put whole commission in guarded block * [core] Reward cannot be zero * [state] return nil, not hard error commit 1f83ebf Author: Minh Doan <40258599+mikedoan@users.noreply.github.com> Date: Sat Apr 4 14:38:55 2020 -0700 change explorer node storage folder (harmony-one#2720) commit 3aa08e9 Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Sat Apr 4 10:21:51 2020 -0700 [rpc] Show both latest header of beacon chain and shard chain (harmony-one#2714) commit 1a2c23a Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Fri Apr 3 17:49:24 2020 -0700 [validator] Hide one field from JSON (harmony-one#2705)
rlan35
added a commit
that referenced
this pull request
Apr 6, 2020
commit dc036e6 Author: Ganesha Upadhyaya <ganeshrvce@gmail.com> Date: Sun Apr 5 17:18:36 2020 -0700 fix earned-reward by writing the stats only once, remove from UpdateValdiatorVotingPower (#2737) commit 66f26e8 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sun Apr 5 17:06:50 2020 -0700 do snapshot for validators at last block of epoch (#2736) commit f2524a8 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sun Apr 5 12:33:35 2020 -0700 Make validator snapshot on new validator too (#2733) commit 350b7a0 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sat Apr 4 23:41:19 2020 -0700 fix validator snapshot cache commit 8f5f287 Author: Leo Chen <leo@harmony.one> Date: Sat Apr 4 19:09:38 2020 -0700 [node.sh] use rclone to fast sync harmony_db_0 (#2709) Signed-off-by: Leo Chen <leo@harmony.one> commit 05f2e20 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sat Apr 4 19:00:28 2020 -0700 make validator snapshot consistent with election (#2726) * make validator snapshot consistent with election * fix condition with only beacon chain * Fix epoch number * Fix stats update nil epoch issue commit 24a17fe Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Sat Apr 4 16:38:12 2020 -0700 [state] ValidatorWrapper div zero panic fix - (#2724) * [state] Error on div zero * [state] Do not pay out commit when commit is 0% * [state] Put whole commission in guarded block * [core] Reward cannot be zero * [state] return nil, not hard error commit 1f83ebf Author: Minh Doan <40258599+mikedoan@users.noreply.github.com> Date: Sat Apr 4 14:38:55 2020 -0700 change explorer node storage folder (#2720) commit 3aa08e9 Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Sat Apr 4 10:21:51 2020 -0700 [rpc] Show both latest header of beacon chain and shard chain (#2714) commit 1a2c23a Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Fri Apr 3 17:49:24 2020 -0700 [validator] Hide one field from JSON (#2705)
rlan35
added a commit
to rlan35/harmony
that referenced
this pull request
Apr 6, 2020
commit 832b01d Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Sun Apr 5 19:40:37 2020 -0700 Revert "fix earned-reward by writing the stats only once, remove from UpdateValdiatorVotingPower (harmony-one#2737)" (harmony-one#2742) This reverts commit dc036e6. commit dc036e6 Author: Ganesha Upadhyaya <ganeshrvce@gmail.com> Date: Sun Apr 5 17:18:36 2020 -0700 fix earned-reward by writing the stats only once, remove from UpdateValdiatorVotingPower (harmony-one#2737) commit 66f26e8 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sun Apr 5 17:06:50 2020 -0700 do snapshot for validators at last block of epoch (harmony-one#2736) commit f2524a8 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sun Apr 5 12:33:35 2020 -0700 Make validator snapshot on new validator too (harmony-one#2733) commit 350b7a0 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sat Apr 4 23:41:19 2020 -0700 fix validator snapshot cache commit 8f5f287 Author: Leo Chen <leo@harmony.one> Date: Sat Apr 4 19:09:38 2020 -0700 [node.sh] use rclone to fast sync harmony_db_0 (harmony-one#2709) Signed-off-by: Leo Chen <leo@harmony.one> commit 05f2e20 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sat Apr 4 19:00:28 2020 -0700 make validator snapshot consistent with election (harmony-one#2726) * make validator snapshot consistent with election * fix condition with only beacon chain * Fix epoch number * Fix stats update nil epoch issue commit 24a17fe Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Sat Apr 4 16:38:12 2020 -0700 [state] ValidatorWrapper div zero panic fix - (harmony-one#2724) * [state] Error on div zero * [state] Do not pay out commit when commit is 0% * [state] Put whole commission in guarded block * [core] Reward cannot be zero * [state] return nil, not hard error commit 1f83ebf Author: Minh Doan <40258599+mikedoan@users.noreply.github.com> Date: Sat Apr 4 14:38:55 2020 -0700 change explorer node storage folder (harmony-one#2720) commit 3aa08e9 Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Sat Apr 4 10:21:51 2020 -0700 [rpc] Show both latest header of beacon chain and shard chain (harmony-one#2714) commit 1a2c23a Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Fri Apr 3 17:49:24 2020 -0700 [validator] Hide one field from JSON (harmony-one#2705)
rlan35
added a commit
to rlan35/harmony
that referenced
this pull request
Apr 6, 2020
commit 832b01d Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Sun Apr 5 19:40:37 2020 -0700 Revert "fix earned-reward by writing the stats only once, remove from UpdateValdiatorVotingPower (harmony-one#2737)" (harmony-one#2742) This reverts commit dc036e6. commit dc036e6 Author: Ganesha Upadhyaya <ganeshrvce@gmail.com> Date: Sun Apr 5 17:18:36 2020 -0700 fix earned-reward by writing the stats only once, remove from UpdateValdiatorVotingPower (harmony-one#2737) commit 66f26e8 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sun Apr 5 17:06:50 2020 -0700 do snapshot for validators at last block of epoch (harmony-one#2736) commit f2524a8 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sun Apr 5 12:33:35 2020 -0700 Make validator snapshot on new validator too (harmony-one#2733) commit 350b7a0 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sat Apr 4 23:41:19 2020 -0700 fix validator snapshot cache commit 8f5f287 Author: Leo Chen <leo@harmony.one> Date: Sat Apr 4 19:09:38 2020 -0700 [node.sh] use rclone to fast sync harmony_db_0 (harmony-one#2709) Signed-off-by: Leo Chen <leo@harmony.one> commit 05f2e20 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sat Apr 4 19:00:28 2020 -0700 make validator snapshot consistent with election (harmony-one#2726) * make validator snapshot consistent with election * fix condition with only beacon chain * Fix epoch number * Fix stats update nil epoch issue commit 24a17fe Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Sat Apr 4 16:38:12 2020 -0700 [state] ValidatorWrapper div zero panic fix - (harmony-one#2724) * [state] Error on div zero * [state] Do not pay out commit when commit is 0% * [state] Put whole commission in guarded block * [core] Reward cannot be zero * [state] return nil, not hard error commit 1f83ebf Author: Minh Doan <40258599+mikedoan@users.noreply.github.com> Date: Sat Apr 4 14:38:55 2020 -0700 change explorer node storage folder (harmony-one#2720) commit 3aa08e9 Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Sat Apr 4 10:21:51 2020 -0700 [rpc] Show both latest header of beacon chain and shard chain (harmony-one#2714) commit 1a2c23a Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Fri Apr 3 17:49:24 2020 -0700 [validator] Hide one field from JSON (harmony-one#2705)
rlan35
added a commit
that referenced
this pull request
Apr 6, 2020
* [validator] Hide one field from JSON (#2705) * [rpc] Show both latest header of beacon chain and shard chain (#2714) * change explorer node storage folder (#2720) * [state] ValidatorWrapper div zero panic fix - (#2724) * [state] Error on div zero * [state] Do not pay out commit when commit is 0% * [state] Put whole commission in guarded block * [core] Reward cannot be zero * [state] return nil, not hard error * make validator snapshot consistent with election (#2726) * make validator snapshot consistent with election * fix condition with only beacon chain * Fix epoch number * Fix stats update nil epoch issue * [node.sh] use rclone to fast sync harmony_db_0 (#2709) Signed-off-by: Leo Chen <leo@harmony.one> * fix validator snapshot cache * Make validator snapshot on new validator too (#2733) * do snapshot for validators at last block of epoch (#2736) * fix earned-reward by writing the stats only once, remove from UpdateValdiatorVotingPower (#2737) * Revert "fix earned-reward by writing the stats only once, remove from UpdateValdiatorVotingPower (#2737)" (#2742) This reverts commit dc036e6. * Final attempt: Don't div by 0; print out debug info (#2746) * Revert "Revert "fix earned-reward by writing the stats only once, remove from UpdateValdiatorVotingPower (#2737)" (#2742)" This reverts commit 832b01d. * Don't div by 0; print out debug info Co-authored-by: Edgar Aroutiounian <edgar.factorial@gmail.com> Co-authored-by: Minh Doan <40258599+mikedoan@users.noreply.github.com> Co-authored-by: Leo Chen <leo@harmony.one> Co-authored-by: Ganesha Upadhyaya <ganeshrvce@gmail.com>
fxfactorial
added a commit
that referenced
this pull request
Apr 6, 2020
commit ba1c0cd Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Sun Apr 5 23:53:03 2020 -0700 [blockchain] Create fresh big int, remove more dead code from static … (#2749) * [blockchain] Create fresh big int, remove more dead code from static analysis * [measure] Remove IzZero/IsNil checks commit 191f1d5 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sun Apr 5 21:11:21 2020 -0700 Final attempt: Don't div by 0; print out debug info (#2746) * Revert "Revert "fix earned-reward by writing the stats only once, remove from UpdateValdiatorVotingPower (#2737)" (#2742)" This reverts commit 832b01d. * Don't div by 0; print out debug info commit 832b01d Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Sun Apr 5 19:40:37 2020 -0700 Revert "fix earned-reward by writing the stats only once, remove from UpdateValdiatorVotingPower (#2737)" (#2742) This reverts commit dc036e6. commit dc036e6 Author: Ganesha Upadhyaya <ganeshrvce@gmail.com> Date: Sun Apr 5 17:18:36 2020 -0700 fix earned-reward by writing the stats only once, remove from UpdateValdiatorVotingPower (#2737) commit 66f26e8 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sun Apr 5 17:06:50 2020 -0700 do snapshot for validators at last block of epoch (#2736) commit f2524a8 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sun Apr 5 12:33:35 2020 -0700 Make validator snapshot on new validator too (#2733) commit 350b7a0 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sat Apr 4 23:41:19 2020 -0700 fix validator snapshot cache commit 8f5f287 Author: Leo Chen <leo@harmony.one> Date: Sat Apr 4 19:09:38 2020 -0700 [node.sh] use rclone to fast sync harmony_db_0 (#2709) Signed-off-by: Leo Chen <leo@harmony.one> commit 05f2e20 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sat Apr 4 19:00:28 2020 -0700 make validator snapshot consistent with election (#2726) * make validator snapshot consistent with election * fix condition with only beacon chain * Fix epoch number * Fix stats update nil epoch issue commit 24a17fe Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Sat Apr 4 16:38:12 2020 -0700 [state] ValidatorWrapper div zero panic fix - (#2724) * [state] Error on div zero * [state] Do not pay out commit when commit is 0% * [state] Put whole commission in guarded block * [core] Reward cannot be zero * [state] return nil, not hard error commit 1f83ebf Author: Minh Doan <40258599+mikedoan@users.noreply.github.com> Date: Sat Apr 4 14:38:55 2020 -0700 change explorer node storage folder (#2720) commit 3aa08e9 Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Sat Apr 4 10:21:51 2020 -0700 [rpc] Show both latest header of beacon chain and shard chain (#2714) commit 1a2c23a Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Fri Apr 3 17:49:24 2020 -0700 [validator] Hide one field from JSON (#2705)
rlan35
added a commit
to rlan35/harmony
that referenced
this pull request
Apr 7, 2020
commit 70a4272 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Mon Apr 6 17:06:33 2020 -0700 fix block proposal ordering; other offchain commits change (harmony-one#2761) * fix block proposal ordering; other offchain commits change * remove div by 0 checks * Fix imports commit 054c3cb Author: Ganesha Upadhyaya <ganeshrvce@gmail.com> Date: Mon Apr 6 13:42:07 2020 -0700 [consensus][viewchange] fix total power of signers in IsQuorumAchieved for view change (harmony-one#2758) commit 094a613 Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Mon Apr 6 11:45:50 2020 -0700 [project] Unused yaml files, staticcheck fixes, dead tests that only delay build (harmony-one#2755) * [project] Unused yaml files * [core] Remove dead tx_cacher.go * [project] Further fixes from staticcheck commit a7b7961 Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Mon Apr 6 10:04:54 2020 -0700 [project] More Spring Cleaning (harmony-one#2751) * [project] Remove hmyclient * [drand] Remove dead drand * [drand] Remove dead code in proto, more dead drand things * [project] Remove dead demo tool * [project] Remove dead Lottery solidity * [project] Remove dead hmy client main * [node] Remove unused variable in test code * [project] Remove keygen * [project] Remove not useful test commit ba1c0cd Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Sun Apr 5 23:53:03 2020 -0700 [blockchain] Create fresh big int, remove more dead code from static … (harmony-one#2749) * [blockchain] Create fresh big int, remove more dead code from static analysis * [measure] Remove IzZero/IsNil checks commit 191f1d5 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sun Apr 5 21:11:21 2020 -0700 Final attempt: Don't div by 0; print out debug info (harmony-one#2746) * Revert "Revert "fix earned-reward by writing the stats only once, remove from UpdateValdiatorVotingPower (harmony-one#2737)" (harmony-one#2742)" This reverts commit 832b01d. * Don't div by 0; print out debug info commit 832b01d Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Sun Apr 5 19:40:37 2020 -0700 Revert "fix earned-reward by writing the stats only once, remove from UpdateValdiatorVotingPower (harmony-one#2737)" (harmony-one#2742) This reverts commit dc036e6. commit dc036e6 Author: Ganesha Upadhyaya <ganeshrvce@gmail.com> Date: Sun Apr 5 17:18:36 2020 -0700 fix earned-reward by writing the stats only once, remove from UpdateValdiatorVotingPower (harmony-one#2737) commit 66f26e8 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sun Apr 5 17:06:50 2020 -0700 do snapshot for validators at last block of epoch (harmony-one#2736) commit f2524a8 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sun Apr 5 12:33:35 2020 -0700 Make validator snapshot on new validator too (harmony-one#2733) commit 350b7a0 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sat Apr 4 23:41:19 2020 -0700 fix validator snapshot cache commit 8f5f287 Author: Leo Chen <leo@harmony.one> Date: Sat Apr 4 19:09:38 2020 -0700 [node.sh] use rclone to fast sync harmony_db_0 (harmony-one#2709) Signed-off-by: Leo Chen <leo@harmony.one> commit 05f2e20 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sat Apr 4 19:00:28 2020 -0700 make validator snapshot consistent with election (harmony-one#2726) * make validator snapshot consistent with election * fix condition with only beacon chain * Fix epoch number * Fix stats update nil epoch issue commit 24a17fe Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Sat Apr 4 16:38:12 2020 -0700 [state] ValidatorWrapper div zero panic fix - (harmony-one#2724) * [state] Error on div zero * [state] Do not pay out commit when commit is 0% * [state] Put whole commission in guarded block * [core] Reward cannot be zero * [state] return nil, not hard error commit 1f83ebf Author: Minh Doan <40258599+mikedoan@users.noreply.github.com> Date: Sat Apr 4 14:38:55 2020 -0700 change explorer node storage folder (harmony-one#2720) commit 3aa08e9 Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Sat Apr 4 10:21:51 2020 -0700 [rpc] Show both latest header of beacon chain and shard chain (harmony-one#2714) commit 1a2c23a Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Fri Apr 3 17:49:24 2020 -0700 [validator] Hide one field from JSON (harmony-one#2705) # Conflicts: # core/tx_cacher.go
rlan35
added a commit
that referenced
this pull request
Apr 7, 2020
* Squashed commit of the following: commit 70a4272 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Mon Apr 6 17:06:33 2020 -0700 fix block proposal ordering; other offchain commits change (#2761) * fix block proposal ordering; other offchain commits change * remove div by 0 checks * Fix imports commit 054c3cb Author: Ganesha Upadhyaya <ganeshrvce@gmail.com> Date: Mon Apr 6 13:42:07 2020 -0700 [consensus][viewchange] fix total power of signers in IsQuorumAchieved for view change (#2758) commit 094a613 Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Mon Apr 6 11:45:50 2020 -0700 [project] Unused yaml files, staticcheck fixes, dead tests that only delay build (#2755) * [project] Unused yaml files * [core] Remove dead tx_cacher.go * [project] Further fixes from staticcheck commit a7b7961 Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Mon Apr 6 10:04:54 2020 -0700 [project] More Spring Cleaning (#2751) * [project] Remove hmyclient * [drand] Remove dead drand * [drand] Remove dead code in proto, more dead drand things * [project] Remove dead demo tool * [project] Remove dead Lottery solidity * [project] Remove dead hmy client main * [node] Remove unused variable in test code * [project] Remove keygen * [project] Remove not useful test commit ba1c0cd Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Sun Apr 5 23:53:03 2020 -0700 [blockchain] Create fresh big int, remove more dead code from static … (#2749) * [blockchain] Create fresh big int, remove more dead code from static analysis * [measure] Remove IzZero/IsNil checks commit 191f1d5 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sun Apr 5 21:11:21 2020 -0700 Final attempt: Don't div by 0; print out debug info (#2746) * Revert "Revert "fix earned-reward by writing the stats only once, remove from UpdateValdiatorVotingPower (#2737)" (#2742)" This reverts commit 832b01d. * Don't div by 0; print out debug info commit 832b01d Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Sun Apr 5 19:40:37 2020 -0700 Revert "fix earned-reward by writing the stats only once, remove from UpdateValdiatorVotingPower (#2737)" (#2742) This reverts commit dc036e6. commit dc036e6 Author: Ganesha Upadhyaya <ganeshrvce@gmail.com> Date: Sun Apr 5 17:18:36 2020 -0700 fix earned-reward by writing the stats only once, remove from UpdateValdiatorVotingPower (#2737) commit 66f26e8 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sun Apr 5 17:06:50 2020 -0700 do snapshot for validators at last block of epoch (#2736) commit f2524a8 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sun Apr 5 12:33:35 2020 -0700 Make validator snapshot on new validator too (#2733) commit 350b7a0 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sat Apr 4 23:41:19 2020 -0700 fix validator snapshot cache commit 8f5f287 Author: Leo Chen <leo@harmony.one> Date: Sat Apr 4 19:09:38 2020 -0700 [node.sh] use rclone to fast sync harmony_db_0 (#2709) Signed-off-by: Leo Chen <leo@harmony.one> commit 05f2e20 Author: Rongjian Lan <rongjian.lan@gmail.com> Date: Sat Apr 4 19:00:28 2020 -0700 make validator snapshot consistent with election (#2726) * make validator snapshot consistent with election * fix condition with only beacon chain * Fix epoch number * Fix stats update nil epoch issue commit 24a17fe Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Sat Apr 4 16:38:12 2020 -0700 [state] ValidatorWrapper div zero panic fix - (#2724) * [state] Error on div zero * [state] Do not pay out commit when commit is 0% * [state] Put whole commission in guarded block * [core] Reward cannot be zero * [state] return nil, not hard error commit 1f83ebf Author: Minh Doan <40258599+mikedoan@users.noreply.github.com> Date: Sat Apr 4 14:38:55 2020 -0700 change explorer node storage folder (#2720) commit 3aa08e9 Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Sat Apr 4 10:21:51 2020 -0700 [rpc] Show both latest header of beacon chain and shard chain (#2714) commit 1a2c23a Author: Edgar Aroutiounian <edgar.factorial@gmail.com> Date: Fri Apr 3 17:49:24 2020 -0700 [validator] Hide one field from JSON (#2705) # Conflicts: # core/tx_cacher.go * fix merge conflict
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Leo Chen leo@harmony.one