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: replace p-queue with less restrictive queue #2339

Merged
merged 8 commits into from
Jan 6, 2024

Merge remote-tracking branch 'origin/main' into fix/replace-p-queue-w…

853f2b5
Select commit
Loading
Failed to load commit list.
Merged

fix: replace p-queue with less restrictive queue #2339

Merge remote-tracking branch 'origin/main' into fix/replace-p-queue-w…
853f2b5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 6, 2024 in 1s

97.70% of diff hit (target 93.38%)

View this Pull Request on Codecov

97.70% of diff hit (target 93.38%)

Annotations

Check warning on line 82 in packages/kad-dht/src/routing-table/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/kad-dht/src/routing-table/index.ts#L82

Added line #L82 was not covered by tests

Check warning on line 87 in packages/kad-dht/src/routing-table/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/kad-dht/src/routing-table/index.ts#L87

Added line #L87 was not covered by tests

Check warning on line 74 in packages/libp2p/src/connection-manager/auto-dial.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/libp2p/src/connection-manager/auto-dial.ts#L74

Added line #L74 was not covered by tests

Check warning on line 145 in packages/libp2p/src/connection-manager/dial-queue.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/libp2p/src/connection-manager/dial-queue.ts#L144-L145

Added lines #L144 - L145 were not covered by tests

Check warning on line 169 in packages/libp2p/src/connection-manager/dial-queue.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/libp2p/src/connection-manager/dial-queue.ts#L168-L169

Added lines #L168 - L169 were not covered by tests

Check warning on line 174 in packages/libp2p/src/connection-manager/dial-queue.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/libp2p/src/connection-manager/dial-queue.ts#L172-L174

Added lines #L172 - L174 were not covered by tests

Check warning on line 188 in packages/libp2p/src/connection-manager/dial-queue.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/libp2p/src/connection-manager/dial-queue.ts#L183-L188

Added lines #L183 - L188 were not covered by tests

Check warning on line 250 in packages/libp2p/src/connection-manager/dial-queue.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/libp2p/src/connection-manager/dial-queue.ts#L249-L250

Added lines #L249 - L250 were not covered by tests

Check warning on line 152 in packages/transport-circuit-relay-v2/src/transport/reservation-store.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport-circuit-relay-v2/src/transport/reservation-store.ts#L152

Added line #L152 was not covered by tests

Check warning on line 105 in packages/utils/src/queue/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/utils/src/queue/index.ts#L96-L105

Added lines #L96 - L105 were not covered by tests

Check warning on line 335 in packages/utils/src/queue/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/utils/src/queue/index.ts#L334-L335

Added lines #L334 - L335 were not covered by tests

Check warning on line 25 in packages/utils/src/queue/recipient.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/utils/src/queue/recipient.ts#L24-L25

Added lines #L24 - L25 were not covered by tests