-
Notifications
You must be signed in to change notification settings - Fork 56
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: remove gossip code #1495
feat: remove gossip code #1495
Conversation
@@ -701,8 +601,8 @@ | |||
custom-node-bin-org-name: maidsafe | |||
custom-node-bin-branch-name: main | |||
|
|||
# TODO: re-enable the below scripts once we have proper way to restart nodes. | |||
# Currently on remote network (not local), the nodes do not handle restart RPC cmd well. They reuse the same | |||
# TODO: re-enable the below scripts once we have proper way to restart nodes. |
Check notice
Code scanning / devskim
A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note
# TODO: re-enable the below scripts once we have proper way to restart nodes. | ||
# Currently on remote network (not local), the nodes do not handle restart RPC cmd well. They reuse the same | ||
|
||
# TODO: re-enable the below scripts once we have proper way to restart nodes. |
Check notice
Code scanning / devskim
A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note
sn_node/src/event.rs
Outdated
/// The raw bytes of the received message | ||
#[debug(skip)] | ||
msg: Bytes, | ||
}, | ||
/// Transfer notification message received for a public key | ||
TransferNotif { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think TransferNotif
is also related to gossip
@@ -67,26 +64,6 @@ enum Cmd { | |||
#[command(flatten)] | |||
peers: PeersArgs, | |||
}, | |||
/// Subscribe to a given Gossipsub topic |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TransfersEvents {
just above this is also part of gossip
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Spotted a couple of remaining zombie types, but looking good!
Sorted that. Merged it in, |
BREAKING CHANGE: remove gossip as royalties will be collected via DAG
BREAKING CHANGE: remove gossip as royalties will be collected via DAG
Description
reviewpad:summary