- React to the BannedListChanged signal and push down the new list from the clientModel, rather than pulling it the other way
- Do the same for NoteStats, pushing them down rather than pulling.
The eventual goal is to contain g_connman in clientModel, at which point we can pass it in and eliminate the global usage.
The wallet changes that were here originally will show up in a new PR.