forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Global renaming from hpmn to evo (#5508)
## Issue being fixed or feature implemented ## What was done? Renaming of all classes/variables/functions/rpcs from `hpmn` to `evo`. ## How Has This Been Tested? All unit and func tests are passing. Sync of Testnet. ## Breaking Changes All protx RPCs ending with `_hpmn` were converted to `_evo`. `_hpmn` RPCs are now deprecated. Although, they can still be enabled by adding `-deprecatedrpc=hpmn`. ## Checklist: - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [x] I have added or updated relevant unit/integration/functional/e2e tests - [x] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ --------- Co-authored-by: thephez <[email protected]> Co-authored-by: UdjinM6 <[email protected]>
- Loading branch information
1 parent
24a4ed3
commit 93f8df1
Showing
19 changed files
with
255 additions
and
227 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Updated RPCs | ||
-------- | ||
|
||
- `protx register_hpmn` is renamed to `protx register_evo`. | ||
- `protx register_fund_hpmn` is renamed to `protx register_fund_evo`. | ||
- `protx register_prepare_hpmn` is renamed to `protx register_prepare_evo`. | ||
- `protx update_service_hpmn` is renamed to `protx update_service_evo`. | ||
|
||
Please note that _hpmn RPCs are deprecated. | ||
Although, they can still be enabled by adding `-deprecatedrpc=hpmn`. | ||
|
||
- `masternodelist` filter `hpmn` is renamed to `evo`. | ||
- `masternode count` return total number of EvoNodes under field `evo` instead of `hpmn`. | ||
- Description type string `HighPerformance` is renamed to `Evo`: affects most RPCs return MNs details. |
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
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.