Skip to content
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

Streaming changes #6

Merged
merged 26 commits into from
Sep 2, 2022
Merged

Streaming changes #6

merged 26 commits into from
Sep 2, 2022

Conversation

saurabhdaga-merkle
Copy link

No description provided.

@saurabhdaga-merkle saurabhdaga-merkle changed the base branch from master to develop June 26, 2022 11:03
BITCOIN_GOLD = 'bitcoin_gold'
DOGECOIN = 'dogecoin'
LITECOIN = 'litecoin'
DASH = 'dash'
ZCASH = 'zcash'
MONACOIN = 'monacoin'

ALL = [BITCOIN, BITCOIN_CASH, BITCOIN_GOLD, DOGECOIN, LITECOIN, DASH, ZCASH, MONACOIN]
ALL = [BITCOIN, BITCOIN_CASH, BITCOIN_CASH_SV, BITCOIN_GOLD, DOGECOIN, LITECOIN, DASH, ZCASH, MONACOIN]
# Old API doesn't support verbosity for getblock which doesn't allow querying all transactions in a block in 1 go.
HAVE_OLD_API = [BITCOIN_CASH, DOGECOIN, DASH, MONACOIN]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we check if they support verbosity for these chains now?

@@ -178,6 +167,8 @@ def _remove_coinbase_input(self, block):
def _add_non_standard_addresses(self, transaction):
for output in transaction.outputs:
if output.addresses is None or len(output.addresses) == 0:
# output.type = 'nonstandard'
# if output.type != 'multisig':
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

slight doubt on this

Base automatically changed from develop to master August 30, 2022 17:46
@aknirmal90 aknirmal90 merged commit d2ea670 into master Sep 2, 2022
@aknirmal90 aknirmal90 deleted the streaming branch September 2, 2022 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants