Skip to content

Commit 74727e8

Browse files
committed
Merging 3.2.0 release branch to master
2 parents 0a2ab50 + 939b08d commit 74727e8

File tree

1,358 files changed

+42519
-52940
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,358 files changed

+42519
-52940
lines changed

.editorconfig

Lines changed: 0 additions & 11 deletions
This file was deleted.

.genesis-ledger.ml.jinja

Lines changed: 0 additions & 25 deletions
This file was deleted.

.gitattributes

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Ignore vendored code when calculating repo code %s
2-
# libsnark is lots of c++
3-
automation/** linguist-vendored
41
# PragmataPro requires a license and costs $$, let's protect it with password
52
# protected zip file
63
frontend/website/static/font/PragmataPro.zip filter=lfs diff=lfs merge=lfs -text

.gitignore

Lines changed: 2 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -38,43 +38,6 @@ maintenance/*.dot
3838
scripts/mina-local-network/genesis_ledger.json
3939
scripts/mina-local-network/annotated_ledger.json
4040

41-
automation/*config.json
42-
automation/!bsconfig.json
43-
automation/*/venv/*
44-
automation/ec2.json
45-
automation/*credentials.json
46-
automation/token.pickle
47-
automation/.merlin
48-
automation/lib
49-
automation/keys/genesis/*
50-
automation/keys/keypairs/*
51-
automation/keys/keysets/*
52-
automation/keys/api-keys/*
53-
automation/keys/testnet-keys/*
54-
automation/keys/libp2p/*
55-
automation/src/*.js
56-
automation/node_modules/
57-
automation/terraform/testnets/**/keys
58-
59-
automation/scripts/offline_fish_keys
60-
automation/scripts/offline_whale_keys
61-
automation/scripts/online_fish_keys
62-
automation/scripts/online_whale_keys
63-
automation/scripts/service_keys
64-
automation/scripts/genesis_ledger.json
65-
automation/scripts/annotated_ledger.json
66-
67-
automation/**/__pycache__/**
68-
69-
automation/nightly-logs
70-
71-
automation/daemon.json
72-
73-
automation/discord_webhook_url.txt
74-
automation/*-accounts.csv
75-
automation/gcloud-keyfile.json
76-
automation/services/watchdog/check_libp2p/check_libp2p
77-
7841
*.backup
7942

8043
*.terraform.lock.hcl
@@ -108,3 +71,5 @@ _coverage/
10871
# directory removed in this branch, but still existing in berkeley,
10972
# may appear as an untracked file occasionally
11073
/src/external
74+
75+
CLAUDE.local.md

CHANGES.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

CODEOWNERS

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929

3030
/src/lib/blake2/ @MinaProtocol/crypto-eng-reviewers
3131
/src/lib/mina_numbers/ @MinaProtocol/crypto-eng-reviewers
32-
/src/lib/crs/ @MinaProtocol/crypto-eng-reviewers
3332
/src/lib/crypto_params/ @MinaProtocol/crypto-eng-reviewers
3433
/src/lib/crypto @MinaProtocol/crypto-eng-reviewers
3534
/src/lib/dummy_values/ @MinaProtocol/crypto-eng-reviewers
@@ -40,8 +39,7 @@
4039
/src/lib/pickles_types/ @MinaProtocol/crypto-eng-reviewers
4140
/src/lib/pickles/ @MinaProtocol/crypto-eng-reviewers
4241
/src/lib/precomputed_values/ @MinaProtocol/crypto-eng-reviewers
43-
/src/lib/promise @MinaProtocol/protocol-eng-reviewers @MinaProtocol/product-eng-reviewers
44-
/src/lib/sha256_lib/ @MinaProtocol/crypto-eng-reviewers
42+
/src/lib/concurrency/promise @MinaProtocol/protocol-eng-reviewers @MinaProtocol/product-eng-reviewers
4543
/src/lib/signature_lib/ @MinaProtocol/crypto-eng-reviewers
4644
/src/lib/snarky @MinaProtocol/crypto-eng-reviewers
4745
/src/lib/snarky_blake2/ @MinaProtocol/crypto-eng-reviewers

0 commit comments

Comments
 (0)