oxen-core/src
Doyle 00befd0605 Remove constexpr on member functions due to gcc 5.* bug
/home/travis/build/loki-project/loki-core/src/cryptonote_basic/tx_extra.h:422:20: error: enclosing class of constexpr non-static member function ‘void cryptonote::tx_extra_loki_name_system::set_field(lns::extra_field)’ is not a literal type
     constexpr void set_field    (lns::extra_field bit)       { fields = static_cast<lns::extra_field>(static_cast<uint8_t>(fields) | static_cast<uint8_t>(bit)); }
2020-03-11 10:58:05 +11:00
..
blockchain_db cmake modernization 2020-03-06 00:36:57 -04:00
blockchain_utilities cmake modernization 2020-03-06 00:36:57 -04:00
blocks cmake modernization 2020-03-06 00:36:57 -04:00
checkpoints Remove hardcoded checkpoint on testnet (#1059) 2020-03-10 12:22:51 +11:00
common Convert quorumnet to loki-mq 2020-03-06 00:36:57 -04:00
crypto Make generic crypto be comparable 2020-03-11 10:58:05 +11:00
cryptonote_basic Remove constexpr on member functions due to gcc 5.* bug 2020-03-11 10:58:05 +11:00
cryptonote_core Rewrite reorgs to handle LNS TX updates 2020-03-11 10:58:05 +11:00
cryptonote_protocol Convert quorumnet to loki-mq 2020-03-06 00:36:57 -04:00
daemon cmake modernization 2020-03-06 00:36:57 -04:00
daemonizer cmake modernization 2020-03-06 00:36:57 -04:00
debug_utilities cmake modernization 2020-03-06 00:36:57 -04:00
device cmake modernization 2020-03-06 00:36:57 -04:00
device_trezor cmake modernization 2020-03-06 00:36:57 -04:00
gen_multisig cmake modernization 2020-03-06 00:36:57 -04:00
lmdb cmake modernization 2020-03-06 00:36:57 -04:00
mnemonics cmake modernization 2020-03-06 00:36:57 -04:00
multisig cmake modernization 2020-03-06 00:36:57 -04:00
net cmake modernization 2020-03-06 00:36:57 -04:00
p2p cmake modernization 2020-03-06 00:36:57 -04:00
platform Update monero copyright to 2019 pre-emptively to make merge simpler 2019-04-12 14:36:43 +10:00
ringct cmake modernization 2020-03-06 00:36:57 -04:00
rpc Make LNS take generic keys/sigs where it can for owner keys 2020-03-11 10:58:05 +11:00
serialization Add generic_[key|signature] to handle monero/ed25519 keys 2020-03-11 10:58:05 +11:00
simplewallet Owner is optional, if not specified it will use the current wallet 2020-03-11 10:58:05 +11:00
wallet Owner is optional, if not specified it will use the current wallet 2020-03-11 10:58:05 +11:00
CMakeLists.txt Convert quorumnet to loki-mq 2020-03-06 00:36:57 -04:00
cryptonote_config.h Move out economic related constants/functions to loki_economy 2020-03-05 11:11:02 +11:00
loki_economy.h Move out economic related constants/functions to loki_economy 2020-03-05 11:11:02 +11:00
version.cpp.in Update v6 patch to 4 (#1023) 2020-01-20 12:38:54 +11:00
version.h Store loki version as std::array<u16,3> everywhere 2019-11-27 14:07:52 -04:00