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
fb4644ec5b
Allow utxo address validation with script
...
Prior to this commit, the sendtomany.py script
would sometimes fail based on the output of the
RPC call gettxout returning only a script, and not
an address. After this commit, the validation will
still work correctly in these cases using the
chosen cryptoengine to convert from script to address.
Also notably, the return value of utxo set does
not include an 'address' key any more.
Tests are updated to reflect this.
4 years ago
..
__init__.py
Merge JoinMarket-Org/joinmarket-clientserver#1015 : Implement address labeling
4 years ago
blockchaininterface.py
Allow utxo address validation with script
4 years ago
cli_options.py
add opt-in rbf support for direct sends
4 years ago
client_protocol.py
Fix SNICKER daemon startup
4 years ago
commitment_utils.py
Allow utxo address validation with script
4 years ago
configure.py
Removed Unicode dash.
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
Allow to not specify rpc_port in config, use network's default then
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 unneeded shebangs
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
4 years ago
taker.py
remove unneeded hex encoding/decoding from sent_tx + push_tx
4 years ago
taker_utils.py
Add websocket for subscription, OpenAPI spec
4 years ago
wallet-rpc-api.md
Add websocket for subscription, OpenAPI spec
4 years ago
wallet-rpc-api.yaml
Add websocket for subscription, OpenAPI spec
4 years ago
wallet.py
Implement address labeling
4 years ago
wallet_rpc.py
Fix RPC timelockaddress call.
4 years ago
wallet_service.py
Add websocket for subscription, OpenAPI spec
4 years ago
wallet_utils.py
Merge JoinMarket-Org/joinmarket-clientserver#1015 : Implement address labeling
4 years ago
websocketserver.py
Add websocket for subscription, OpenAPI spec
4 years ago
yieldgenerator.py
Rename yield generator's txfee settings to txfee_contribution
4 years ago