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
151014535a
Taker stops cleanly if broadcast fails via RPC-API
...
Fixes #1214 .
Prior to this commit, if a broadcast of a transaction failed locally, or
failed after attempting remote broadcast then falling back to local via
the function jmclient.taker.Taker.handle_unbroadcast_transaction, then
the version of the on_finished_callback found in
jmclient.wallet_rpc.JMWalletDaemon incorrectly asserted that the fromtx
keyword argument must be True, thus failing to update the state of the
daemon to CJ_NOT_RUNNING.
After this commit that assertion is removed, and the coinjoin_in_process
value returned over the API is correctly False after either a
successful, or an unsuccessful, finishing of the coinjoin.
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
Taker stops cleanly if broadcast fails via RPC-API
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