Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(node): notify storage payment on receival #1655

Closed
wants to merge 2 commits into from

Conversation

maqi
Copy link
Member

@maqi maqi commented May 1, 2024

Description

reviewpad:summary

@maqi maqi added the DoNotMerge label May 1, 2024
sn_networking/src/spends.rs Fixed Show fixed Hide fixed
@@ -521,10 +567,14 @@
.reward_wallet_balance
.set(new_balance as i64);

if royalties_cash_notes_r.is_empty() {
// TODO: so far, it's assumed the store_cost and royalty are paid by single spend

Check notice

Code scanning / devskim

A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note

Suspicious comment
});
let network = self.network.clone();

// TODO: shall use a proper `collector`?

Check notice

Code scanning / devskim

A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note

Suspicious comment
@maqi maqi force-pushed the reward_notification branch 5 times, most recently from ae0dca9 to acfc7b1 Compare May 2, 2024 13:15
@maqi maqi removed the DoNotMerge label May 2, 2024
@maqi maqi changed the title WIP feat(node): notify storage payment on receival feat(node): notify storage payment on receival May 2, 2024
@maqi maqi force-pushed the reward_notification branch 4 times, most recently from b66f06a to 81483c4 Compare May 2, 2024 15:47
@maqi
Copy link
Member Author

maqi commented May 9, 2024

Closed as not required to achieve real time network wide statistic monitor.

@maqi maqi closed this May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant