Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from input-output-hk/1.26.2
Browse files Browse the repository at this point in the history
Adds cardano-node/cli 1.26.2
  • Loading branch information
johnalotoski committed Apr 30, 2021
2 parents d0ea975 + c7425df commit 9927e59
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
* defrag-ops.py requires the following software to be installed and available from the system path at the versions indicated:
* python3 and python3 library dependencies (tested at python 3.8)
* bash (>= 4.4.0)
* [cardano-cli](https://github.com/input-output-hk/cardano-node/tree/master/cardano-cli) (part of cardano-node, tags: 1.26.1)
* [cardano-cli](https://github.com/input-output-hk/cardano-node/tree/master/cardano-cli) (part of cardano-node, tags: 1.26.1, 1.26.2)
* [cardano-addresses](https://github.com/input-output-hk/cardano-addresses) (tags: 3.2.0)
* [cardano-wallet](https://github.com/input-output-hk/cardano-wallet) server (tags: v2021-03-04)
* [cardano-node](https://github.com/input-output-hk/cardano-node) (tags: 1.26.1)
* [cardano-node](https://github.com/input-output-hk/cardano-node) (tags: 1.26.1, 1.26.2)
* If the Cardano software is installed and available from the system path, but not at the above indicated versioning, defrag-ops will display a `WARNING`.

* Cardano-node and cardano-wallet must be run as servers and connected to the network that the wallet to fragment or defragment is part of.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
* defrag-ops.py requires the following software to be installed and available from the system path at the versions indicated:
* python3 and python3 library dependencies (tested at python 3.8)
* bash (>= 4.4.0)
* [cardano-cli](https://github.com/input-output-hk/cardano-node/tree/master/cardano-cli) (part of cardano-node, tags: 1.26.1)
* [cardano-cli](https://github.com/input-output-hk/cardano-node/tree/master/cardano-cli) (part of cardano-node, tags: 1.26.1, 1.26.2)
* [cardano-addresses](https://github.com/input-output-hk/cardano-addresses) (tags: 3.2.0)
* [cardano-wallet](https://github.com/input-output-hk/cardano-wallet) server (tags: v2021-03-04)
* [cardano-node](https://github.com/input-output-hk/cardano-node) (tags: 1.26.1)
* [cardano-node](https://github.com/input-output-hk/cardano-node) (tags: 1.26.1, 1.26.2)
* If the Cardano software is installed and available from the system path, but not at the above indicated versioning, defrag-ops will display a `WARNING`.

* Cardano-node and cardano-wallet must be run as servers and connected to the network that the wallet to fragment or defragment is part of.
Expand Down
1 change: 1 addition & 0 deletions lib/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class OpsState:
"3.2.0": "115174cc451d3fc6b90ce61782f841e51f271c3d"
}
ACCEPT_CARDANO_CLI_VER: Dict[str, str] = {
"1.26.2": "3531289c9f79eab7ac5d3272ce6e6821504fec4c",
"1.26.1": "62f38470098fc65e7de5a4b91e21e36ac30799f3"
}
ACCEPT_CARDANO_WALLET_VER: Dict[str, str] = {
Expand Down
8 changes: 4 additions & 4 deletions nix/sources.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"cardano-node": {
"branch": "refs/tags/1.26.1",
"branch": "refs/tags/1.26.2",
"description": "The core component that is used to participate in a Cardano decentralised blockchain.",
"homepage": "https://cardano.org",
"owner": "input-output-hk",
"repo": "cardano-node",
"rev": "62f38470098fc65e7de5a4b91e21e36ac30799f3",
"sha256": "0ws2lgpl88p6bbrim43dczm19an9nba97sr483abq32b1xh4m3qh",
"rev": "3531289c9f79eab7ac5d3272ce6e6821504fec4c",
"sha256": "17zr2lhnrly6gqb1hxf3cjwfw1iz8s85hhhdiivb5ax7fkrrp8pp",
"type": "tarball",
"url": "https://github.com/input-output-hk/cardano-node/archive/62f38470098fc65e7de5a4b91e21e36ac30799f3.tar.gz",
"url": "https://github.com/input-output-hk/cardano-node/archive/3531289c9f79eab7ac5d3272ce6e6821504fec4c.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"cardano-wallet": {
Expand Down

0 comments on commit 9927e59

Please sign in to comment.