wownero/src
François Colas 5df0ffb57c
Fix incorrect lenght of command INS_PREFIX_HASH
buffer_send[4] (LC) is an unsigned char, len should not
exceed 254 (255 - 1 for the option).
2020-06-27 03:51:41 +03:00
..
blockchain_db fix a few typos in error messages 2020-06-23 07:27:04 +03:00
blockchain_utilities initial commit 2020-04-06 09:09:17 +03:00
blocks build: prepare v0.8.0.0 release 2020-05-14 17:44:48 +03:00
checkpoints build: fix boost 1.73 compatibility 2020-05-22 21:27:12 +03:00
common easylogging++: sanitize log payload 2020-05-25 13:04:04 +03:00
crypto switch to SHA-3 PoW 2020-05-15 08:37:36 +03:00
cryptonote_basic switch to SHA-3 PoW 2020-05-15 08:37:36 +03:00
cryptonote_core cryptonote_core: remove "We are most likely forked" message 2020-05-25 13:05:32 +03:00
cryptonote_protocol protocol: move the "peer claims higher version" warning to debug 2020-05-25 13:05:18 +03:00
daemon Merge pull request #250 from wowario/upstream 2020-05-04 08:27:07 -07:00
daemonizer Fix #6147 DB corruption from child process overwrite 2019-11-17 14:04:22 +00:00
debug_utilities initial commit 2020-04-06 09:09:17 +03:00
device Fix incorrect lenght of command INS_PREFIX_HASH 2020-06-27 03:51:41 +03:00
device_trezor build: fix boost 1.73 compatibility 2020-05-22 21:27:12 +03:00
gen_multisig initial commit 2020-04-06 09:09:17 +03:00
gen_ssl_cert initial commit 2020-04-06 09:09:17 +03:00
hardforks comment out v16 fork 2020-05-19 06:51:48 +03:00
lmdb lmdb: Remove meaningless const qualifier on function type 2019-11-04 02:28:45 -07:00
mnemonics easylogging++: sanitize log payload 2020-05-25 13:04:04 +03:00
multisig use memwipe on secret k/alpha values 2020-05-09 11:35:47 +03:00
net Use byte_slice for sending zmq messages - removes data copy within zmq 2020-05-04 10:13:38 +03:00
p2p p2p: startup speedup, init seed nodes on first 'connect_to_seed()' 2020-05-09 12:14:03 +03:00
platform Update 2019 copyright 2019-03-05 22:05:34 +01:00
ringct use memwipe on secret k/alpha values 2020-05-09 11:35:47 +03:00
rpc rpc: add a sanity limit to a few RPC in restricted mode 2020-05-25 13:09:51 +03:00
serialization serialization: fix bad rapidjson api usage 2020-05-25 13:04:50 +03:00
simplewallet [release-v0.16] MMS: New 'config_checksum' subcommand 2020-05-25 13:09:20 +03:00
wallet fix typo in pick_preferred_rct_inputs 2020-06-27 03:51:27 +03:00
CMakeLists.txt initial commit 2020-04-06 09:09:17 +03:00
cryptonote_config.h comment out v16 fork 2020-05-19 06:51:48 +03:00
version.cpp.in add v0.8 ASCII art 2020-04-06 09:47:39 +03:00
version.h wallet, rpc: add a release field to get_version 2019-08-26 19:28:25 +00:00