Skip to content

Commit

Permalink
Merge branch 'staging' into fix-cip-types
Browse files Browse the repository at this point in the history
  • Loading branch information
rphair authored Apr 1, 2024
2 parents 78f1284 + d2a5769 commit cbde6f3
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 7 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1567,3 +1567,30 @@ All of the merged PRs in January
- joseph-fajen ([@joseph-fajen](https://github.com/joseph-fajen))
- katomm ([@katomm](https://github.com/katomm))
- sempruijs ([@sempruijs](https://github.com/sempruijs))

## 2024.08.0 (2024-02-29)

All of the merged PRs in January

#### PRs: 10

- Cardano Relay Configuration: fix command typo by ([@sempruijs](https://github.com/sempruijs)) in [#1205](https://github.com/cardano-foundation/developer-portal/pull/1205)
- Fix "Cardano Store" (not "Cardano Merch Store") by ([@katomm](https://github.com/katomm)) in [#1203](https://github.com/cardano-foundation/developer-portal/pull/1203)
- Add Changelog for January 2024 by ([@fill-the-fill](https://github.com/fill-the-fill)) in [#1208](https://github.com/cardano-foundation/developer-portal/pull/1208)
- [Fix Build] Modify CPS script to fetch images by ([@fill-the-fill](https://github.com/fill-the-fill)) in [#1211](https://github.com/cardano-foundation/developer-portal/pull/1211)
- Add rejuve blog by ([@weqanhet](https://github.com/weqanhet)) in [#1212](https://github.com/cardano-foundation/developer-portal/pull/1212)
- Add repo with the available tooling for the Authenticated Product section by ([@katomm](https://github.com/katomm)) in [#1214](https://github.com/cardano-foundation/developer-portal/pull/1214)
- fix: correct url for installing cardano node from source code by ([@ShawnTseng](https://github.com/ShawnTseng)) in [#1213](https://github.com/cardano-foundation/developer-portal/pull/1213)
- Add Project Catalyst Voting Results for F10 & F11 by ([@thenic95](https://github.com/thenic95)) in [#1219](https://github.com/cardano-foundation/developer-portal/pull/1219)
- Operate stake pool Script bugfixes by ([@sorki](https://github.com/sorki)) in [#1218](https://github.com/cardano-foundation/developer-portal/pull/1218)
- Point cardano-node docs to cardano-node-wiki by ([@sorki](https://github.com/sorki)) in [#1217](https://github.com/cardano-foundation/developer-portal/pull/1217)

#### Contributors: 7

- sempruijs ([@sempruijs](https://github.com/sempruijs))
- katomm ([@katomm](https://github.com/katomm))
- fill-the-fill ([@fill-the-fill](https://github.com/fill-the-fill))
- weqanhet ([@weqanhet](https://github.com/weqanhet))
- ShawnTseng ([@ShawnTseng](https://github.com/ShawnTseng))
- thenic95 ([@thenic95](https://github.com/thenic95))
- sorki ([@sorki](https://github.com/sorki))
7 changes: 3 additions & 4 deletions docs/get-started/installing-cardano-wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ In this guide, we will show you how to compile and install `cardano-wallet` into

:::note

If you want to avoid compiling the binaries yourself, You can download the latest pre-built binaries of `cardano-wallet` from the links below.
If you want to avoid compiling the binaries yourself, you can download the latest pre-built binaries from the GitHub repository: [`cardano-wallet` Releases](https://github.com/cardano-foundation/cardano-wallet/releases)

- [Linux](https://hydra.iohk.io/job/Cardano/cardano-wallet/cardano-wallet-linux64/latest)
- [MacOS](https://hydra.iohk.io/job/Cardano/cardano-wallet/cardano-wallet-macos64/latest)
- [Windows](https://hydra.iohk.io/job/Cardano/cardano-wallet/cardano-wallet-win64/latest)

This guide assumes you have installed `cardano-node` and `cardano-cli` into your system. If not you can refer to [Installing cardano-node](/docs/get-started/installing-cardano-node) guide for instructions on how to do that.

Expand Down Expand Up @@ -100,4 +97,6 @@ Congratulations, you have successfully installed `cardano-wallet` into your Linu

:::important
Currently, the **Windows** installation guide is still in-progress. In the meantime we recommend using [WSL (Windows Subsystem for Linux)](https://docs.microsoft.com/en-us/windows/wsl/) to get a Linux environment on-top of Windows. Once you have that installed you can use the [Linux](#linux) guide to install and run `cardano-node` within **WSL**.

Optionally, you can download the latest precompiled Windows binary from the GitHub repository: [`cardano-wallet` Releases](https://github.com/cardano-foundation/cardano-wallet/releases)
:::
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5863,12 +5863,12 @@ __metadata:
linkType: hard

"follow-redirects@npm:^1.0.0, follow-redirects@npm:^1.14.7":
version: 1.15.4
resolution: "follow-redirects@npm:1.15.4"
version: 1.15.6
resolution: "follow-redirects@npm:1.15.6"
peerDependenciesMeta:
debug:
optional: true
checksum: e178d1deff8b23d5d24ec3f7a94cde6e47d74d0dc649c35fc9857041267c12ec5d44650a0c5597ef83056ada9ea6ca0c30e7c4f97dbf07d035086be9e6a5b7b6
checksum: a62c378dfc8c00f60b9c80cab158ba54e99ba0239a5dd7c81245e5a5b39d10f0c35e249c3379eae719ff0285fff88c365dd446fab19dee771f1d76252df1bbf5
languageName: node
linkType: hard

Expand Down

0 comments on commit cbde6f3

Please sign in to comment.