Skip to content

Commit

Permalink
fix: 🐛 update net version to 2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
siriusyim committed Mar 19, 2024
1 parent f39b910 commit e801f08
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/cbor": "^6.0.0",
"@unipackage/datastore": "^2.0.0",
"@unipackage/ddd": "^1.1.0",
"@unipackage/net": "^2.5.3",
"@unipackage/net": "^2.5.4",
"cbor": "^9.0.1",
"mongoose": "^7.6.3"
},
Expand Down
4 changes: 2 additions & 2 deletions test/contractMessage/decoder.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ import * as dotenv from "dotenv"
import assert from "assert"
import { ContractMessage } from "../../src/contractMessage/types"
dotenv.config()

describe("ContractMessageDecoder", () => {
// TODO: After resolving the RPC access issue, reopen
describe.skip("ContractMessageDecoder", () => {
const contractMessageDecoder = new ContractMessageDecoder(proofEvm)
const rpc = new ChainFilecoinRPC({
apiAddress: process.env.LOTUS_API_ENDPOINT as string,
Expand Down

0 comments on commit e801f08

Please sign in to comment.