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

Combine websocket notifications for relevant mined txs #156

Open
jrick opened this issue Jul 22, 2014 · 0 comments
Open

Combine websocket notifications for relevant mined txs #156

jrick opened this issue Jul 22, 2014 · 0 comments

Comments

@jrick
Copy link
Member

jrick commented Jul 22, 2014

All transactions matching a notifyreceived or notifyspent request that are mined in a newly attached block should be notified as part of the same notification. This prevents the extra overhead of multiple notifications for each relevant tx, and allows a wallet to update their data structures for all transactions in the block at once rather than incrementally for each tx.

cjepson pushed a commit to cjepson/btcd that referenced this issue May 6, 2016
When an OS reboots or shuts down, it sends all processes SIGTERM before
sending SIGKILL.  This allows dcrd to do a proper shutdown which most
importantly closes the databases.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants