@lodestar/prover 1.17.0-dev.f47cc18b9c → 1.17.0-dev.f62bc13d89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +10 -11
package/README.md CHANGED
@@ -114,7 +114,7 @@ lodestar-prover proxy \
114
114
  ## Prerequisites
115
115
 
116
116
  - [NodeJS](https://nodejs.org/) (LTS)
117
- - [Yarn](https://yarnpkg.com/)
117
+ - [Yarn](https://classic.yarnpkg.com/lang/en/)
118
118
 
119
119
  ## What you need
120
120
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "bugs": {
12
12
  "url": "https://github.com/ChainSafe/lodestar/issues"
13
13
  },
14
- "version": "1.17.0-dev.f47cc18b9c",
14
+ "version": "1.17.0-dev.f62bc13d89",
15
15
  "type": "module",
16
16
  "exports": {
17
17
  ".": {
@@ -64,19 +64,18 @@
64
64
  "@ethereumjs/block": "^4.2.2",
65
65
  "@ethereumjs/blockchain": "^6.2.2",
66
66
  "@ethereumjs/common": "^3.1.2",
67
- "@ethereumjs/evm": "^1.3.2",
68
67
  "@ethereumjs/rlp": "^4.0.1",
69
68
  "@ethereumjs/trie": "^5.0.5",
70
69
  "@ethereumjs/tx": "^4.1.2",
71
70
  "@ethereumjs/util": "^8.0.6",
72
71
  "@ethereumjs/vm": "^6.4.2",
73
- "@lodestar/api": "1.17.0-dev.f47cc18b9c",
74
- "@lodestar/config": "1.17.0-dev.f47cc18b9c",
75
- "@lodestar/light-client": "1.17.0-dev.f47cc18b9c",
76
- "@lodestar/logger": "1.17.0-dev.f47cc18b9c",
77
- "@lodestar/params": "1.17.0-dev.f47cc18b9c",
78
- "@lodestar/types": "1.17.0-dev.f47cc18b9c",
79
- "@lodestar/utils": "1.17.0-dev.f47cc18b9c",
72
+ "@lodestar/api": "1.17.0-dev.f62bc13d89",
73
+ "@lodestar/config": "1.17.0-dev.f62bc13d89",
74
+ "@lodestar/light-client": "1.17.0-dev.f62bc13d89",
75
+ "@lodestar/logger": "1.17.0-dev.f62bc13d89",
76
+ "@lodestar/params": "1.17.0-dev.f62bc13d89",
77
+ "@lodestar/types": "1.17.0-dev.f62bc13d89",
78
+ "@lodestar/utils": "1.17.0-dev.f62bc13d89",
80
79
  "ethereum-cryptography": "^2.0.0",
81
80
  "find-up": "^6.3.0",
82
81
  "http-proxy": "^1.18.1",
@@ -85,7 +84,7 @@
85
84
  "yargs": "^17.7.1"
86
85
  },
87
86
  "devDependencies": {
88
- "@lodestar/test-utils": "1.17.0-dev.f47cc18b9c",
87
+ "@lodestar/test-utils": "1.17.0-dev.f62bc13d89",
89
88
  "@types/http-proxy": "^1.17.10",
90
89
  "@types/yargs": "^17.0.24",
91
90
  "axios": "^1.3.4",
@@ -100,5 +99,5 @@
100
99
  "blockchain",
101
100
  "prover"
102
101
  ],
103
- "gitHead": "ffe416684827a3624af0b16d40696707e773f07a"
102
+ "gitHead": "8dc957a84d6bd0d7ab0aa78563bd689647793e15"
104
103
  }