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

conseiljs

Package Overview
Dependencies
Maintainers
3
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conseiljs - npm Package Versions

1
16

5.0.5-beta.2

Diff

anonymoussprocket
published 5.0.5-beta.1 •

anonymoussprocket
published 5.0.4 •

anonymoussprocket
published 5.0.4-beta.1 •

anonymoussprocket
published 5.0.4-beta.0 •

anonymoussprocket
published 5.0.3 •

Changelog

Source

5.0.3

The purpose of this release is to split ConseilJS into several parts to minimize the number of direct dependencies. ConseilJS is packaged as three components: ConseilJS-core, ConseilJS-softsigner and ConseilJS-ledgersigner.

Breaking Changes

  • New interfaces were introduced to support external signing and key storage: KeyStore, Signer.
  • Any function that previously took a required KeyStore-type parameter now also requires a Signer. This includes many changes in TezosNodeWriter, TezosOperationQueue, and the contract wrappers in src/chain/tezos/contracts/.
  • CryptoUtils has moved to ConseilJS-softsigner. This removes dependencies on crypto, libsodium and others.
  • What used to be in src/identity/tezos/ is not split between the ConseilJS-softsigner and ConseilJS-ledgersigner packages.
  • CryptoUtils.simpleHash was moved to TezosMessageUtil.simpleHash, smae with twoByteHex, fromByteHex

New Features

  • Added TZIP 0012 (FA2) multi-asset token contract interface chain/tezos/contracts/tzip12/MultiAssetTokenHelper.ts.
  • Added TZIP 0012 (FA2) single-asset token contract interface chain/tezos/contracts/tzip12/SingleAssetTokenHelper.ts.
  • Added ability to pick operation branch based on block age.
  • Added TezosConseilClient.getBigMapValueForKey
  • Added TezosLanguageUtil.hexToMichelson

Fixes

  • Michelson parser has several updates that should reduce memory footprint.
anonymoussprocket
published 5.0.3-beta.3 •

anonymoussprocket
published 5.0.3-beta.2 •

anonymoussprocket
published 5.0.3-beta.1 •

anonymoussprocket
published 5.0.3-beta.0 •

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