oxen-core/src
Jason Rhinelander 5d28c9cf8d Switch service_node_keys to plain pointer instead of shared_ptr
The owning pointer is stashed in a unique_ptr so that it gets properly
destroyed; everything else gets a plain pointer to it.

(Ideally it would be std::optional instead, but that's not until C++17)
2019-11-27 14:07:52 -04:00
..
blockchain_db Remove endian swap on non-integral type enum struct blob_type 2019-10-18 15:30:25 +11:00
blockchain_utilities Remove boost::value_initialized and BOOST_FOREACH (#921) 2019-11-01 09:26:58 +11:00
blocks Update blocks blob v5.1.1 to 321467 (#897) 2019-10-16 14:05:32 +10:00
checkpoints Distinguish pop_blocks from reorg in detach hook 2019-10-16 10:25:04 +11:00
common Add & use tools::enum_count to get _count as underlying type 2019-11-27 14:07:52 -04:00
crypto Make crypto::signature hashable 2019-11-27 14:07:52 -04:00
cryptonote_basic Make block movable 2019-11-27 14:07:52 -04:00
cryptonote_core Switch service_node_keys to plain pointer instead of shared_ptr 2019-11-27 14:07:52 -04:00
cryptonote_protocol Blink WIP 2019-11-27 14:07:52 -04:00
daemon Reduce scope of rpc-specific value 2019-11-27 14:07:52 -04:00
daemonizer Merge commit '581994b' into LokiMergeUpstream 2019-05-02 14:15:02 +10:00
debug_utilities Merge commit 'f2f725d8db3535055d1c7e102c0bba75b22a3409' into LokiMergeUpstream 2019-04-12 15:23:01 +10:00
device Store loki version as std::array<u16,3> everywhere 2019-11-27 14:07:52 -04:00
device_trezor Make tx type and version scoped enums 2019-06-19 17:47:03 -03:00
gen_multisig Update monero copyright to 2019 pre-emptively to make merge simpler 2019-04-12 14:36:43 +10:00
lmdb Fix warnings emitted on Mac CI machine (#687) 2019-07-01 13:36:18 +10:00
mnemonics mnemonics: fix 4 byte UTF-8 rewriting 2019-04-30 21:10:54 +00:00
multisig Update monero copyright to 2019 pre-emptively to make merge simpler 2019-04-12 14:36:43 +10:00
net Fix IPv6 addr parsing for boost <1.66 2019-08-15 00:24:56 -03:00
p2p Fix p2p and cryptonote_protocol CMakeLists.txt 2019-11-27 14:07:52 -04:00
platform Update monero copyright to 2019 pre-emptively to make merge simpler 2019-04-12 14:36:43 +10:00
quorumnet Remove iostream debug, add istream 2019-11-27 14:07:52 -04:00
ringct serialization: check stream good flag at the end 2019-07-05 12:18:37 +10:00
rpc Store loki version as std::array<u16,3> everywhere 2019-11-27 14:07:52 -04:00
serialization Add SN ed25519/x25519 pubkeys + quorumnet port in proofs 2019-10-07 22:09:17 -03:00
simplewallet Replace utf8 small tilde (˜) with ascii tilde (~) 2019-11-27 14:07:52 -04:00
wallet Fix register_service_node priority being ignored 2019-11-27 14:07:52 -04:00
CMakeLists.txt Quorumnet network communication layer 2019-11-27 14:03:11 -04:00
cryptonote_config.h Uptime proof timer tweak + debug option 2019-11-27 14:07:52 -04:00
version.cpp.in Store loki version as std::array<u16,3> everywhere 2019-11-27 14:07:52 -04:00
version.h Store loki version as std::array<u16,3> everywhere 2019-11-27 14:07:52 -04:00