dash/src/governance
UdjinM6 54fb76f2f1
fix: Resolve mainnet v19 fork issues (#5403)
## Issue being fixed or feature implemented
same as  #5392, alternative solution

~based on #5402 atm, will rebase later~

## What was done?
pls see individual commits

## How Has This Been Tested?
reorg mainnet around forkpoint with a patched client (to allow low
difficulty), run tests

## Breaking Changes
Another evodb migration is required. Going back to an older version or
migrating after the fork requires reindexing.

## Checklist:
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have added or updated relevant unit/integration/functional/e2e
tests
- [ ] 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)_
2023-06-04 23:45:56 +03:00
..
classes.cpp chore: harden dip 20 and 24 activation (#5344) 2023-05-17 14:11:33 +03:00
classes.h refactor: use enums instead of random const ints (#5322) 2023-04-16 12:09:37 -05:00
exceptions.h refactor: remove redundant filename prefixes for Dash-specific logic (#4475) 2021-10-01 22:19:08 +03:00
governance.cpp chore: harden dip 20 and 24 activation (#5344) 2023-05-17 14:11:33 +03:00
governance.h Merge #17891: scripted-diff: Replace CCriticalSection with RecursiveMutex 2023-05-24 12:43:57 -05:00
object.cpp fix: Resolve mainnet v19 fork issues (#5403) 2023-06-04 23:45:56 +03:00
object.h Merge #17891: scripted-diff: Replace CCriticalSection with RecursiveMutex 2023-05-24 12:43:57 -05:00
validators.cpp refactor: use enums instead of random const ints (#5322) 2023-04-16 12:09:37 -05:00
validators.h chore: harden dip 20 and 24 activation (#5344) 2023-05-17 14:11:33 +03:00
vote.cpp fix: governance correct sig check (#5242) 2023-03-11 11:44:35 -06:00
vote.h chore: run copyright_header.py update 2023-01-13 00:49:04 +03:00
votedb.cpp refactor: remove redundant filename prefixes for Dash-specific logic (#4475) 2021-10-01 22:19:08 +03:00
votedb.h refactor: replace instances of typedef with using in dash code (#4488) 2021-10-06 00:26:29 +03:00