Skip to content

Commit aed415e

Browse files
authored
Merge pull request #48 from casper-network/fix_nctl_devnet
fix local-setup.md and devnet-info.md
2 parents fc3367f + 7c17b9e commit aed415e

File tree

4 files changed

+2203
-20297
lines changed

4 files changed

+2203
-20297
lines changed

condor/devnet-info.md

+20-24
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## What is Devnet?
44

5-
The Casper Condor release is being rolled out in a phased fashion, allowing people to test their code, SDKs and smart contracts, before migrating to Mainnet. The first phase of this is rolling out to Devnet.
5+
The Casper 2.0 release is being rolled out in a phased fashion, allowing people to test their code, SDKs and smart contracts, before migrating to Mainnet. The first phase of this is rolling out to Devnet.
66

77
This article/FAQ is a guide to the process for gaining access to Devnet, what to expect when you do access Devnet, and any other concerns.
88

@@ -17,54 +17,50 @@ Once your request has been processed, you will be notified and provided with a l
1717

1818
## What is the latest commit/release candidate deployed on to the Devnet?
1919

20-
- Release Candidate: Condor/2.0.0 - RC6
21-
- Commit Hash: `2178ad3aad9488076b38d8de467e6d1123f4b66b`
22-
- Latest Devnet Release Date: 08-Jan-2025
20+
- Release Candidate: Casper 2.0 - RC10
21+
- Commit Hash: `a7e4ff100549d6b34aa6b800812f29313378663b`
22+
- Latest Devnet Release Date: 04-Apr-2025
2323

24-
## What are the Condor/2.0.0 Compatible branches/commits of downstream components?
24+
## What are the Casper 2.0 Compatible branches/commits of downstream components?
2525

2626
**casper-sidecar:**
27-
- Release Candidate : `release-1.0.0-rc5_node-2.0.0-rc6`
28-
- Branch/Repo : [casper-sidecar-release-1.0.0-rc5_node-2.0.0-rc6](https://github.com/casper-network/casper-sidecar/tree/release-1.0.0-rc5_node-2.0.0-rc6)
27+
- Release Candidate : `v1.0.4`
28+
- Branch/Repo : [casper-sidecar-v1.0.4](https://github.com/casper-network/casper-sidecar/tree/v1.0.4)
2929

3030
**casper-client-rs:**
31-
- Release Candidate : `release-3.0.1-rc2_node-2.0.0-rc6`
32-
- Branch/Repo : [casper-client-release-3.0.1-rc2_node-2.0.0-rc6](https://github.com/casper-ecosystem/casper-client-rs/tree/release-3.0.1-rc2_node-2.0.0-rc6)
31+
- Release Candidate : `v3.0.1`
32+
- Branch/Repo : [casper-client-v3.0.1](https://github.com/casper-ecosystem/casper-client-rs/commits/v3.0.1)
3333

3434
**NCTL:**
35-
- New NCTL image with `v200-rc6` available on Docker Hub:
36-
- `makesoftware/casper-nctl:v200-rc6`
35+
- New NCTL image with `v200-rc10` available on Docker Hub:
36+
- `makesoftware/casper-nctl:v200-rc10`
3737

3838
**CEP-18:**
39-
- A version of CEP-18 compatible with Condor RC5/6 is available in the forked repository [here](https://github.com/davidatwhiletrue/cep18-limited/tree/casper-2.0.0-rc5)
39+
- A version of CEP-18 compatible with Casper 2.0 is available in the forked repository [here](https://github.com/casper-ecosystem/cep18/tree/feat-2.0)
4040

41-
- Please note that this is meant for testing SDKs and scripts
4241

4342
**CEP-78:**
44-
- Work in progress
43+
- A version of CEP-78 compatible with Casper 2.0 is available in the forked repository [here](https://github.com/casper-ecosystem/cep-78-enhanced-nft/tree/feat-2.0)
44+
4545

4646
**SDKs:**
4747
- JavaScript/TypeScript
48-
- Github release : [casper-js-sdk-v5.0.3-beta2](https://github.com/casper-ecosystem/casper-js-sdk/releases/tag/5.0.3-beta2)
49-
- npm : [casper-js-sdk-v5.0.3-beta2](https://www.npmjs.com/package/casper-js-sdk/v/5.0.3-beta2)
48+
- Github release : [casper-js-sdk-5.0.5](https://github.com/casper-ecosystem/casper-js-sdk/releases/tag/5.0.5)
49+
- npm : [casper-js-sdk-5.0.5](https://www.npmjs.com/package/casper-js-sdk/v/5.0.5)
5050

5151
- .NET
52-
- Github release : [casper-net-sdk-v3.0.0-beta2](https://github.com/make-software/casper-net-sdk/releases/tag/v3.0.0-beta2)
53-
- Nuget package : [Casper.Network.SDK 3.0.0-beta2](https://www.nuget.org/packages/Casper.Network.SDK/3.0.0-beta2)
52+
- Github release : [casper-net-sdk-v3.0.0](https://github.com/make-software/casper-net-sdk/releases/tag/v3.0.0)
53+
- Nuget package : [Casper.Network.SDK 3.0.0](https://www.nuget.org/packages/Casper.Network.SDK/3.0.0)
5454

5555
- Go
56-
- Github release : [casper-go-sdk-v2.0.0-beta2](https://github.com/make-software/casper-go-sdk/releases/tag/v2.0.0-beta2)
57-
- Java (WIP)
58-
- Python (WIP)
59-
- Rust (WIP)
60-
- PHP (WIP)
56+
- Github release : [casper-go-sdk-2.0.3-beta1](https://github.com/make-software/casper-go-sdk/releases/tag/v2.0.3-beta1)
6157

6258
NOTE:
6359
The SDKs have a couple of known serialisation issues. We're working on patch updates to address these issues.
6460

6561
## How can I explore the transactions in Devnet?
6662

67-
You can explore using the DevNet mini-explorer that points to the Devnet (RC6) at https://devnet.make.services/
63+
You can explore https://devnet.cspr.live/
6864

6965
Please note that SSE is listening at 52.90.123.125.
7066

0 commit comments

Comments
 (0)