dash/src/governance
PastaPastaPasta aaa5c7967d
refactor: change Process* functions from accepting a ptr to a reference (#5062)
also drops an almost always unneeded string
converts some std::strings to std::string_view
also drops an unneeded param
2022-10-28 22:50:54 +03:00
..
classes.cpp merge bitcoin#20480: Replace boost::variant with std::variant 2022-10-20 16:08:45 -05:00
classes.h refactor: migrate globals to managed pointers in preparation for deglobalization (#4930) 2022-08-26 16:52:53 -05:00
exceptions.h refactor: remove redundant filename prefixes for Dash-specific logic (#4475) 2021-10-01 22:19:08 +03:00
governance.cpp refactor: change Process* functions from accepting a ptr to a reference (#5062) 2022-10-28 22:50:54 +03:00
governance.h refactor: change Process* functions from accepting a ptr to a reference (#5062) 2022-10-28 22:50:54 +03:00
object.cpp test/refactor: upgrade to cppcheck 2.9 and fix warnings (#5049) 2022-10-18 13:24:00 +03:00
object.h governance: Implement reduced governance fee (#4241) 2021-11-01 18:31:48 +03:00
validators.cpp merge bitcoin#20480: Replace boost::variant with std::variant 2022-10-20 16:08:45 -05:00
validators.h chore: bump copyrights (#4873) 2022-06-08 02:36:46 +03:00
vote.cpp refactor: migrate globals to managed pointers in preparation for deglobalization (#4930) 2022-08-26 16:52:53 -05:00
vote.h chore: bump copyrights (#4873) 2022-06-08 02:36:46 +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