-
Notifications
You must be signed in to change notification settings - Fork 671
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
Fix mocknet events in RC #3120
Fix mocknet events in RC #3120
Conversation
* feat: build multi-platform docker image for Dockerfile.stretch * chore: temporary always push branch * ci: update alpine docker build and platform selection * ci: remove buildx for alpine build, configure pr docker tag * ci: create multi-platform alpine * test: temporarily always build multi-arch * fix: multi-arch alpine build needs docker buildx and qemu * ci: add new multiplatform workflow; rename or remove old workflows; remove notify jobs * ci: workflow syntax * ci: no vars allowed here * ci: reference current branch for testing * ci: test docker platforms job * ci: remove temp workflow settings Co-authored-by: CharlieC3 <[email protected]>
Codecov Report
@@ Coverage Diff @@
## develop #3120 +/- ##
============================================
- Coverage 83.81% 30.81% -53.01%
============================================
Files 260 260
Lines 200982 200950 -32
============================================
- Hits 168455 61924 -106531
- Misses 32527 139026 +106499
Continue to review full report at Codecov.
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
With the changes to the event handling in
develop
, the mocknet node (node.rs
), was broadcasting duplicate events. This doesn't really effect any production nodes, but would impact people using this for testing.