-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ONT-1110 fix add consensus node bug (#563)
* fix add consensus node bug * change fee split * add peer cost * add 1000 limit for authorize peer * change fee split from node to address * add withdraw fee func * update fee split * add if fork * add candidate fee split num * update ifAuthorize and fix fee split * fix bugs * change ifAuthorize to changeMaxAuthorize * add and reduce initPos and add promise pos * add block num constrain for new funcs * fix integer underflow * add authorizeInfo comment * fix newPos bugs and split authorize address first when fee split * fix reduceInitPos bug * change peer cost T + 2 active * fix setPeerCost != 100 bug and status type from int to uint8 add some comment * fix unregister bugs * change set promise pos to approve candidate func * fix fee split * change authorize info var name * fix unAuthorize bugs * change apply preConfig position * fix consensus get config * add new version view +1 and add some comment * add field annotation * fix GetStorageItem common.ErrNotFound bug * add some constrain in ChangeMaxAuthorization * fix split fee address bugs * change governance version view and height
- Loading branch information
Showing
7 changed files
with
2,430 additions
and
777 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
Oops, something went wrong.