Skip to content

Commit

Permalink
chore: revert "fix: update @libp2p/tcp (#6676)" (#6701)
Browse files Browse the repository at this point in the history
Revert "fix: update @libp2p/tcp (#6676)"

This reverts commit f5148b2.
  • Loading branch information
nflaig committed Apr 23, 2024
1 parent b107d4b commit 3e394f2
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 112 deletions.
4 changes: 2 additions & 2 deletions packages/beacon-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@
"@fastify/swagger-ui": "^1.9.3",
"@libp2p/bootstrap": "^10.0.10",
"@libp2p/identify": "^1.0.9",
"@libp2p/interface": "^1.2.0",
"@libp2p/interface": "^1.1.1",
"@libp2p/mdns": "^10.0.10",
"@libp2p/mplex": "^10.0.10",
"@libp2p/peer-id": "^4.0.4",
"@libp2p/peer-id-factory": "^4.0.3",
"@libp2p/prometheus-metrics": "^3.0.10",
"@libp2p/tcp": "9.0.22",
"@libp2p/tcp": "9.0.10",
"@lodestar/api": "^1.17.0",
"@lodestar/config": "^1.17.0",
"@lodestar/db": "^1.17.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {concat} from "uint8arrays/concat";
import {concat} from "uint8arrays";
import {digest} from "@chainsafe/as-sha256";
import {createProof, Proof, ProofType} from "@chainsafe/persistent-merkle-tree";
import {routes, ServerApi} from "@lodestar/api";
Expand Down
2 changes: 1 addition & 1 deletion packages/reqresp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"dependencies": {
"@chainsafe/fast-crc32c": "^4.1.1",
"@libp2p/interface": "^1.2.0",
"@libp2p/interface": "^1.1.1",
"@lodestar/config": "^1.17.0",
"@lodestar/params": "^1.17.0",
"@lodestar/utils": "^1.17.0",
Expand Down
Loading

0 comments on commit 3e394f2

Please sign in to comment.