oxen-core/src/checkpoints
Jason Rhinelander f382c1971e
Replace hook virtual calls with std::function
- Instead of inheriting from a pure virtual base class, we know just use
  lambdas for hook callbacks.
- The signature of hooks also changes to take an info struct rather than
  a list of parameters, so that you don't have to change everything to
  ignore unwanted parameters if someone adds something to a hook.
2022-07-27 14:20:29 -03:00
..
checkpoints.cpp Replace hook virtual calls with std::function 2022-07-27 14:20:29 -03:00
checkpoints.h Replace hook virtual calls with std::function 2022-07-27 14:20:29 -03:00
CMakeLists.txt std::filesystem 2020-10-24 12:45:37 -03:00