2699 Commits (cf56b8a63cc05e3297412eb341fcfb2a1933192b)

Author SHA1 Message Date
Neil Booth 97568bedf5 Default to unused address for privkey sweeps 9 years ago
ThomasV 171363aa86 minor fix (import stat) 9 years ago
ThomasV a9f451decd preserve file permissions when saving wallet 9 years ago
ThomasV f77f63e158 remove failing tests, due to high S in signatures 9 years ago
ThomasV fbb65416d3 remove --broadcast option for payto, and parse transactions from json 'hex' field 9 years ago
Chris Beaven 876a2c8ed0 Missing sys import 9 years ago
Chris Beaven fc141cba28 Fix KeyErrror typo 9 years ago
ThomasV e385fd283d version 2.5.1 9 years ago
ThomasV fbda9dac79 fix #1479 9 years ago
ThomasV 19ec56b923 fix: sign tx inputs with the new low s class 9 years ago
ThomasV ab1714e9f2 socket errno 11: raise timeout instead of looping 9 years ago
ThomasV 6aefaf7b3e populate network.connecting before the thread is started (fixes KeyError in self.connecting.pop) 9 years ago
Kefkius f329143733 Fix typo in Connection docstring 9 years ago
ThomasV d68042e76e enforece low S value in signatures (per BIP62) 9 years ago
ThomasV 0fe410d7e6 restore lock in storage.write (follow up to b5e0363f) 9 years ago
ThomasV 5a5cc97045 fix base type of PrintError; it must be object, since it is inherited by wallets 9 years ago
Richard Ulrich c5f833a107 added tor onion address for Blockchain explorer 9 years ago
ThomasV f3bd1662f7 fix web request server. fixes #1455 9 years ago
Neil Booth 58bd655f1d In debug mode, show every queued request 9 years ago
Neil Booth fb5e8068ce Simplify following on from prior dead code removal 9 years ago
Neil Booth f9547a194e Remove more dead code 9 years ago
Neil Booth fe2e731a70 Remove dead code 9 years ago
Neil Booth 12583246ee Fix testcase 9 years ago
ThomasV 849cc0200b better help message 9 years ago
ThomasV 458b62f5de commands: add kwargs to wrapper 9 years ago
Neil Booth f30090a321 Use network to get local height 9 years ago
Neil Booth b5e0363f85 Only save wallet if modified 9 years ago
Neil Booth f710d872c7 When using labels plugin write wallet once 9 years ago
ThomasV a735fbabe0 print config path in debug message 9 years ago
Neil Booth 3746050fe6 Subscribed address fix 9 years ago
Neil Booth cbf9052dae Remove address caching 9 years ago
ThomasV ebd5a565ed fix: add missing definition of sha1 9 years ago
Neil Booth b14aae5ebc Clear self.interface when switching 9 years ago
Neil Booth 6f1367fea6 Unify message IDs between network and interfaces 9 years ago
Neil Booth 886192aba7 Make trustedcoin.py multi-window compatible 9 years ago
ThomasV f90ca2684e change paytomany syntax: accept json data instead of csv file 9 years ago
ThomasV d986570c2e fix: func.__doc__ might be None on android 9 years ago
Neil Booth abee263710 Remove obsolete server from DEFAULT_SERVERS 9 years ago
Neil Booth 39615333c0 Attribute more diagnostic messages 9 years ago
Neil Booth 93b99ebded Handy new class PrintError 9 years ago
Neil Booth da5c18b2f9 Be patient whilst connecting 9 years ago
Neil Booth f5a43b8738 Warn if server is serving bad address histories 9 years ago
Neil Booth f9047c6df0 Fix for dynamic loading and unloading of plugins 9 years ago
Neil Booth b5f986ee56 Torwards sane signalling for exchange_rate plugin 9 years ago
Neil Booth 1171a25815 Genericize plugin handling of thread jobs 9 years ago
Neil Booth 9da22000b6 More improvements to exchange_rate plugin 9 years ago
ThomasV 2f8574f7d7 kivy/buildozer: read version number from file 9 years ago
Neil Booth 835bc4e4aa More cleanup now self.window is gone 9 years ago
Neil Booth 89fbda30e0 Labels plugin now working for multiple windows 9 years ago
Neil Booth 2aa21ece79 Fix cosigner_pool plugin for multiple windows 9 years ago