forked from SAIB-Inc/cardano-plutus-vm-benchmark
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
36 lines (27 loc) · 1.13 KB
/
.env
File metadata and controls
36 lines (27 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Pinned git SHAs for reproducibility
# Update these to benchmark different versions
CHRYSALIS_REPO=https://github.com/SAIB-Inc/Chrysalis.git
CHRYSALIS_SHA=78529da4280ebc2d0641b5a17115923c85503961
UPLC_TURBO_REPO=https://github.com/pragma-org/uplc.git
UPLC_TURBO_SHA=6152616cfb32b18c32aaaa0b0529b8711ac2fc26
PLUTIGO_REPO=https://github.com/blinklabs-io/plutigo.git
PLUTIGO_SHA=1c4cc7b3061eee4a670d96d3f453d491148bc640
BLAZE_REPO=https://github.com/butaneprotocol/blaze-cardano.git
BLAZE_SHA=28367d38e18103daf9da42abce227d06486eea87
PLUTUZ_REPO=https://github.com/utxo-company/plutuz.git
PLUTUZ_SHA=33b812dbcf88f6851286e54cb93a4a443353f94c
OPSHIN_REPO=https://github.com/OpShin/uplc.git
OPSHIN_SHA=8216a056fa8eacace597b9a335174cc054c12bbe
HASKELL_REPO=https://github.com/IntersectMBO/plutus.git
HASKELL_SHA=318c729391d2af395970867964e5db7f58d8ff2a
SCALUS_REPO=https://github.com/scalus3/scalus.git
SCALUS_SHA=8e88d1791f7ad7ff491391cc465bf54c8e4c7319
# Toolchain versions (latest stable as of March 2026)
DOTNET_VERSION=10.0
RUST_VERSION=1.94
GO_VERSION=1.26
ZIG_VERSION=0.15.2
BUN_VERSION=1.3.10
PYTHON_VERSION=3.14
GHC_VERSION=9.6.4
JDK_VERSION=21