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

@cosmjs/launchpad

Package Overview
Dependencies
Maintainers
3
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cosmjs/launchpad - npm Package Compare versions

Comparing version 0.25.6 to 0.26.0-alpha1

build/testdata/cosmoshub.json

2

build/cosmosclient.searchtx.spec.js

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

amount: amino_1.coins(2000, "ucosm"),
gas: "80000",
gas: "80000", // 80k
};

@@ -38,0 +38,0 @@ const { accountNumber, sequence } = await client.getSequence();

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.makeStdTx = exports.isWrappedStdTx = exports.isStdTx = exports.SigningCosmosClient = exports.findSequenceForSignedTx = exports.isMsgWithdrawValidatorCommission = exports.isMsgWithdrawDelegatorReward = exports.isMsgUndelegate = exports.isMsgSetWithdrawAddress = exports.isMsgSend = exports.isMsgMultiSend = exports.isMsgFundCommunityPool = exports.isMsgEditValidator = exports.isMsgDelegate = exports.isMsgCreateValidator = exports.isMsgBeginRedelegate = exports.uint64ToString = exports.uint64ToNumber = exports.setupSupplyExtension = exports.setupStakingExtension = exports.setupSlashingExtension = exports.setupMintExtension = exports.setupGovExtension = exports.setupDistributionExtension = exports.setupBankExtension = exports.setupAuthExtension = exports.normalizePubkey = exports.normalizeLcdApiArray = exports.LcdClient = exports.BroadcastMode = exports.GasPrice = exports.buildFeeTable = exports.isSearchByTagsQuery = exports.isSearchBySentFromOrToQuery = exports.isSearchByHeightQuery = exports.isBroadcastTxSuccess = exports.isBroadcastTxFailure = exports.CosmosClient = exports.assertIsBroadcastTxSuccess = exports.logs = exports.serializeSignDoc = exports.pubkeyType = exports.pubkeyToAddress = exports.parseCoins = exports.makeSignDoc = exports.makeCosmoshubPath = exports.executeKdf = exports.extractKdfConfiguration = exports.encodeSecp256k1Signature = exports.encodeSecp256k1Pubkey = exports.encodeBech32Pubkey = exports.encodeAminoPubkey = exports.decodeSignature = exports.decodeBech32Pubkey = exports.decodeAminoPubkey = exports.Secp256k1Wallet = exports.Secp256k1HdWallet = exports.coins = exports.coin = void 0;
exports.isMsgSend = exports.isMsgMultiSend = exports.isMsgFundCommunityPool = exports.isMsgEditValidator = exports.isMsgDelegate = exports.isMsgCreateValidator = exports.isMsgBeginRedelegate = exports.uint64ToString = exports.uint64ToNumber = exports.setupSupplyExtension = exports.setupStakingExtension = exports.setupSlashingExtension = exports.setupMintExtension = exports.setupGovExtension = exports.setupDistributionExtension = exports.setupBankExtension = exports.setupAuthExtension = exports.normalizePubkey = exports.normalizeLcdApiArray = exports.LcdClient = exports.BroadcastMode = exports.GasPrice = exports.buildFeeTable = exports.isSearchByTagsQuery = exports.isSearchBySentFromOrToQuery = exports.isSearchByHeightQuery = exports.isBroadcastTxSuccess = exports.isBroadcastTxFailure = exports.CosmosClient = exports.assertIsBroadcastTxSuccess = exports.logs = exports.serializeSignDoc = exports.pubkeyType = exports.pubkeyToAddress = exports.parseCoins = exports.makeSignDoc = exports.makeCosmoshubPath = exports.executeKdf = exports.extractKdfConfiguration = exports.encodeSecp256k1Signature = exports.encodeSecp256k1Pubkey = exports.encodeBech32Pubkey = exports.encodeAminoPubkey = exports.decodeSignature = exports.decodeBech32Pubkey = exports.decodeAminoPubkey = exports.Secp256k1Wallet = exports.Secp256k1HdWallet = exports.coins = exports.coin = void 0;
exports.makeStdTx = exports.isWrappedStdTx = exports.isStdTx = exports.SigningCosmosClient = exports.findSequenceForSignedTx = exports.isMsgWithdrawValidatorCommission = exports.isMsgWithdrawDelegatorReward = exports.isMsgUndelegate = exports.isMsgSetWithdrawAddress = void 0;
// Re-exports for backwards compatibility

@@ -25,0 +26,0 @@ var amino_1 = require("@cosmjs/amino");

@@ -19,3 +19,3 @@ "use strict";

amount: amino_1.coins(25000, "ucosm"),
gas: "1500000",
gas: "1500000", // 1.5 million
};

