You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Adding multiple Custom Base Nodes, increases the base node list, but you can only clear/delete one entry (the last base node).
To Reproduce
Run the tari_console_wallet, navigate to the network tab.
Press P to add a base node. Enter base node pub key and address.
Add a second base node. Clear base node by pressing C.
Pressing C again does not remove the first base node added.
Expected behavior
Expected to be able to delete all Custom Base Nodes, not just last and no others.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Raspberry Pi 4 - Debian BullsEye
Tari Suite - v0.50.0-pre.0
The text was updated successfully, but these errors were encountered:
Description
---
Cleared out the old custom base node in the console wallet base node
list in the network tab if another one is assigned.
**Note:** Currently in the console wallet we only accept one custom base
node, not a list. The new custom base node was added correctly and the
old one removed from the database, the only issue here was that the
Network tab display was not updated.
Fixes#5353
Motivation and Context
---
The old custom base node was not cleared from the list.
How Has This Been Tested?
---
System-level testing
What process can a PR reviewer use to test or verify this change?
---
Code review
<!-- Checklist -->
<!-- 1. Is the title of your PR in the form that would make nice release
notes? The title, excluding the conventional commit
tag, will be included exactly as is in the CHANGELOG, so please think
about it carefully. -->
Breaking Changes
---
- [x] None
- [ ] Requires data directory on base node to be deleted
- [ ] Requires hard fork
- [ ] Other - Please specify
<!-- Does this include a breaking change? If so, include this line as a
footer -->
<!-- BREAKING CHANGE: Description what the user should do, e.g. delete a
database, resync the chain -->
Co-authored-by: SW van Heerden <[email protected]>
Describe the bug
Adding multiple Custom Base Nodes, increases the base node list, but you can only clear/delete one entry (the last base node).
To Reproduce
Run the tari_console_wallet, navigate to the network tab.
Press
P
to add a base node. Enter base node pub key and address.Add a second base node. Clear base node by pressing
C
.Pressing
C
again does not remove the first base node added.Expected behavior
Expected to be able to delete all Custom Base Nodes, not just last and no others.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: