Results 13 issues of atomlab

I try build Cardano component 'cardano-node' with attribute 'cardano-sl-wallet-static' as in docs https://github.com/input-output-hk/cardano-sl/blob/master/docs/how-to/build-cardano-sl-and-daedalus-from-source-code.md Ubuntu 16.04 Build from master ``` * cardano-sl-wallet-static: cardano-node, cardano-swagger ``` but after build I cant find...

### Contact Details [email protected] ### What happened? I simulate broker unavailability ``` systemctl stop mosquitto ``` Netclient daemon start restarting wg interface again and again **What I expect:** Netclient daemon...

bug

This PR adds support for the [BitcoinDiamond](https://github.com/eveybcd/BitcoinDiamond) cryptocurrency into Blockbook. Coin information: - https://www.bitcoindiamond.org/ - https://github.com/eveybcd/BitcoinDiamond - https://coinmarketcap.com/currencies/bitcoin-diamond I have setup a Blockbook server accessible here https://bitcoindiamond.atomicnodes.com/status

Hi. How to reduce disk load on read for `thor`? Can I reduce count of threads for example? We use fast NVME SSD on server. >/opt/vechain/bin/thor --network main --data-dir /opt/vechain/data...

Sorry, I not understand how to download release source code (tar.gz)? ``` # fetch --repo="https://github.com/hashicorp/go-version" --tag="v1.2.0" --release-asset="v1.2.0.tar.gz" /tmp ERROR: Could not find assets matching v1.2.0.tar.gz in release v1.2.0 ```

enhancement

### Steps to Reproduce ``` docker run -it --network host --rm -v ${PWD}/run/zilliqa -w /run/zilliqa --name zilliqua zilliqa/zilliqa:v6.4.1 "/usr/local/bin/zilliqa --privk HIDDEN --pubk HIDDEN --address x.x.x.x --port 33133 --synctype 1" ```...

bug

Yours tags look like `mainnet-ignition-v0.19.0`. But artefact name contains another version. `https://github.com/qtumproject/qtum/releases/download/mainnet-ignition-v0.19.0/qtum-0.19.0.1-x86_64-linux-gnu.tar.gz` I expect artefact name `qtum-0.19.0-x86_64-linux-gnu.tar.gz` because tag `mainnet-ignition-v0.19.0`. Or I expect tag `mainnet-ignition-v0.19.0.1`. This is confuse me. Also...

Hello. Artefact release names changed. **Before:** [raven-4.3.2.0-x86_64-linux-gnu.tar.gz](https://github.com/RavenProject/Ravencoin/releases/download/v4.3.2/raven-4.3.2.0-x86_64-linux-gnu.tar.gz) _Commit hash_ included into artefact name **After:** [raven-4.6.1-7864c39c2-x86_64-linux-gnu.tar.gz](https://github.com/RavenProject/Ravencoin/releases/download/v4.6.1/raven-4.6.1-7864c39c2-x86_64-linux-gnu.tar.gz) This changes affect download automation ``` wget -q https://github.com/RavenProject/Ravencoin/releases/download/v${TAG}/raven-${TAG}-x86_64-linux-gnu.tar.gz ``` Tagging is generally used to...

Hi. I have 4 Terra Classic RPC nodes. All of them stoped at 10:35 AM UTC with an error. How to fix it? Release v0.5.22 > Error: error during handshake:...

bug

Hello! [deploy/vault.sh](https://github.com/acmesh-official/acme.sh/blob/master/deploy/vault.sh) does not handle the case when `VAULT_TOKEN` invalid. ### What am I doing 0. Upgrade `acme.sh` to latest version ``` ./acme.sh --home /opt/acme --upgrade ``` 1. Create cert...