https://gitlab.com/tezos/tezos
Revision 41916669412ac0a8571c9da6a7788678e307360e authored by Gauthier SEBILLE on 16 October 2023, 09:44:20 UTC, committed by Gauthier SEBILLE on 17 October 2023, 13:34:27 UTC
RBT: reuse already available hash for performance

RBT: drop hashtabl for performance issue
1 parent b25f13c
Raw File
Tip revision: 41916669412ac0a8571c9da6a7788678e307360e authored by Gauthier SEBILLE on 16 October 2023, 09:44:20 UTC
RBT: generic reset_block_section function for profilers
Tip revision: 4191666
package-lock.json
{
  "name": "tezos",
  "lockfileVersion": 2,
  "requires": true,
  "packages": {
    "": {
      "license": "n/a",
      "dependencies": {
        "@nomadic-labs/secp256k1-wasm": ">=0.4.0",
        "hacl-wasm": ">=1.4.0 <1.5.0",
        "ocaml-bls12-381": "file:src/lib_bls12_381/blst.js"
      }
    },
    "_build/default/src/lib_bls12_381/blst.js": {
      "extraneous": true
    },
    "node_modules/@nomadic-labs/secp256k1-wasm": {
      "version": "0.4.0",
      "resolved": "https://gitlab.com/api/v4/projects/17524462/packages/npm/@nomadic-labs/secp256k1-wasm/-/@nomadic-labs/secp256k1-wasm-0.4.0.tgz",
      "integrity": "sha1-Ll5cmCToW/dc1T/gVseEMHR1reY="
    },
    "node_modules/hacl-wasm": {
      "version": "1.4.0",
      "resolved": "https://registry.npmjs.org/hacl-wasm/-/hacl-wasm-1.4.0.tgz",
      "integrity": "sha512-e51NuptWclTI10YM2bh9bi5YFiL68ET9God51/k0+zVC/BKUjZZXNMI9jeeN918pBG4/S9k/vc1Y3i7Y7t4ZrA=="
    },
    "node_modules/ocaml-bls12-381": {
      "resolved": "src/lib_bls12_381/blst.js",
      "link": true
    },
    "src/lib_bls12_381/blst.js": {}
  },
  "dependencies": {
    "@nomadic-labs/secp256k1-wasm": {
      "version": "0.4.0",
      "resolved": "https://gitlab.com/api/v4/projects/17524462/packages/npm/@nomadic-labs/secp256k1-wasm/-/@nomadic-labs/secp256k1-wasm-0.4.0.tgz",
      "integrity": "sha1-Ll5cmCToW/dc1T/gVseEMHR1reY="
    },
    "hacl-wasm": {
      "version": "1.4.0",
      "resolved": "https://registry.npmjs.org/hacl-wasm/-/hacl-wasm-1.4.0.tgz",
      "integrity": "sha512-e51NuptWclTI10YM2bh9bi5YFiL68ET9God51/k0+zVC/BKUjZZXNMI9jeeN918pBG4/S9k/vc1Y3i7Y7t4ZrA=="
    },
    "ocaml-bls12-381": {
      "version": "file:src/lib_bls12_381/blst.js"
    }
  }
}
back to top