v0.18.1rc2

@jackrobison jackrobison released this Nov 9, 2017 · 5 commits to master since this release

[0.18.1rc2] - 2017-11-09

Changed

  • Bumped lbryum requirement to 3.1.12rc2 see changelog
  • Check claim schema in publish before trying to make the claim, return better error messages

Downloads

v0.18.1rc1

@jackrobison jackrobison released this Nov 9, 2017 · 6 commits to master since this release

[0.18.1rc1] - 2017-11-08

Changed

  • Bumped lbryum requirement to 3.1.12rc1 see changelog
  • Check claim schema in publish before trying to make the claim, return better error messages

Downloads

v0.18.0

@jackrobison jackrobison released this Nov 8, 2017 · 9 commits to master since this release

[0.18.0] - 2017-11-08

Fixed

  • Fixed amount of close nodes to add to list in case of extension to neighbouring k-buckets
  • Fixed external IP detection via jsonip.com (avoid detecting IPv6)
  • Fixed failing ConnectionManager unit test for parallel connections
  • Fixed race condition between publish and channel_new
  • Fixed incorrect response on attempting to delete blob twice
  • Fixed local node ID reporting in peer list

Changed

  • Bumped lbryschema requirement to 0.0.14 see changelog
  • Bumped lbryum requirement to 3.1.11 see changelog
  • Moved BLOB_SIZE from conf.py to MAX_BLOB_SIZE in blob/blob_file.py

Added

  • Added utxo_list command to list unspent transaction outputs
  • Added redundant API server for currency conversion

Removed

  • Removed some alternate methods of reading from blob files
  • Removed @AuthJSONRPCServer.queued decorator

Downloads

v0.18.0rc1

@jackrobison jackrobison released this Nov 8, 2017 · 11 commits to master since this release

[0.18.0rc1] - 2017-11-07

Fixed

  • Fixed amount of close nodes to add to list in case of extension to neighbouring k-buckets
  • Fixed external IP detection via jsonip.com (avoid detecting IPv6)
  • Fixed failing ConnectionManager unit test for parallel connections
  • Fixed race condition between publish and channel_new
  • Fixed incorrect response on attempting to delete blob twice
  • Fixed local node ID reporting in peer list
  • Fixed lbryum race condition between combinations of publish and channel_new

Changed

  • Moved BLOB_SIZE from conf.py to MAX_BLOB_SIZE in blob/blob_file.py
  • Bumped lbryum requirement to 3.1.11rc8 see changelog

Added

  • Added utxo_list command to list unspent transaction outputs
  • Added redundant API server for currency conversion

Removed

  • Removed some alternate methods of reading from blob files
  • Removed @AuthJSONRPCServer.queued decorator

Downloads

v0.17.2rc10

@jackrobison jackrobison released this Nov 7, 2017 · 13 commits to master since this release

[0.17.2rc10] - 2017-11-07

Fixed

  • Fixed amount of close nodes to add to list in case of extension to neighbouring k-buckets
  • Fixed external IP detection via jsonip.com (avoid detecting IPv6)
  • Fixed failing ConnectionManager unit test for parallel connections
  • Fixed race condition between publish and channel_new
  • Fixed incorrect response on attempting to delete blob twice
  • Fixed local node ID reporting in peer list
  • Fixed lbryum race condition between combinations of publish and channel_new

Changed

  • Moved BLOB_SIZE from conf.py to MAX_BLOB_SIZE in blob/blob_file.py

Added

  • Added utxo_list command to list unspent transaction outputs
  • Added redundant API server for currency conversion

Removed

  • Removed some alternate methods of reading from blob files
  • Removed @AuthJSONRPCServer.queued decorator

Downloads

v0.17.2rc8

@jackrobison jackrobison released this Nov 5, 2017 · 26 commits to master since this release

[0.17.2rc8] - 2017-11-04

Fixed

  • Fixed amount of close nodes to add to list in case of extension to neighbouring k-buckets
  • Fixed external IP detection via jsonip.com (avoid detecting IPv6)
  • Fixed failing ConnectionManager unit test for parallel connections
  • Fixed race condition between publish and channel_new

Changed

  • Moved BLOB_SIZE from conf.py to MAX_BLOB_SIZE in blob/blob_file.py
  • Use shared deferredSemaphore for api methods decorated with @AuthJSONRPCServer.queued

Added

  • Added utxo_list command to list unspent transaction outputs
  • Added redundant API server for currency conversion

Removed

  • Removed some alternate methods of reading from blob files

Downloads