Skip to content

Commit ae112d3

Browse files
authored
Merge pull request #16873 from MinaProtocol/amcie-merging-release-to-master
Merging 3.1.0 release branch to master
2 parents 6f10e51 + 403419f commit ae112d3

File tree

1,216 files changed

+33972
-31584
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,216 files changed

+33972
-31584
lines changed

.mailmap

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

CODEOWNERS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
/src/app/runtime_genesis_ledger/ @MinaProtocol/protocol-eng-reviewers
2121
/src/app/archive_blocks/ @MinaProtocol/protocol-eng-reviewers
2222
/src/app/extract_blocks/ @MinaProtocol/protocol-eng-reviewers
23-
/src/app/rosetta/ @MinaProtocol/mina-foundation-eng
24-
/src/lib/rosetta_coding/ @MinaProtocol/mina-foundation-eng
25-
/src/lib/rosetta_lib/ @MinaProtocol/mina-foundation-eng
26-
/src/lib/rosetta_models/ @MinaProtocol/mina-foundation-eng
23+
/src/app/rosetta/ @MinaProtocol/protocol-eng-reviewers
24+
/src/lib/rosetta_coding/ @MinaProtocol/protocol-eng-reviewers
25+
/src/lib/rosetta_lib/ @MinaProtocol/protocol-eng-reviewers
26+
/src/lib/rosetta_models/ @MinaProtocol/protocol-eng-reviewers
2727

2828
/src/lib/ @MinaProtocol/protocol-eng-reviewers
2929

README-branching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Whenever a hard fork happens, the code in the corresponding release branch, e.g.
4848
- The intention is then to again have `compatible` as a next soft-fork branch.
4949
- The transition will be gradual: right after HF, `berkeley` will be copied into both `master` *and* `compatible`, and `develop` will remain as is for a while. PRs from `develop` will be gradually picked based on release scope and included in `compatible` for subsequent soft-fork releases.
5050
- The pre-Berkeley `compatible` is entirely discarded. The pre-Berkeley branch `berkeley` is completely removed from both `mina` and `proof-systems`.
51-
- `release/1.X.X` branches are made off of `compatible` and tagged with alpha and beta tags until the code is deemed stable, then the `release/1.X.X` branch is merged into `master` and given a stable tag. Whenever code is tagged, if anything is missing in in the downstream branches (compatible, develop) then the tagged branch is also merged back for consistency.
51+
- `release/1.X.X` branches are made off of `compatible` and tagged with alpha and beta tags until the code is deemed stable, then the `release/1.X.X` branch is merged into `master` and given a stable tag. Whenever code is tagged, if anything is missing in the downstream branches (compatible, develop) then the tagged branch is also merged back for consistency.
5252

5353
## Day to day: which branch should I use?
5454

README-ci-failures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ In this case, you should:
4646
[Google Cloud](https://console.cloud.google.com/gcr/images/o1labs-192920/global/mina-toolchain)
4747
where they have been automatically uploaded. Look for your branch name and
4848
commit hash in the second column. You should find several images suffixed
49-
with `-bullseye` and `-focal` (Debian versions).
49+
with `-bullseye` or `-focal` (Debian versions).
5050
3. For each such image, retrieve its full name and hash by hovering its link and
5151
clicking the `Copy full image name` tooltip that appears (or retrieve it on
5252
the image's page).

README-dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Debian package can be build locally by using below commands:
261261
```
262262
make build
263263
```
264-
2. Build debian for mina-devet (example for ubuntu 18.04):
264+
2. Build debian for mina-devnet (example for ubuntu 18.04):
265265
```
266266
./scripts/debian/build.sh daemon_devnet
267267
```

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The Mina implementation of the Rosetta API offers a more stable and useful inter
2929
- [Mina Protocol](https://docs.minaprotocol.com/) documentation
3030
- [Installing and using a third-party wallet](https://docs.minaprotocol.com/using-mina/install-a-wallet)
3131
- [Sending a Payment using Mina's CLI](https://docs.minaprotocol.com/node-operators/sending-a-payment)
32-
- [Become a Node Operator](https://minaprotocol.com/docs/getting-started/)
32+
- [Become a Node Operator](https://docs.minaprotocol.com/node-operators/block-producer-node/getting-started)
3333

3434
### Technical Papers
3535

automation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,11 +264,11 @@ There are several public Grafana dashboards available here:
264264

265265
The purpose of a public testnet is to allow end-users to try out the software and learn how to operate it. Thus, we accept sign-ups for stake to be allocated in the genesis, and commit those keys to the compiled genesis ledger.
266266

267-
For context, these keys correspond to the "Fish Keys" in the QA Net deployments, and Online Fish Keys are ommitted in a Public Testnet deployment and "Offline Fish Keys" are instead delegated to the submitted User Keys.
267+
For context, these keys correspond to the "Fish Keys" in the QA Net deployments, and Online Fish Keys are omitted in a Public Testnet deployment and "Offline Fish Keys" are instead delegated to the submitted User Keys.
268268

269269
### Generate Genesis Ledger
270270

271-
Once you have the keys for your deploymenet created, and the Staker Keys saved to a CSV, you can use them to generate a genesis ledger with the following command.
271+
Once you have the keys for your deployment created, and the Staker Keys saved to a CSV, you can use them to generate a genesis ledger with the following command.
272272

273273
```
274274
scripts/generate-keys-and-ledger.sh

automation/bake/Dockerfile

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

automation/bake/Dockerfile-bots

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

automation/bake/README.md

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

0 commit comments

Comments
 (0)