danicoin/src
moneromooo-monero f5f4109f9a
mnemonics: fix language detection with checksum word
If a checksum word is present, language detection would use
just the word prefixes. However, a set of word prefixes may
be found in more than one language, and so the wrong language
may be found first, which could then fail the checksum, since
the check may be done with a different unique prefix length
from the one it was created from.

We now make a checksum test when we we detect a language from
prefixes only, to make sure we have the correct one.
2017-01-15 11:16:25 +00:00
..
blockchain_db Merge pull request #1538 2017-01-13 14:33:59 -05:00
blockchain_utilities rename cn_deserialize 2016-12-13 16:39:43 +02:00
blocks update checkpoints 2016-12-13 00:26:25 +02:00
common Merge pull request #1538 2017-01-13 14:33:59 -05:00
crypto Merge pull request #1510 2017-01-08 16:40:02 -08:00
cryptonote_core account: fix build error involving std::max and different types 2017-01-13 22:12:27 +00:00
cryptonote_protocol Improve language of 'node ahead by' message 2016-12-12 23:24:40 +00:00
daemon Add start_time to get_info methods and show uptime 2017-01-12 00:15:21 +01:00
daemonizer Dropped "bit" from bitmonero. 2016-09-26 17:22:30 -04:00
mnemonics mnemonics: fix language detection with checksum word 2017-01-15 11:16:25 +00:00
p2p also use portable serializer for boost_serialization_helper.h and net_node.inl, completely adandon boost/archive/binary_oarchive.hpp 2016-12-20 13:04:19 +09:00
platform updated copyright year 2015-12-31 08:39:56 +02:00
ringct Removed unused functions 2016-12-19 14:47:26 -05:00
rpc Merge pull request #1543 2017-01-13 14:35:21 -05:00
serialization serialization: add support for serializing std::pair and std::list 2016-09-26 23:12:28 +01:00
simplewallet Merge pull request #1562 2017-01-13 14:38:29 -05:00
wallet Merge pull request #1562 2017-01-13 14:38:29 -05:00
CMakeLists.txt Dropped "bit" from bitmonero. 2016-09-26 17:22:30 -04:00
cryptonote_config.h Merge pull request #1263 2016-11-11 12:34:43 +02:00
version.cmake fixed tag detector 2016-09-18 21:21:13 +02:00
version.h.in bump version 2016-12-13 00:29:29 +02:00