HomePhabricator

qt: Move transaction notification to transaction table model
023e63df78b8Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

qt: Move transaction notification to transaction table model

Move transaction new/update notification to TransactionTableModel.
This moves the concerns to where they're actually handled.
No need to bounce this through wallet model.

  • Do wallet transaction preprocessing on signal handler side; avoids locking cs_main/cs_wallet on notification in GUI thread (except for new transactions)

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Oct 28 2014, 18:52
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGINGcd9114e5136e: Merge pull request #5065
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rSTAGING023e63df78b8: qt: Move transaction notification to transaction table model (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Oct 28 2014, 20:20