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

Fix mocknet events in RC #3120

Merged
merged 4 commits into from
Apr 28, 2022
Merged

Fix mocknet events in RC #3120

merged 4 commits into from
Apr 28, 2022

Conversation

kantai
Copy link
Member

@kantai kantai commented Apr 28, 2022

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.

zone117x and others added 4 commits February 16, 2022 09:33
* 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
Copy link

codecov bot commented Apr 28, 2022

Codecov Report

Merging #3120 (3f3ff12) into develop (16fe381) will decrease coverage by 53.00%.
The diff coverage is 100.00%.

@@             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     
Impacted Files Coverage Δ
testnet/stacks-node/src/node.rs 83.02% <100.00%> (-0.06%) ⬇️
src/util_lib/mod.rs 0.00% <0.00%> (-100.00%) ⬇️
src/net/atlas/tests.rs 0.00% <0.00%> (-100.00%) ⬇️
clarity/src/vm/tests/mod.rs 0.00% <0.00%> (-100.00%) ⬇️
src/clarity_vm/tests/ast.rs 0.00% <0.00%> (-100.00%) ⬇️
src/deps/httparse_tests/mod.rs 0.00% <0.00%> (-100.00%) ⬇️
stacks-common/src/libcommon.rs 0.00% <0.00%> (-100.00%) ⬇️
src/chainstate/stacks/boot/docs.rs 0.00% <0.00%> (-100.00%) ⬇️
src/cost_estimates/tests/common.rs 0.00% <0.00%> (-100.00%) ⬇️
src/cost_estimates/tests/metrics.rs 0.00% <0.00%> (-100.00%) ⬇️
... and 223 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 16fe381...3f3ff12. Read the comment docs.

@kantai kantai merged commit 258a3bd into develop Apr 28, 2022
@kantai kantai deleted the fix/mocknet-events branch April 28, 2022 22:30
@blockstack-devops
Copy link
Contributor

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.

@stacks-network stacks-network locked as resolved and limited conversation to collaborators Nov 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants