https://gitlab.com/tezos/tezos
Raw File
Tip revision: 90e43549b656393ed7b92254dc5682697cb8233a authored by arnaud on 28 February 2024, 10:38:22 UTC
EVM/Kernel: When a migration occurs, we should replace the current block so that the next version of the kernels can read it
Tip revision: 90e4354
package.json
{
  "DO NOT EDIT": "This file was automatically generated, edit file manifest/main.ml instead",
  "private": true,
  "type": "commonjs",
  "description": "n/a",
  "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"
  }
}
back to top