Commit graph

288 commits

Author SHA1 Message Date
Kay Kurokawa a5293de44b adding changelog 2017-10-31 15:41:49 -04:00
Miroslav Kovar 34643b7f95 Added changelog entry. 2017-10-31 15:35:01 -04:00
Jack Robison 3fd542f702
Merge branch 'check_connection_bypass_dns' of https://github.com/mirgee/lbry into mirgee-check_connection_bypass_dns 2017-10-31 12:21:35 -04:00
Antonio Quartulli d827b4d5af platform ip: ensure daemon retrieves IPv4 address only
When contacting jsonip.com to retrieve the node external IP,
the connection might be established with IPv6 and thus return
an address belonging to that family.

This address is then used to initialize the external_ip member of
Daemon session, but unfortunately IPv6 is not yet handled well.

Using an IPv6 as external IP is currently breaking parts of the
Daemon resulting in no peer connectivity at all.

We should stick to IPv4 for time being.

http://jsonip.com/about says "ipv4-only":"https://ipv4.jsonip.com"

therefore, change the IP retrieval URL to ipv4.jsonip.com to
make sure the connection is established only using an IPv4 address.

Closes: https://github.com/lbryio/lbry/issues/971
Signed-off-by: Antonio Quartulli <antonio@mandelbit.com>
2017-10-31 06:59:40 -04:00
Jack Robison fdaaa0e678
changelog 2017-10-30 13:09:02 -04:00
Jack Robison ee90c877c7
Merge branch 'dht-fix-close-nodes-list-extension' of https://github.com/ordex/lbry into ordex-dht-fix-close-nodes-list-extension 2017-10-27 18:38:03 -04:00
Jack Robison 203f2f8988
Bump version 0.17.1rc5 --> 0.17.1
Signed-off-by: Jack Robison <jackrobison@lbry.io>
2017-10-25 17:33:55 -04:00
Antonio Quartulli 673d1c4d43
Extend close nodes list by right amount
When a k-bucket does not contain enough close nodes, the
DHT will look into neighbouring k-buckets in order to entend
the list of returned nodes.

However, the list should not be extended beyond its maximum size.

Signed-off-by: Antonio Quartulli <antonio@mandelbit.com>
2017-10-26 02:21:24 +08:00
Alex Grintsvayg 9eb40797ea extra word in changelog 2017-10-25 12:37:53 -04:00
Alex Grintsvayg 2067180467 add wallet_prefill_addresses command 2017-10-25 12:29:51 -04:00
Jack Robison f3d45061e8
fix changelog merge conflict 2017-10-25 12:05:46 -04:00
Jack Robison e4d2a3d2ec Merge branch 'master' into android_tests_refactoring 2017-10-25 12:01:37 -04:00
Jack Robison e799ad17b4 Merge branch 'master' into update_jsonschema 2017-10-25 10:50:06 -04:00
Jack Robison dc09996f43
changelog 2017-10-24 20:26:04 -04:00
Jack Robison 5919271966
Merge branch 'fix-remove-contact' 2017-10-24 19:26:41 -04:00
Jack Robison 5bc856932d
changelog 2017-10-24 19:18:13 -04:00
Jack Robison 7e7ab8f72c
changelog 2017-10-24 19:11:29 -04:00
Jack Robison 8e94970b53
changelog 2017-10-23 01:34:40 -04:00
Jack Robison 4b0082d5bc
changelog 2017-10-23 01:20:02 -04:00
Kay Kurokawa 9c66d75c17 add changelog 2017-10-16 15:26:16 -04:00
Jack Robison 0793934d7b
Bump version 0.17.0rc17 --> 0.17.0
Signed-off-by: Jack Robison <jackrobison@lbry.io>
2017-10-12 12:39:09 -04:00
Kay Kurokawa 42990b582f add changelog 2017-10-12 11:26:44 -04:00
Jack Robison e7e987b07e
changelog 2017-10-10 13:55:36 -04:00
Akinwale Ariwodola 4f6f226b18 refactor asserts due to PYTHONOPTIMIZE flag 2017-10-09 20:20:58 +01:00
Jack Robison 7898b9c2d8
Merge branch 'master' into add_more_session_info 2017-10-09 10:39:48 -04:00
Kay Kurokawa b168c13c40 add changelog 2017-10-06 17:05:16 -04:00
Kay Kurokawa 3232daa178
add changelog 2017-10-05 14:00:04 -04:00
Kay Kurokawa be78390793 fix changelog having two Added sections
Signed-off-by: Kay Kurokawa <kay@lbry.io>
2017-10-05 13:50:59 -04:00
Kay Kurokawa 4c63364b18 added changelog 2017-10-03 14:15:46 -04:00
Kay Kurokawa 7557e3cc73 add changelog 2017-10-02 16:33:09 -04:00
Akinwale Ariwodola 63dd57aaea fixed long string concatenation and merged with master 2017-10-02 17:13:45 +01:00
Jack Robison 838436d641
Merge remote-tracking branch 'origin/fix_blob_reader_closing' 2017-09-29 12:37:15 -04:00
Jack Robison 4c1c3592b7
changelog 2017-09-29 12:31:34 -04:00
Jack Robison d2b91d5f51
changelog 2017-09-28 14:48:01 -04:00
Akinwale Ariwodola 2abe85ba25 moved tests into the lbrynet package 2017-09-28 18:21:26 +01:00
Kay Kurokawa 8c41b9ecde added changelog 2017-09-27 17:41:52 -04:00
Jack Robison 414c877502
changelog 2017-09-25 13:29:36 -04:00
Kay Kurokawa f835ef1be4
add changelog 2017-09-22 14:46:29 -04:00
Kay Kurokawa 9bf159433d
add changelog 2017-09-22 14:39:39 -04:00
Miroslav Kovar 0fca867ec0 Modified check_connection() to try bypassing DNS before giving up. 2017-09-20 23:36:08 +02:00
Jack Robison dbb658adec
update changelog 2017-09-20 13:59:29 -04:00
Alex Grintsvayg c98197f266 deprecated blob_announce_all 2017-09-20 11:16:10 -04:00
Jack Robison 1b2bd871f4
Bump version 0.16.1rc1 --> 0.16.1
Signed-off-by: Jack Robison <jackrobison@lbry.io>
2017-09-20 10:24:44 -04:00
Jack Robison 88fcd5b711
update _get_history for change in lbryum 2017-09-20 09:51:52 -04:00
Jack Robison 9bb03757ec
docopt fix 2017-09-20 09:50:48 -04:00
Jack Robison 1f5b2203d7
Bump version 0.16.0rc9 --> 0.16.0
Signed-off-by: Jack Robison <jackrobison@lbry.io>
2017-09-18 10:14:41 -04:00
Mike Putnam e7094a92ab Docs spelling correction. (#873)
Docs spelling correction
2017-09-12 09:41:11 -04:00
Kay Kurokawa 70868767f7 add changelog 2017-09-11 11:43:46 -04:00
Jack Robison 4800f46a1a
update changelog 2017-09-07 14:04:47 -04:00
Jack Robison 5f9509db96
don't use google finance 2017-09-07 13:55:36 -04:00