Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #2852: [GUI] Fix ban actions in peer list
a86ab9e Fix GUI banning (Liquid) Pull request description: For quite some time in the PIVX GUI we have the old UX for the peer list, and it has not been functional to ban peers using the context menu. See below: ![Screenshot 2023-04-17 at 1 40 46 PM](https://user-images.githubusercontent.com/45834289/232580836-d0f39b6e-a258-4347-9245-afeaa197a3de.png) Any amount of clicks, it will not ban said peer nor will it update the ban list. With this PR it is now working as intended again ![Screenshot 2023-04-17 at 1 42 12 PM](https://user-images.githubusercontent.com/45834289/232581174-007668e1-ce65-4ae8-a989-eb916b99b669.png) Clicking ban node for X time, will automatically disconnect the peer and update the GUI/ban list Changes: We now track the nodes address in the NodeStats class, and so now we do not need to resolve the IP but rather pull it from the stats we have access to after syncing the information from the node. ACKs for top commit: Fuzzbawls: ACK a86ab9e panleone: tACK a86ab9e Tree-SHA512: 1cfb776787fd81f6e3c5230c57db5bdb1919a32455ef6b624f59d8706f39d0b60d21458b986b11e0015804a54793bb664f053cd360d5770997a3dbd139955c0a
- Loading branch information