lbry-sdk/lbrynet/core
Job Evers-Meltzer f7864e8cb7 Only store the offer explicitly when its sent
Ran into a situation where I was recieving an offer response without
something in protocol_offers. I think this was because
get_and_set_rate doesn't always populate that dictionary.

Worried that there still might be issues if the connection is
unreliable: if a response comes in twice it will error or
if a second offer is made without a response to the first
there will be an error.
2016-12-20 10:37:42 -08:00
..
client Only store the offer explicitly when its sent 2016-12-20 10:37:42 -08:00
server Add timing to hash announcements 2016-12-15 18:58:16 -06:00
__init__.py pylint: add check for missing-final-newline 2016-12-14 19:21:59 -06:00
BlobAvailability.py BlobAvailabilityTracker.sample bug, remove whitespace 2016-12-17 20:05:27 -05:00
BlobInfo.py pylint: add check for missing-final-newline 2016-12-14 19:21:59 -06:00
BlobManager.py Cleanup code in BlobManager 2016-12-15 18:58:16 -06:00
cryptoutils.py pylint: add check for missing-final-newline 2016-12-14 19:21:59 -06:00
DownloadOption.py pylint: add check for missing-final-newline 2016-12-14 19:21:59 -06:00
Error.py Provide better feedback on why a name is invalid 2016-12-01 11:02:37 -06:00
HashAnnouncer.py pylint: add check for missing-final-newline 2016-12-14 19:21:59 -06:00
HashBlob.py fixup long lines 2016-12-07 09:38:34 -05:00
log_support.py Add TRACE level logging 2016-12-15 18:58:16 -06:00
looping_call_manager.py replace some strings 2016-10-20 11:30:38 -07:00
Offer.py pylint: add check for missing-final-newline 2016-12-14 19:21:59 -06:00
PaymentRateManager.py fixup long lines 2016-12-07 09:38:34 -05:00
Peer.py clean up 2016-10-13 13:35:55 -04:00
PeerFinder.py pylint: add check for missing-final-newline 2016-12-14 19:21:59 -06:00
PeerManager.py pylint: add check for missing-final-newline 2016-12-14 19:21:59 -06:00
PriceModel.py fixup long lines 2016-12-07 09:38:34 -05:00
PTCWallet.py fixup long lines 2016-12-07 09:38:34 -05:00
RateLimiter.py fixup long lines 2016-12-07 09:38:34 -05:00
Session.py remove unqlite requirement 2016-12-17 20:03:35 -05:00
sqlite_helpers.py pylint: add check for missing-final-newline 2016-12-14 19:21:59 -06:00
Strategy.py fixup long lines 2016-12-07 09:38:34 -05:00
StreamCreator.py cleanup whitespace and long-lines 2016-11-04 11:44:50 -05:00
StreamDescriptor.py fixup long lines 2016-12-07 09:38:34 -05:00
system_info.py rename platform to system_info 2016-12-15 18:58:16 -06:00
utils.py allow for rc in version values 2016-11-19 16:58:40 -06:00
Wallet.py BlobAvailabilityTracker.sample bug, remove whitespace 2016-12-17 20:05:27 -05:00