-
Notifications
You must be signed in to change notification settings - Fork 16
Conversation
7d4491c
to
3fdb814
Compare
# Conflicts: # orchestrator/orchestrator.go
Codecov Report
@@ Coverage Diff @@
## main #115 +/- ##
===========================================
- Coverage 61.44% 42.62% -18.82%
===========================================
Files 11 14 +3
Lines 625 929 +304
===========================================
+ Hits 384 396 +12
- Misses 194 486 +292
Partials 47 47
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Apologies for the delayed review on this, will be done today |
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.
nice! 👍 👍
orchestrator/broadcaster.go
Outdated
} | ||
|
||
// Note: broadcaster implementation will be done after defining the P2P interfaces. | ||
func (b Broadcaster) BroadcastDataCommitmentConfirm(ctx context.Context, nonce uint64, confirm types.DataCommitmentConfirm) error { |
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.
minor optional nit on naming, perhaps "provide", or "put" would be better here
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.
orchestrator/broadcaster_test.go
Outdated
|
||
// create a test DataCommitmentConfirm | ||
expectedConfirm := types.DataCommitmentConfirm{ | ||
EthAddress: "celes1qktu8009djs6uym9uwj84ead24exkezsaqrmn5", |
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.
EthAddress
?
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.
6dea8bc
I lost it when I was rebasing, good catch 👍 👍
# Conflicts: # orchestrator/orchestrator.go
Overview
Closes #114
Checklist