Skip to content

Protocol 1.7#10627

Draft
ecdsa wants to merge 6 commits into
masterfrom
protocol_1.7
Draft

Protocol 1.7#10627
ecdsa wants to merge 6 commits into
masterfrom
protocol_1.7

Conversation

@ecdsa
Copy link
Copy Markdown
Member

@ecdsa ecdsa commented May 4, 2026

No description provided.

@ecdsa ecdsa force-pushed the protocol_1.7 branch 9 times, most recently from 78c4c5b to cd6e480 Compare May 5, 2026 16:59
ecdsa added 3 commits May 6, 2026 09:23
 - do not end session if a wallet address receives HISTORY_TOO_LONG,
   so that lnwatcher keeps working
 - separation between addresses_up_to_date and outpoints_up_to_date
Comment thread electrum/synchronizer.py Outdated
self.logger.info(f'subscribe to outpoint: {txhash}:{idx}')
try:
async with self._network_request_semaphore:
await self.session.subscribe('blockchain.outpoint.subscribe', [txhash, idx], self.outpoint_status_queue)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

We should also send spk_hint.
(1) some servers might need the spk to serve the request,
(2) doing so forces server implementations to handle the extra arg

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

done in d524c7e

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.

2 participants