@lodestar/prover 1.14.0-dev.fbdd1a474a → 1.14.0-rc.0

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 +3 -3
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -123,12 +123,12 @@ You will need to go over the [specification](https://github.com/ethereum/beacon-
123
123
 
124
124
  ## Getting started
125
125
 
126
- - Follow the [installation guide](https://chainsafe.github.io/lodestar/) to install Lodestar.
127
- - Quickly try out the whole stack by [starting a local testnet](https://chainsafe.github.io/lodestar/usage/local).
126
+ - Follow the [installation guide](https://chainsafe.github.io/lodestar/getting-started/installation) to install Lodestar.
127
+ - Quickly try out the whole stack by [starting a local testnet](https://chainsafe.github.io/lodestar/advanced-topics/setting-up-a-testnet).
128
128
 
129
129
  ## Contributors
130
130
 
131
- Read our [contributors document](/CONTRIBUTING.md), [submit an issue](https://github.com/ChainSafe/lodestar/issues/new/choose) or talk to us on our [discord](https://discord.gg/yjyvFRP)!
131
+ Read our [contributors document](https://chainsafe.github.io/lodestar/contribution/getting-started), [submit an issue](https://github.com/ChainSafe/lodestar/issues/new/choose) or talk to us on our [discord](https://discord.gg/yjyvFRP)!
132
132
 
133
133
  ## License
134
134
 
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.14.0-dev.fbdd1a474a",
14
+ "version": "1.14.0-rc.0",
15
15
  "type": "module",
16
16
  "exports": {
17
17
  ".": {
@@ -72,13 +72,13 @@
72
72
  "@ethereumjs/tx": "^4.1.2",
73
73
  "@ethereumjs/util": "^8.0.6",
74
74
  "@ethereumjs/vm": "^6.4.2",
75
- "@lodestar/api": "1.14.0-dev.fbdd1a474a",
76
- "@lodestar/config": "1.14.0-dev.fbdd1a474a",
77
- "@lodestar/light-client": "1.14.0-dev.fbdd1a474a",
78
- "@lodestar/logger": "1.14.0-dev.fbdd1a474a",
79
- "@lodestar/params": "1.14.0-dev.fbdd1a474a",
80
- "@lodestar/types": "1.14.0-dev.fbdd1a474a",
81
- "@lodestar/utils": "1.14.0-dev.fbdd1a474a",
75
+ "@lodestar/api": "1.14.0-rc.0",
76
+ "@lodestar/config": "1.14.0-rc.0",
77
+ "@lodestar/light-client": "1.14.0-rc.0",
78
+ "@lodestar/logger": "1.14.0-rc.0",
79
+ "@lodestar/params": "1.14.0-rc.0",
80
+ "@lodestar/types": "1.14.0-rc.0",
81
+ "@lodestar/utils": "1.14.0-rc.0",
82
82
  "ethereum-cryptography": "^1.2.0",
83
83
  "find-up": "^6.3.0",
84
84
  "http-proxy": "^1.18.1",
@@ -87,7 +87,7 @@
87
87
  "yargs": "^17.7.1"
88
88
  },
89
89
  "devDependencies": {
90
- "@lodestar/test-utils": "1.14.0-dev.fbdd1a474a",
90
+ "@lodestar/test-utils": "1.14.0-rc.0",
91
91
  "@types/http-proxy": "^1.17.10",
92
92
  "@types/yargs": "^17.0.24",
93
93
  "axios": "^1.3.4",
@@ -102,5 +102,5 @@
102
102
  "blockchain",
103
103
  "prover"
104
104
  ],
105
- "gitHead": "15bdd25599bcda956837fd7e4eda5d75fb46983a"
105
+ "gitHead": "3247b50709c1288281226cfe736759bf44fe83a3"
106
106
  }