Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Conversation

@bkchr
Copy link
Member

@bkchr bkchr commented Nov 1, 2020

No description provided.

@bkchr bkchr added A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. labels Nov 1, 2020
Copy link
Contributor

@montekki montekki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM minus debug prints

};

Ok(NetworkAction::WriteNotification(peer, peer_set, message))
Ok(NetworkAction::WriteNotification(peer, dbg!(peer_set), message))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dbg

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fuck xD

Comment on lines 618 to 620
peers,
dbg!(peers),
PeerSet::Collation,
WireMessage::ProtocolMessage(msg),
dbg!(WireMessage::ProtocolMessage(msg)),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dbg

// it should be handled here.
}
PeerViewChange(peer_id, view) => {
println!("PEERVIEWCHANGE: {:?} {:?}", peer_id, view);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

println

@montekki
Copy link
Contributor

montekki commented Nov 1, 2020

bot merge

@ghost
Copy link

ghost commented Nov 1, 2020

Missing process info; check that the PR belongs to a project column.

Merge can be attempted if:

  • The PR has approval from two core-devs (or one if the PR is labelled insubstantial).
  • The PR has approval from a member of substrateteamleads.
  • The PR is attached to a project column and has approval from the project owner.

See https://github.com/paritytech/parity-processbot#faq

@bkchr bkchr merged commit 8fd49a5 into master Nov 1, 2020
@bkchr bkchr deleted the bkchr-collator-fix-not-sending-declare-message branch November 1, 2020 12:40
ordian added a commit that referenced this pull request Nov 2, 2020
* master:
  Adder collator improvements (#1896)
  Fixes bug that collator wasn't sending `Declare` message (#1895)
  fix service build: enable notifications protocol only under real overseer (#1894)
  Adds test parachain adder collator  (#1864)
  A real overseer feature (#1892)
  Implementer's guide: Approval Voting Subsystem (#1691)
  Companion for #6912 (#1784)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants