Skip to content

Commit

Permalink
bump: node -> 8.9.1; remove metadata server
Browse files Browse the repository at this point in the history
  • Loading branch information
johnalotoski committed Mar 29, 2024
1 parent a1aa4bf commit 5d4925b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
2 changes: 1 addition & 1 deletion globals-mainnet.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pkgs: {
withSmash = true;
withSnapshots = false;

withMetadata = true;
withMetadata = false;
metadataHostName = "tokens.cardano.org";

initialPythonExplorerDBSyncDone = true;
Expand Down
16 changes: 8 additions & 8 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,15 +132,15 @@
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"cardano-node": {
"branch": "refs/tags/8.9.0",
"branch": "refs/tags/8.9.1",
"description": null,
"homepage": null,
"owner": "input-output-hk",
"repo": "cardano-node",
"rev": "0d98405a60d57e1c8e13406d51cce0e34356bd64",
"sha256": "03030qwws4xdxi9iwcwwjiz6clgc0awsbiaf2qk247ry9dp305vj",
"rev": "da945ea983d4722a9ffe54250edba9a193a57cf0",
"sha256": "12mnny6xz98vs44vy6w9jng8r94dn5ip042fpdgfacnb6ibja4rz",
"type": "tarball",
"url": "https://github.com/input-output-hk/cardano-node/archive/0d98405a60d57e1c8e13406d51cce0e34356bd64.tar.gz",
"url": "https://github.com/input-output-hk/cardano-node/archive/da945ea983d4722a9ffe54250edba9a193a57cf0.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"cardano-node-1-33-0rc3": {
Expand Down Expand Up @@ -180,15 +180,15 @@
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"cardano-node-next": {
"branch": "refs/tags/8.9.0",
"branch": "refs/tags/8.9.1",
"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": "0d98405a60d57e1c8e13406d51cce0e34356bd64",
"sha256": "03030qwws4xdxi9iwcwwjiz6clgc0awsbiaf2qk247ry9dp305vj",
"rev": "da945ea983d4722a9ffe54250edba9a193a57cf0",
"sha256": "12mnny6xz98vs44vy6w9jng8r94dn5ip042fpdgfacnb6ibja4rz",
"type": "tarball",
"url": "https://github.com/input-output-hk/cardano-node/archive/0d98405a60d57e1c8e13406d51cce0e34356bd64.tar.gz",
"url": "https://github.com/input-output-hk/cardano-node/archive/da945ea983d4722a9ffe54250edba9a193a57cf0.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"cardano-node-service": {
Expand Down
7 changes: 0 additions & 7 deletions topologies/mainnet.nix
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,4 @@ in {
prometheus.basicAuthFile = writeText "prometheus.htpasswd" globals.static.prometheusHtpasswd;
};
};

metadata = {
node = {
org = "CF";
roles.isPublicSsh = true;
};
};
}

0 comments on commit 5d4925b

Please sign in to comment.