Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

conseiljs

Package Overview
Dependencies
Maintainers
5
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conseiljs - npm Package Compare versions

Comparing version 5.2.6 to 5.3.0

6

dist/chain/tezos/TezosNodeReader.js

@@ -35,7 +35,7 @@ "use strict";

})
.then(response => {
const json = response.json();
.then((response) => __awaiter(this, void 0, void 0, function* () {
const json = yield response.json();
log.debug(`TezosNodeReader.performGetRequest response: ${json} for ${command} on ${server}`);
return json;
});
}));
}

@@ -42,0 +42,0 @@ function getDelegate(server, accountHash) {

@@ -25,5 +25,6 @@ export declare namespace TezosConstants {

const P016BlockGasCap = 2600000;
const P019BlockGasCap = 1733333;
const P007OperationGasCap = 1040000;
const OperationGasCap = 1040000;
const BlockGasCap = 2600000;
const BlockGasCap = 1733333;
const P010OperationStorageCap = 60000;

@@ -41,4 +42,5 @@ const P011OperationStorageCap = 32768;

const P010BlockTime = 30;
const DefaultBlockTime = 30;
const P019BlockTime = 10;
const DefaultBlockTime = 10;
const GenesisBlockTime: Date;
}

@@ -29,5 +29,6 @@ "use strict";

TezosConstants.P016BlockGasCap = 2600000;
TezosConstants.P019BlockGasCap = 1733333;
TezosConstants.P007OperationGasCap = 1040000;
TezosConstants.OperationGasCap = TezosConstants.P007OperationGasCap;
TezosConstants.BlockGasCap = TezosConstants.P016BlockGasCap;
TezosConstants.BlockGasCap = TezosConstants.P019BlockGasCap;
TezosConstants.P010OperationStorageCap = 60000;

@@ -45,5 +46,6 @@ TezosConstants.P011OperationStorageCap = 32768;

TezosConstants.P010BlockTime = 30;
TezosConstants.DefaultBlockTime = TezosConstants.P010BlockTime;
TezosConstants.P019BlockTime = 10;
TezosConstants.DefaultBlockTime = TezosConstants.P019BlockTime;
TezosConstants.GenesisBlockTime = new Date(2018, 5, 30, 12, 7, 32);
})(TezosConstants = exports.TezosConstants || (exports.TezosConstants = {}));
//# sourceMappingURL=TezosConstants.js.map
{
"name": "conseiljs",
"version": "5.2.6",
"version": "5.3.0",
"description": "Client-side library for Tezos dApp development.",

@@ -5,0 +5,0 @@ "browser": "dist/index-web.js",

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc