You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Adam Gibson
09b9747819
Always track new transactions until confirmed
...
Fixes #1212 .
Before this commit, transactions were kept monitored in
WalletService.transaction_monitor after first being seen, only if the
list of confirmed callbacks was non empty, but this meant that the logic
is process_new_tx was not executed, meaning the height field of the utxo
was never updated from INF_HEIGHT, so the utxo would continue to be seen
as having zero confirmations, even after blocks are mined.
After this commit, we add any transaction that was seen to the
active_txs dict, so that the height field, and thus the number of
confirmations reported, is correct even if the caller never registered a
confirmed callback.
4 years ago
..
__init__.py
Merge #1182 : Only onion message channels
4 years ago
blockchaininterface.py
Abort with error if descriptor wallet configured in rpc_wallet_file
4 years ago
cli_options.py
add opt-in rbf support for direct sends
4 years ago
client_protocol.py
Allow taker peers to not serve onions + bugfixes.
4 years ago
commitment_utils.py
Allow utxo address validation with script
4 years ago
configure.py
Change onion directory nodes
4 years ago
cryptoengine.py
add opt-in rbf support for direct sends
4 years ago
fidelity_bond.py
Announce yieldgenerator's fidelity bond
5 years ago
jsonrpc.py
Move Bitcoin RPC specific code out of JsonRpc class
4 years ago
maker.py
Prevent amounts less than minsize being processed
4 years ago
old_mnemonic.py
remove unneeded shebangs
4 years ago
output.py
Enable external/custom change addresses.
5 years ago
payjoin.py
typo
4 years ago
podle.py
Remove coincurve dependency, use python-bitcointx
4 years ago
schedule.py
remove unneeded shebangs
4 years ago
snicker_receiver.py
Add websocket for subscription, OpenAPI spec
4 years ago
storage.py
Always cast pid read from wallet lockfile to int
4 years ago
support.py
Consider fidelity bonds when choosing makers
5 years ago
taker.py
remove unneeded hex encoding/decoding from sent_tx + push_tx
4 years ago
taker_utils.py
Add send-to-P2TR
4 years ago
wallet.py
Add send-to-P2TR
4 years ago
wallet_rpc.py
Allow taker peers to not serve onions + bugfixes.
4 years ago
wallet_service.py
Always track new transactions until confirmed
4 years ago
wallet_utils.py
Merge JoinMarket-Org/joinmarket-clientserver#1201 : Create un/freeze all command in wallet-tool freeze
4 years ago
websocketserver.py
Add websocket for subscription, OpenAPI spec
4 years ago
yieldgenerator.py
Add support to build and autostart local Tor instance in jmvenv
4 years ago