Socket
Socket
Sign inDemoInstall

@connext/cf-core

Package Overview
Dependencies
486
Maintainers
5
Versions
198
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.3.8 to 7.3.9

3

dist/methods/state-channel/deploy-state-deposit-holder.js

@@ -92,3 +92,4 @@ "use strict";

log.info("Sending multisig deployment transaction using transaction service");
receipt = await transactionService.sendTransaction(minTx, preProtocolStateChannel.toJson());
const response = await transactionService.sendTransaction(minTx, preProtocolStateChannel.chainId, preProtocolStateChannel.multisigAddress);
receipt = await response.wait();
}

@@ -95,0 +96,0 @@ else {

@@ -35,2 +35,3 @@ "use strict";

unsubscribeAll() {
this.requestHandler.incoming.removeAllListeners();
this.requestHandler.outgoing.removeAllListeners();

@@ -37,0 +38,0 @@ }

{
"name": "@connext/cf-core",
"version": "7.3.8",
"version": "7.3.9",
"main": "dist/index.js",

@@ -23,4 +23,4 @@ "iife": "dist/index.iife.js",

"@connext/pure-evm-wasm": "0.1.4",
"@connext/types": "7.3.8",
"@connext/utils": "7.3.8",
"@connext/types": "7.3.9",
"@connext/utils": "7.3.9",
"@openzeppelin/contracts": "3.0.2",

@@ -36,3 +36,3 @@ "async-mutex": "0.2.4",

"@babel/core": "7.11.1",
"@connext/store": "7.3.7",
"@connext/store": "7.3.8",
"@ethereum-waffle/chai": "3.0.2",

@@ -39,0 +39,0 @@ "@types/chai": "4.2.12",

@@ -8,3 +8,8 @@ import {

} from "@connext/types";
import { delay, getGasPrice, getSignerAddressFromPublicIdentifier, stringify } from "@connext/utils";
import {
delay,
getGasPrice,
getSignerAddressFromPublicIdentifier,
stringify,
} from "@connext/utils";
import { Contract, Signer, utils, constants, providers } from "ethers";

@@ -154,3 +159,8 @@

log.info("Sending multisig deployment transaction using transaction service");
receipt = await transactionService.sendTransaction(minTx, preProtocolStateChannel.toJson());
const response = await transactionService.sendTransaction(
minTx,
preProtocolStateChannel.chainId,
preProtocolStateChannel.multisigAddress,
);
receipt = await response.wait();
} else {

@@ -157,0 +167,0 @@ // try with nonce retry logic

@@ -56,2 +56,3 @@ import { ILoggerService, JsonRpcResponse, Rpc } from "@connext/types";

unsubscribeAll() {
this.requestHandler.incoming.removeAllListeners();
this.requestHandler.outgoing.removeAllListeners();

@@ -58,0 +59,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc