https://gitlab.com/tezos/tezos
Revision 4fe506b0f4df81121461da5d01509d194873c8b9 authored by Marge Bot on 15 February 2024, 20:30:36 UTC, committed by Marge Bot on 15 February 2024, 20:30:36 UTC
Co-authored-by: Lucas Randazzo <lucas@nomadic-labs.com>
Co-authored-by: Julien Tesson <julien.tesson@nomadic-labs.com>

Approved-by: Diane Gallois-Wong <diane.galloiswong@gmail.com>
Approved-by: Julien <julien.tesson@nomadic-labs.com>
Approved-by: Mathias Bourgoin <mathias.bourgoin@nomadic-labs.com>

See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11879
2 parent s b7551ac + 63f0a04
Raw File
Tip revision: 4fe506b0f4df81121461da5d01509d194873c8b9 authored by Marge Bot on 15 February 2024, 20:30:36 UTC
Merge tezos/tezos!11879: Proto/AS: Postpone the insertion of slashings into delegates' slashing history
Tip revision: 4fe506b
package-lock.json
{
  "name": "tezos",
  "lockfileVersion": 3,
  "requires": true,
  "packages": {
    "": {
      "license": "n/a",
      "dependencies": {
        "@nomadic-labs/secp256k1-wasm": ">=0.4.0",
        "hacl-wasm": ">=1.4.0 <1.5.0",
        "kaitai-struct": "0.10.0",
        "ocaml-bls12-381": "file:src/lib_bls12_381/blst.js"
      }
    },
    "node_modules/@nomadic-labs/secp256k1-wasm": {
      "version": "0.4.1",
      "resolved": "https://gitlab.com/api/v4/projects/25020679/packages/npm/@nomadic-labs/secp256k1-wasm/-/@nomadic-labs/secp256k1-wasm-0.4.1.tgz",
      "integrity": "sha1-U+F7AIeUqOAXhGvlZr2DRZjUD4I="
    },
    "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/kaitai-struct": {
      "version": "0.10.0",
      "resolved": "https://registry.npmjs.org/kaitai-struct/-/kaitai-struct-0.10.0.tgz",
      "integrity": "sha512-81oxVi/OY+LrzgrONX7ciD1wtvq24nb2M9iYixRiQG+1hrDrDRqFVWuQzF1fUexh3Sg/ol6eMAz1MOVYFouzUg=="
    },
    "node_modules/ocaml-bls12-381": {
      "resolved": "src/lib_bls12_381/blst.js",
      "link": true
    },
    "src/lib_bls12_381/blst.js": {}
  }
}
back to top