@@ -22,0 +22,0 @@ beforeAll(async () => {

@@ -17,3 +17,3 @@ "use strict";

amount: amino_1.coins(25000, "ucosm"),
gas: "1500000",
gas: "1500000", // 1.5 million
};

@@ -20,0 +20,0 @@ let proposalId;

@@ -160,3 +160,3 @@ "use strict";

amount: amino_1.coins(2000, "ucosm"),
gas: "80000",
gas: "80000", // 80k
};

@@ -163,0 +163,0 @@ const { accountNumber, sequence } = await client.getSequence();

@@ -18,3 +18,3 @@ "use strict";

amount: amino_1.coins(25000, "ucosm"),
gas: "1500000",
gas: "1500000", // 1.5 million
};

@@ -21,0 +21,0 @@ beforeAll(async () => {

@@ -135,3 +135,3 @@ "use strict";

amount: amino_1.coins(2000, "ucosm"),
gas: "180000",
gas: "180000", // 180k
};

@@ -165,3 +165,3 @@ const result = await client.signAndBroadcast([msg], fee, "Use your power wisely");

amount: amino_1.coins(2000, "ucosm"),
gas: "180000",
gas: "180000", // 180k
};

@@ -213,3 +213,3 @@ const memo = "Use your power wisely";

amount: amino_1.coins(2000, "ucosm"),
gas: "160000",
gas: "160000", // 2*80k
};

@@ -216,0 +216,0 @@ const memo = "This must be authorized by the two of us";

{
"name": "@cosmjs/launchpad",
"version": "0.25.6",
"version": "0.26.0-alpha1",
"description": "A client library for the Cosmos SDK 0.37 (cosmoshub-3), 0.38 and 0.39 (Launchpad)",

@@ -23,3 +23,4 @@ "contributors": [

"publishConfig": {
"access": "public"
"access": "public",
"registry": "https://registry.npmjs.org"
},

@@ -30,8 +31,7 @@ "scripts": {

"format-text": "prettier --write \"./*.md\"",
"lint": "eslint --max-warnings 0 \"**/*.{js,ts}\"",
"lint-fix": "eslint --max-warnings 0 \"**/*.{js,ts}\" --fix",
"prebuild": "shx rm -rf ./build",
"build": "tsc",
"lint": "eslint --max-warnings 0 \"./**/*.ts\" \"./*.js\"",
"lint-fix": "eslint --fix --max-warnings 0 \"./**/*.ts\" \"./*.js\"",
"build": "rm -rf ./build && tsc",
"build-or-skip": "[ -n \"$SKIP_BUILD\" ] || yarn build",
"test-node": "node jasmine-testrunner.js",
"test-node": "node --require esm jasmine-testrunner.js",
"test-firefox": "yarn pack-web && karma start --single-run --browsers Firefox",

@@ -44,7 +44,7 @@ "test-chrome": "yarn pack-web && karma start --single-run --browsers ChromeHeadless",

"dependencies": {
"@cosmjs/amino": "^0.25.6",
"@cosmjs/crypto": "^0.25.6",
"@cosmjs/encoding": "^0.25.6",
"@cosmjs/math": "^0.25.6",
"@cosmjs/utils": "^0.25.6",
"@cosmjs/amino": "0.26.0-alpha1",
"@cosmjs/crypto": "0.26.0-alpha1",
"@cosmjs/encoding": "0.26.0-alpha1",
"@cosmjs/math": "0.26.0-alpha1",
"@cosmjs/utils": "0.26.0-alpha1",
"axios": "^0.21.1",

@@ -54,5 +54,39 @@ "fast-deep-equal": "^3.1.3"

"devDependencies": {
"readonly-date": "^1.0.0"
},
"gitHead": "2e52b1b540e737e3d49910efbdb97733d398ba54"
}
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/eslint-plugin-prettier": "^3",
"@types/jasmine": "^3.8",
"@types/karma-firefox-launcher": "^2",
"@types/karma-jasmine": "^4",
"@types/karma-jasmine-html-reporter": "^1",
"@types/node": "^15.0.1",
"@typescript-eslint/eslint-plugin": "^4.28",
"@typescript-eslint/parser": "^4.28",
"eslint": "^7.5",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"esm": "^3.2.25",
"glob": "^7.1.6",
"jasmine": "^3.8",
"jasmine-core": "^3.7.1",
"jasmine-spec-reporter": "^6",
"karma": "^6.1.1",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^2.1.0",
"karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"nyc": "^15.1.0",
"prettier": "^2.3.2",
"readonly-date": "^1.0.0",
"ses": "^0.11.0",
"source-map-support": "^0.5.19",
"stream-browserify": "^3.0.0",
"ts-node": "^8",
"typedoc": "^0.21",
"typescript": "~4.3",
"webpack": "^5.32.0",
"webpack-cli": "^4.6.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

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

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc