-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v11.0.0] Kill Addrindexrs #2343
Conversation
@@ -930,17 +924,13 @@ | |||
|
|||
@dispatcher.add_method | |||
def search_raw_transactions(address, unconfirmed=True, only_tx_hashes=False): | |||
return backend.addrindexrs.search_raw_transactions( | |||
return backend.electr.get_history( |
Check warning
Code scanning / pylint
Unexpected keyword argument 'only_tx_hashes' in function call. Warning
@@ -37,6 +38,17 @@ | |||
STATUS_CLOSED = 10 | |||
STATUS_CLOSING = 11 | |||
|
|||
CURR_DIR = os.path.dirname(os.path.realpath(__file__)) | |||
with open(os.path.join(CURR_DIR, "data", "get_oldest_tx.json")) as f: |
Check warning
Code scanning / pylint
Using open without explicitly specifying an encoding. Warning
replaced by #2864 |
get_oldest_tx
blockchain.scripthash.get_history
andblockchain.scripthash.get_utxos