Skip to content

Commit

Permalink
Merge branch 'staging' into official-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rphair authored Jul 29, 2023
2 parents 825066d + bae8092 commit 4743a31
Show file tree
Hide file tree
Showing 4 changed files with 233 additions and 217 deletions.
7 changes: 7 additions & 0 deletions docs/operate-a-stake-pool/cardano-relay-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ User = <$USER>
Type = simple
WorkingDirectory = <$HOME>/cardano-testnet
ExecStart = /bin/bash -c '<$HOME>/cardano-testnet/startTestNode.sh'
ExecReload = pkill -HUP cardano-node
KillSignal = SIGINT
RestartKillSignal = SIGINT
TimeoutStopSec = 300
Expand Down Expand Up @@ -220,3 +221,9 @@ Dec 1 15:31:40 localhost cardano-testnode[162851]: #033[35m[localhos:cardano.no
```

Syncing the blockchain from zero can take a while. Please be patient. If you want to stop syncing, you can do so using the command `sudo systemctl stop cardano-node`. Restarting the relay node will resume syncing the blockchain.

## Reloading the Topology configuration

In case you have made an update to `topology.json` file, since this node is assumed to be running in P2P mode - you can can load these changes without having to perform a full node restart using command below:

sudo systemctl reload cardano-node
Binary file added src/data/showcase/vesprwallet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/data/showcases.js
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,15 @@ export const Showcases = [
source: null,
tags: ["daotool"],
},
{
title: "VESPR Wallet",
description:
"VESPR is a non-custodial mobile light wallet for the Cardano network, prioritizing the security and safety of your digital assets while ensuring exceptional ease-of-use. Your private keys and assets always remain under your control.",
preview: require("./showcase/vesprwallet.png"),
website: "https://www.vespr.xyz/#/",
source: null,
tags: ["wallet", "nftsupport"],
},
];

export const TagList = Object.keys(Tags);
Expand Down
Loading

0 comments on commit 4743a31

Please sign in to comment.