dash/src/consensus
Odysseas Gabrielides 93f8df1c31
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 <thephez@users.noreply.github.com>
Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
2023-08-17 14:01:12 -05:00
..
consensus.h Refactor the hardening of DIP 1 (#3874) 2020-12-15 15:54:51 -06:00
merkle.cpp Merge #16129: refactor: Remove unused includes (#4623) 2022-01-03 13:10:02 -06:00
merkle.h Merge #16659: refactoring: Remove unused includes 2021-12-12 16:44:54 -05:00
params.h refactor: Global renaming from hpmn to evo (#5508) 2023-08-17 14:01:12 -05:00
tx_check.cpp fix!: making MnEhfTx to comply DIP-0023 (#5505) 2023-07-25 21:46:55 +03:00
tx_check.h Merge #15921: validation: Tidy up ValidationState interface 2023-04-17 10:42:25 -05:00
tx_verify.cpp feat!: add an implementation of DIP 0027 Credit Asset Locks (#5026) 2023-07-24 11:39:38 -05:00
tx_verify.h Merge #15921: validation: Tidy up ValidationState interface 2023-04-17 10:42:25 -05:00
validation.h Merge #19526: log: Avoid treating remote misbehvior as local system error 2023-05-31 10:52:02 -05:00