ThomasV
|
00af3b394b
|
Merge pull request #1280 from kyuupichan/BIP-LI01
Implement BIP-LI01.
|
10 years ago |
ThomasV
|
ec9cdfaf48
|
blockchain: restore call to set_local_height, forgotten in previous commit
|
10 years ago |
ThomasV
|
d09a10e0f7
|
fix is_used for unmatured tx
|
10 years ago |
ThomasV
|
99c50aa31f
|
Merge pull request #1296 from romanz/master
Fix few small issues.
|
10 years ago |
Roman Zeyde
|
90076b0b79
|
util: add print_msg() method to DaemonThread
it is used by at synchornizer.py, line 173
|
10 years ago |
Roman Zeyde
|
c324d21107
|
transaction: added missing import
for "traceback.print_exc(file=sys.stdout)" statement at line 361
|
10 years ago |
Roman Zeyde
|
cb4d3a78b4
|
verifier: fix typo
|
10 years ago |
ThomasV
|
cf5d3e956b
|
Merge pull request #1295 from romanz/master
travis: use pytest (due to better test discovery)
|
10 years ago |
Roman Zeyde
|
d27efaad82
|
travis: use pytest (due to better test discovery)
|
10 years ago |
ThomasV
|
12feb4cf9c
|
Merge pull request #1294 from romanz/master
bitcoin: remove dead code
|
10 years ago |
Roman Zeyde
|
6bb9ee0cf7
|
bitcoin: remove dead code
|
10 years ago |
ThomasV
|
7a3ddfc6a4
|
version 2.3.1
|
10 years ago |
ThomasV
|
10740470cc
|
fix requests_dir bug
|
10 years ago |
ThomasV
|
d75d3fdf5b
|
fix --pending option
|
10 years ago |
ThomasV
|
bb4d175978
|
Merge pull request #1292 from romanz/master
travis.yml: add protobuf to requirements and exclude plugins
|
10 years ago |
ThomasV
|
c46ac26d82
|
cosigner pool: exec_->show
|
10 years ago |
Roman Zeyde
|
b5c53d2ea6
|
travis.yml: add protobuf to requirements and exclude plugins
|
10 years ago |
ThomasV
|
42084a3610
|
improve docstrings
|
10 years ago |
ThomasV
|
444082f90f
|
Merge pull request #1291 from kyuupichan/server_height_zero
Show Synchronizing... when server height is zero
|
10 years ago |
Neil Booth
|
304f7f273b
|
Show Synchronizing... when server height is zero
|
10 years ago |
ThomasV
|
1fbbd5d65d
|
require network to show request status
|
10 years ago |
ThomasV
|
cbcb799eec
|
add filtering options for listrequests
|
10 years ago |
ThomasV
|
21f505a62c
|
fix #1290
|
10 years ago |
ThomasV
|
f3597f865b
|
--force option for addrequest
|
10 years ago |
Maran
|
9ef1f300f3
|
Fix Wizard on first run
|
10 years ago |
ThomasV
|
db6c69f0da
|
Merge pull request #1289 from Kefkius/patch-1
Fix typo in param_descriptions
|
10 years ago |
ThomasV
|
a103f59686
|
new flags for listaddresses
|
10 years ago |
ThomasV
|
2b769b10da
|
bip70 export fixes
|
10 years ago |
ThomasV
|
317a9de71d
|
check amount before calling make_payment_request
|
10 years ago |
ThomasV
|
ba78093e2e
|
getalias: no check
|
10 years ago |
Kefkius
|
b6e4013a9d
|
Fix typo in param_descriptions
heigh --> height
|
10 years ago |
ThomasV
|
e5b5e8d0f4
|
comment our ackrequest
|
10 years ago |
ThomasV
|
a50dce4cef
|
release notes
|
10 years ago |
ThomasV
|
d6cdc085ea
|
fix #1283
|
10 years ago |
ThomasV
|
179e98b303
|
restore: call constructor to load plugin
|
10 years ago |
ThomasV
|
5ffd26402e
|
separate load_wallet hook for installwizard
|
10 years ago |
ThomasV
|
16344b43af
|
fix issue #1282
|
10 years ago |
ThomasV
|
bf50bc45ef
|
fix plugin load_wallet hook
|
10 years ago |
ThomasV
|
e31ac7905d
|
Clear address cache when interface changes. Send requests only if interface is connected.
|
10 years ago |
ThomasV
|
c7945f4199
|
Merge pull request #1287 from kyuupichan/requeue
Fix request handling.
|
10 years ago |
Neil Booth
|
28f440350d
|
Fix request handling.
Handle local requests immediately.
Defer those requiring connectivity until we have an interface.
|
10 years ago |
ThomasV
|
5714d9f4fc
|
shorter docstrings
|
10 years ago |
ThomasV
|
145bf5cf0a
|
rename decodetx and sendtx commands. merge mktx and payto commands.
|
10 years ago |
ThomasV
|
e067e34313
|
make global options: -w and -o
|
10 years ago |
ThomasV
|
b350c27562
|
openalias: replace @ in resolve
|
10 years ago |
ThomasV
|
2863d19579
|
command-line handler for trezor
|
10 years ago |
ThomasV
|
557286ff79
|
Fix ssl error
|
10 years ago |
ThomasV
|
2b9b42d5f7
|
Merge pull request #1286 from kyuupichan/remove_urllib2
Use requests instead - SSL handling is superior
|
10 years ago |
ThomasV
|
e517321f76
|
Network: fix handle_requests, must process requests even if we are not connected
|
10 years ago |
ThomasV
|
6ea04e2d47
|
Network: Fix switch_to_interface (check that interface is connected)
|
10 years ago |