Remove pub properties from structs #606
Labels
No labels
DB & Storage
Deployment
Error Handling & Logging
Maintenance
Payment Backend
backport
backport v0.13.x
backport v0.14.x
backport v0.15.x
bindings
blocked
bug
cdk-sql
ci
cli
deps
documentation
duplicate
enhancement
good first issue
help wanted
invalid
keep-open
ldk-node-ui
migrations
mint
mutation-testing
needs rebase
needs review
new nut
nut change
question
ready
rust-version
rustfmt
stacked hold
stale
testing
wallet
weekly-report
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
cashubtc/cdk#606
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow up:
Originally posted by @thesimplekid in https://github.com/cashubtc/cdk/issues/564#issuecomment-2665151917
Remove all the
pubfrom non-payload or config entries properties. Everywhere where they could be updated with consequences outside of their logic, they should be private and exposed with a getter or a Deref trait, with their log the update hidden in the struct.Can this issue be closed since #782 was merged?
This issue is stale because it has been open for 60 days with no activity.
@crodas We were just talking about this.
I will work on this issue this week
Its not top priority lets prioritize wallet tx and kv store.
This issue is stale because it has been open for 60 days with no activity.
@crodas assigning you as we said we would do it as part of the wallet trait.