-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [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 <[email protected]> * 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 <[email protected]> Co-authored-by: Minh Doan <[email protected]> Co-authored-by: Leo Chen <[email protected]> Co-authored-by: Ganesha Upadhyaya <[email protected]>
- Loading branch information
1 parent
5b2e041
commit 0c46e08
Showing
3 changed files
with
38 additions
and
37 deletions.
There are no files selected for viewing
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
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
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