Socket
Socket
Sign inDemoInstall

@taquito/michel-codec

Package Overview
Dependencies
1
Maintainers
7
Versions
167
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 17.3.1 to 18.0.0-RC.0

6

dist/lib/michelson-types.js

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

Protocol["PtNairobi"] = "PtNairobiyssHuh87hEhfVBGCVrK3WnS8Z2FT4ymB5tAa4r1nQf";
Protocol["ProxfordS"] = "ProxfordSW2S7fvchT1Zgj2avb5UES194neRyYVXoaDGvF9egt8";
Protocol["ProtoALpha"] = "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK";
})(Protocol = exports.Protocol || (exports.Protocol = {}));
exports.DefaultProtocol = Protocol.Psithaca2;
exports.DefaultProtocol = Protocol.ProxfordS;
const protoLevel = {

@@ -63,3 +64,4 @@ Ps9mPmXaRzmzk35gbAYNCAw6UXdE2qoABTHbN2oEEc1qM7CwT9P: 0,

PtNairobiyssHuh87hEhfVBGCVrK3WnS8Z2FT4ymB5tAa4r1nQf: 17,
ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK: 18,
ProxfordSW2S7fvchT1Zgj2avb5UES194neRyYVXoaDGvF9egt8: 18,
ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK: 19,
};

@@ -66,0 +68,0 @@ function ProtoGreaterOrEqual(a, b) {

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

RollupAddress: [20, [1, 128, 120, 31]],
TxRollupL2Address: [20, [6, 161, 166]],
};

@@ -230,0 +229,0 @@ function checkDecodeTezosID(id, ...types) {

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

exports.VERSION = {
"commitHash": "9e27326dabf764c55402c50be4d78681f2c78cca",
"version": "17.3.1"
"commitHash": "21f25a09b87809102b0214544d2c5396eeb5872e",
"version": "18.0.0-RC.0"
};
//# sourceMappingURL=version.js.map

@@ -127,5 +127,6 @@ import { Prim, Expr, IntLiteral, StringLiteral, BytesLiteral, List, Node } from './micheline';

PtNairobi = "PtNairobiyssHuh87hEhfVBGCVrK3WnS8Z2FT4ymB5tAa4r1nQf",
ProxfordS = "ProxfordSW2S7fvchT1Zgj2avb5UES194neRyYVXoaDGvF9egt8",
ProtoALpha = "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK"
}
export declare const DefaultProtocol = Protocol.Psithaca2;
export declare const DefaultProtocol = Protocol.ProxfordS;
export declare type ProtocolID = `${Protocol}`;

@@ -132,0 +133,0 @@ export declare function ProtoGreaterOrEqual(a: ProtocolID, b: ProtocolID): boolean;

@@ -65,3 +65,3 @@ import { Prim, Expr, StringLiteral, IntLiteral } from './micheline';

export declare function unpackAnnotations(p: Prim | Expr[], opt?: UnpackAnnotationsOptions): UnpackedAnnotations;
export declare type TezosIDType = 'BlockHash' | 'OperationHash' | 'OperationListHash' | 'OperationListListHash' | 'ProtocolHash' | 'ContextHash' | 'ED25519PublicKeyHash' | 'SECP256K1PublicKeyHash' | 'P256PublicKeyHash' | 'ContractHash' | 'CryptoboxPublicKeyHash' | 'ED25519Seed' | 'ED25519PublicKey' | 'SECP256K1SecretKey' | 'P256SecretKey' | 'ED25519EncryptedSeed' | 'SECP256K1EncryptedSecretKey' | 'P256EncryptedSecretKey' | 'SECP256K1PublicKey' | 'P256PublicKey' | 'SECP256K1Scalar' | 'SECP256K1Element' | 'ED25519SecretKey' | 'ED25519Signature' | 'SECP256K1Signature' | 'P256Signature' | 'GenericSignature' | 'ChainID' | 'RollupAddress' | 'TxRollupL2Address';
export declare type TezosIDType = 'BlockHash' | 'OperationHash' | 'OperationListHash' | 'OperationListListHash' | 'ProtocolHash' | 'ContextHash' | 'ED25519PublicKeyHash' | 'SECP256K1PublicKeyHash' | 'P256PublicKeyHash' | 'ContractHash' | 'CryptoboxPublicKeyHash' | 'ED25519Seed' | 'ED25519PublicKey' | 'SECP256K1SecretKey' | 'P256SecretKey' | 'ED25519EncryptedSeed' | 'SECP256K1EncryptedSecretKey' | 'P256EncryptedSecretKey' | 'SECP256K1PublicKey' | 'P256PublicKey' | 'SECP256K1Scalar' | 'SECP256K1Element' | 'ED25519SecretKey' | 'ED25519Signature' | 'SECP256K1Signature' | 'P256Signature' | 'GenericSignature' | 'ChainID' | 'RollupAddress';
export declare type TezosIDPrefix = [number, number[]];

@@ -68,0 +68,0 @@ export declare const tezosPrefix: Record<TezosIDType, TezosIDPrefix>;

{
"name": "@taquito/michel-codec",
"version": "17.3.1",
"version": "18.0.0-RC.0",
"description": "Michelson parser/validator/formatter",

@@ -70,3 +70,3 @@ "keywords": [

"dependencies": {
"@taquito/core": "^17.3.1"
"@taquito/core": "^18.0.0-RC.0"
},

@@ -96,3 +96,3 @@ "devDependencies": {

},
"gitHead": "3eac9219d501eb9c1334ee8d8aaf9f195e8300cb"
"gitHead": "998e588c7c72f45bb8d95bed54152b618aa18ec3"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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 too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc