Giter Site home page Giter Site logo

testnets-cardano-org's People

Contributors

alexghr avatar brendanmoore avatar carloslopezdelara avatar elviejo79 avatar fare avatar fsancheziohk avatar fstoqnov-iohk avatar github-actions[bot] avatar h0rhay avatar iamrobertmoore avatar iohkwebdev avatar jonnysmillie avatar lewnelson avatar martinseanhunt avatar nahern avatar olgahryniuk avatar pkellyiohk avatar rdlrt avatar robcohen avatar tomasvrana avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

testnets-cardano-org's Issues

Invalid content /en/shelley/get-started/installing-and-running-the-cardano-node/building-the-node-from-source/

Where does the issue occur?
https://testnets.cardano.org/en/shelley/get-started/installing-and-running-the-cardano-node/building-the-node-from-source/

Step 5

Describe the issue
Running build all results in a command not found error

Expected changes
When building the node after following the steps described in "Running the Node on an AWS Instance" the command should be
"stack build all"

Additional context
After running curl -sSL https://get.haskellstack.org/ | sh
The script gives the following warning:
This installer doesn't support your Linux distribution, trying generic
bindist...

Invalid content /en/shelley/get-started/installing-and-running-the-cardano-node/building-the-node-from-source/

Where does the issue occur?
When installing GHC

Describe the issue
configure: error: This binary distribution produces binaries for a target with
word size of 8, but your target toolchain produces binaries
with a word size of 4. Are you sure your toolchain
targets the intended target platform of this compiler?

Complete code as per instructions:
root@raspberrypi:# tar -xf ghc-8.6.5-x86_64-deb9-linux.tar.xz
rm ghc-8.6.5-x86_64-deb9-linux.tar.xz
cd ghc-8.6.5
./configure
sudo make install
root@raspberrypi:
# rm ghc-8.6.5-x86_64-deb9-linux.tar.xz
root@raspberrypi:# cd ghc-8.6.5
root@raspberrypi:
/ghc-8.6.5# ./configure
checking build system type... armv7l-unknown-linux-gnueabihf
checking host system type... armv7l-unknown-linux-gnueabihf
checking target system type... armv7l-unknown-linux-gnueabihf
Build platform inferred as: x86_64-unknown-linux
Host platform inferred as: x86_64-unknown-linux
Target platform inferred as: x86_64-unknown-linux
GHC build : x86_64-unknown-linux
GHC host : x86_64-unknown-linux
GHC target : x86_64-unknown-linux
LLVM target: armv7l-unknown-linux-gnueabihf
checking for path to top of build tree... /root/ghc-8.6.5
checking for perl... /usr/bin/perl
checking for a BSD-compatible install... /usr/bin/install -c
checking for gfind... no
checking for find... /usr/bin/find
checking whether ln -s works... yes
checking for gsed... sed
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for gcc option to accept ISO C99... none needed
checking for gcc option to accept ISO C99... none needed
checking for gcc option to accept ISO C99... none needed
checking for -ld.lld... no
checking for ld.lld... no
checking for -ld.gold... no
checking for ld.gold... ld.gold
checking whether C compiler supports -fuse-ld=gold... yes
checking whether ld is GNU ld... YES
checking whether ld understands --build-id... yes
checking whether ld understands -no_compact_unwind... yes
checking whether ld understands -filelist... no
checking for -strip... no
checking for strip... strip
checking for llc-6.0... no
checking for llc... no
checking for opt-6.0... no
checking for opt... no
checking version of gcc... 8.3.0
checking whether GCC supports -no-pie... yes
checking for extra options to pass gcc when compiling via C... -fwrapv -fno-builtin
checking Setting up CFLAGS, LDFLAGS, IGNORE_LINKER_LD_FLAGS and CPPFLAGS... done
checking Setting up CONF_CC_OPTS_STAGE0, CONF_GCC_LINKER_OPTS_STAGE0, CONF_LD_LINKER_OPTS_STAGE0 and CONF_CPP_OPTS_STAGE0... done
checking Setting up CONF_CC_OPTS_STAGE1, CONF_GCC_LINKER_OPTS_STAGE1, CONF_LD_LINKER_OPTS_STAGE1 and CONF_CPP_OPTS_STAGE1... done
checking Setting up CONF_CC_OPTS_STAGE2, CONF_GCC_LINKER_OPTS_STAGE2, CONF_LD_LINKER_OPTS_STAGE2 and CONF_CPP_OPTS_STAGE2... done
checking for .subsections_via_symbols... no
checking whether your assembler supports .ident directive... yes
checking for GNU non-executable stack support... no
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking size of void *... 4
configure: error: This binary distribution produces binaries for a target with
word size of 8, but your target toolchain produces binaries
with a word size of 4. Are you sure your toolchain
targets the intended target platform of this compiler?
root@raspberrypi:/ghc-8.6.5# sudo make install
Makefile:33: *** Please run ./configure first. Stop.
root@raspberrypi:
/ghc-8.6.5#

Expected changes
How to get past this step.

Additional context
Thank you for your help!

Invalid content /en/shelley/get-started/SP_metadata_register/

On the tutorial to build and configure a stake pool, the metadata-hash command is not valid. Can't continue to create my stake pool....

Command that's invalid:
cardano-cli shelley stake-pool metadata-hash --pool-metadata-file testPool.json

Thanks

Invalid content /en/shelley/resources/community/

Where does the issue occur?
Link to the file or location on the website where the issue occurs. Optionally add screenshots for context.

This issue occurs in two links in the community resources page on the Cardano Testnets page.

Describe the issue
A clear and concise description of what the issue is.

The first issue is the link "Create your own Cardano Haskell node" is a broken link. The second issue is the link under "Testnet stake pool tutorials" is a link that links to bigpey's tutorial playlist. Well this is bigpey and he updated these tutorials for all of the new CLI changes. These tutorials are also much more concise and will help new pool operators more.

Expected changes
A clear and concise description of what you expected to change.

Please fix the first broken link that I mentioned. But most importantly update the link with this link "https://www.youtube.com/playlist?list=PLyThQPJpttTJ4r9wUdlWi1DMty4nAT85d", I would also appreciate it if that text was "bigpey's testnet stakepool videos".

Additional context
Add any other context about the problem here.

Invalid content /en/cardano/tools/faucet/

This page
Link to the file or location on the website where the issue occurs. Optionally add screenshots for context.

Address to return tokens to is wrong.
A clear and concise description of what the issue is.

An address that resides on testnet
A clear and concise description of what you expected to change.

Additional context
Add any other context about the problem here.

cardano@1producer1:~/cardano-testnet$ cardano-cli shelley transaction build-raw \

--tx-in 1f5bc3a72c35ac6c87a080e21266bcc3fad2a194b8b079f06683c3432a2b7621#0
--tx-in f382c812ed0a30f8bb513e3b933163ae59f63fb5eab8da5162c5695e2aee0e56#0
--tx-out addr1qqr585tvlc7ylnqvz8pyqwauzrdu0mxag3m7q56grgmgu7sxu2hyfhlkwuxupa9d5085eunq2qywy7hvmvej456flknsug829n+497112479
--ttl 2466220
--fee 17000
--out-file tx.raw
option --tx-out: Failed reading: invalid address

Invalid content /en/shelley/get-started/installing-and-running-the-cardano-node/building-the-node-from-source/

Where does the issue occur?
Link to the file or location on the website where the issue occurs. Optionally add screenshots for context.

Describe the issue
Download the latest source code from the releases page to this folder. After the download has finished, you can check the contents using the following command:

What folder? How do I download a file i got from internet to my AWS instance? specific instructions please.

Expected changes
A clear and concise description of what you expected to change.

Better instructions on how to download a file from the internet to my AWS instance.

Additional context
Add any other context about the problem here.

Invalid content /en/shelley/get-started/installing-and-running-the-cardano-node/running-a-node-as-a-relay/

Invalid content /en/shelley/tools/staking-calculator/

Where does the issue occur?
Link to the file or location on the website where the issue occurs. Optionally add screenshots for context.

Describe the issue
A clear and concise description of what the issue is.

Expected changes
A clear and concise description of what you expected to change.

Additional context
Add any other context about the problem here.

Invalid content /en/cardano/about/the-testnet-faucet/

Where does the issue occur?
Link to the file or location on the website where the issue occurs. Optionally add screenshots for context.

Describe the issue
A clear and concise description of what the issue is.

Expected changes
A clear and concise description of what you expected to change.

Additional context
Add any other context about the problem here.

Invalid content /en/shelley/get-started/SP_metadata_register/

Where does the issue occur?

https://testnets.cardano.org/en/shelley/get-started/SP_metadata_register/

In step 3 @ Signing the transaction.

Describe the issue

Signing-key is duplicated. the second one should be stake.skey

cardano-cli shelley transaction sign
--tx-body-file tx.raw
--signing-key-file payment.skey
--signing-key-file payment.skey
--signing-key-file cold.skey
--testnet-magic 42
--out-file tx.signed

Expected changes

cardano-cli shelley transaction sign
--tx-body-file tx.raw
--signing-key-file payment.skey
--signing-key-file stake.skey
--signing-key-file cold.skey
--testnet-magic 42
--out-file tx.signed

Additional context
Add any other context about the problem here.

Invalid Marlowe tutorial link /en/marlowe/resources/links/

Where does the issue occur?
Link to the file or location on the website where the issue occurs. Optionally add screenshots for context.

https://testnets.cardano.org/en/marlowe/resources/links/

Describe the issue
A clear and concise description of what the issue is.
Marlowe Tutorial link returns:

<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Key>tutorial</Key>
<RequestId>81842F5028A8A4A9</RequestId>
<HostId>l/pejS0BpLGNYDXC0rmF9hlWBcTtRj6aup1f79dMFRmLRNeqz9shKQK3Gau5ni13KNJfGyFFgNA=</HostId>
</Error>

Expected changes
A clear and concise description of what you expected to change.

Fix the link from https://alpha.marlowe.iohkdev.io/tutorial to https://alpha.marlowe.iohkdev.io/tutorial/index.html
Additional context
Add any other context about the problem here.

Invalid content /en/shelley/get-started/pledging-and-rewards/

Where does the issue occur?
https://testnets.cardano.org/en/shelley/get-started/pledging-and-rewards/
Screenshot_20200723_005530

Describe the issue
The pledge formula which specifies how the "share of all available rewards that a specific pool can receive is determined" does not show properly, since the image link references the image in the github repository instead of the raw file.

Expected changes
The image link ought to be changed from https://github.com/cardano-foundation/testnets-cardano-org/blob/staging/resources/content/articles/article-images/pledge_formula.png to (perhaps?) https://raw.githubusercontent.com/cardano-foundation/testnets-cardano-org/staging/resources/content/articles/article-images/pledge_formula.png.

Additional context
None is necessary, I believe.

Invalid content /en/plutus/overview/

Where does the issue occur?
Link to the file or location on the website where the issue occurs. Optionally add screenshots for context.

Describe the issue
A clear and concise description of what the issue is.

Expected changes
A clear and concise description of what you expected to change.

Additional context
Add any other context about the problem here.

Invalid content /en/shelley/get-started/installing-and-running-the-cardano-node/building-the-node-from-source/

Where does the issue occur?

Followed all the steps to install Cardano node on AWS t2.medium as suggested however when installing haskell compiler I was getting an error when executing sudo make install.

The distro is based on RedHat I believe and is known as Amazon 2 AMI.

Describe the issue

/usr/local/lib/ghc-8.6.5/bin/ghc-pkg: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
make[1]: *** [install_packages] Error 127
make: *** [install] Error 2

Expected changes

To fix the issue I had to install ncurses-compat-libs which are not mentioned in the documentation however I think it would be beneficial to others if it's introduced on the steps to install haskell compiler.

sudo yum install ncurses-compat-libs

Invalid content /en/shelley/about/supported-platforms/

Where does the issue occur?
https://testnets.cardano.org/en/shelley/about/supported-platforms/

Describe the issue
"It is also possible to run a testnet node on any platform using a virtual machine or Docker image."

Expected changes
Docker images are architecture bound. amd64 docker images will not run on aarch64. Hence, the specification of docker images on this page could be rephrased to "...or applicable Docker CPU architecture image"? At least, I advise this until all architectures are supported by Docker images.

Additional context
I tried deploying the amd64 docker image on aarch64, which failed.

Invalid content /en/shelley/get-started/installing-and-running-the-cardano-node/building-the-node-from-source/

Where does the issue occur?
Step 6

Describe the issue
When running the script the following error occurs:
/home/ec2-user/cardano-node/scripts/lib-nix.sh: line 31: nix-build: command not found

Expected changes
The operator should be informed about the dependency of Nix and install instructions should be given.

Additional context
Started install process at Running a node using an AWS instance

Invalid content /en/more/

Where does the issue occur?
Link to the file or location on the website where the issue occurs. Optionally add screenshots for context.

kevm-testnet.iohkdev.io
https://iele-testnet.iohkdev.io/

Describe the issue
A clear and concise description of what the issue is.

Dead links

Expected changes
A clear and concise description of what you expected to change.

Additional context
Add any other context about the problem here.

Invalid content /en/shelley/get-started/installing-and-running-the-cardano-node/building-the-node-from-source/

Where does the issue occur?
https://testnets.cardano.org/en/shelley/get-started/installing-and-running-the-cardano-node/building-the-node-from-source/
The supported platforms hyperlink is broken

Describe the issue
Hyperlink is broken (https://testnets.cardano.org/enshelley/about/supported-platforms/ should be https://testnets.cardano.org/en/shelley/about/supported-platforms/)

Expected changes
<a lang="en" href="/en/shelley/about/supported-platforms/">supported platforms</a>

Invalid content /en/shelley/get-started/installing-and-running-the-cardano-node/building-the-node-from-source/

Where does the issue occur?
Download and install GHC section

Describe the issue
Using the AWS instructions there was no libtinfo.so.5 in /lib64 which caused a silent issue. Getting to this command "cabal install cardano-node cardano-cli" would result in a failure about determining the version of ghc. Calling --version directly pointed at the missing libtinfo.so.5. Creating a sym link to the existing libtinfo.so.6 seems to have worked. I am a bit new to this and not sure if that will cause any other unexpected issues.

Invalid content /en/shelley/get-started/installing-and-running-the-cardano-node/building-the-node-from-source/

Where does the issue occur?
1 - "Installing dependencies"
2 - "How to build and run the node from source"

Describe the issue
1 - Documentation does not match that of https://github.com/input-output-hk/cardano-node/blob/master/README.md:

  • missing dependency libsodium
  • build flags related to libsodium not meti
    2 - Misleading "git clone" then "Download the latest source code from the releases page" instructions.
    If one has already cloned the project, no need to download the source.
    Rather "Get the latest release tag x.y.z from the releases page" then "git checkout tags/x.y.z"

Invalid content /en/cardano/get-started/what-is-a-cardano-node/

Where does the issue occur?
Link to the file or location on the website where the issue occurs. Optionally add screenshots for context.

Describe the issue
A clear and concise description of what the issue is.

Expected changes
A clear and concise description of what you expected to change.

Additional context
Add any other context about the problem here.

Invalid content /en/marlowe/getting-started/sample-marlowe-smart-contracts/

Where does the issue occur?
https://testnets.cardano.org/en/marlowe/getting-started/sample-marlowe-smart-contracts/

Describe the issue
Both links "section 3" and "section 13" on this page are broken.

<Error> <Code>NoSuchKey</Code> <Message>The specified key does not exist.</Message> <Key>tutorial</Key> <RequestId>81842F5028A8A4A9</RequestId> <HostId>l/pejS0BpLGNYDXC0rmF9hlWBcTtRj6aup1f79dMFRmLRNeqz9shKQK3Gau5ni13KNJfGyFFgNA=</HostId> </Error>

Expected changes
Fix the links to the sample contracts.

Invalid content /en/shelley/get-started/creating-a-stake-pool/

Where does the issue occur?
Broken link on this page: https://testnets.cardano.org/en/shelley/get-started/creating-a-stake-pool/

In this sentence:

[...] See an example of an operational certificate generation here.

Describe the issue
A link to a piece of tutorial documentation is unavailable because the GitHub repository structure changed:

https://github.com/input-output-hk/cardano-tutorials/blob/master/node-setup

It appears that tutorial pages were prefixed with a number, but also, this exact file does not appear to exist, so probably it was renamed.

Expected changes
Change the broken link to that .md file in the repository that fits best. Probably there is an exact fit.

Additional context
None.

Invalid content /en/shelley/get-started/installing-and-running-the-cardano-node/building-the-node-using-nix/

Where does the issue occur?
https://testnets.cardano.org/en/shelley/get-started/installing-and-running-the-cardano-node/building-the-node-using-nix/

Describe the issue
Item 3 shows the wrong command argument, which has an extra "s" on --nix-extra-conf-files
./install-nix.sh --daemon --nix-extra-conf-files nix.conf

Expected changes
A clear and concise description of what you expected to change.

Additional context
Add any other context about the problem here.

Invalid content /en/plutus/overview/

Where does the issue occur?
Link to the file or location on the website where the issue occurs. Optionally add screenshots for context.

Describe the issue
A clear and concise description of what the issue is.

Expected changes
A clear and concise description of what you expected to change.

Additional context
Add any other context about the problem here.

Invalid content /en/shelley/get-started/wallet/

Where does the issue occur?
https://testnets.cardano.org/en/shelley/get-started/wallet/

Describe the issue

For the windows version this page shows that Windows 8.1 and Windows 10 are supported.

For the Mac and Linux version it doesn't say which versions/distributions are supported.

I can imagine that there is a trade-off between having a polished/easy to navigate page vs having lots of information but I wasn't able to find this information at all.

Expected changes
Link to list of officially supported OS versions or display some information on this page.

Invalid content /en/shelley/get-started/creating-a-stake-pool/

Where does the issue occur?
https://testnets.cardano.org/en/shelley/get-started/creating-a-stake-pool/

Describe the issue
Quite a few broken links.

Expected changes
Correct links.

Additional context

Places where the links are:

Operational certificates

...
...
... See an example of an operational certificate generation here. https://github.com/input-output-hk/cardano-tutorials/blob/master/node-setup/node-op-cert.md
...You can see an example of a transaction containing certificates here. https://github.com/input-output-hk/cardano-tutorials/blob/master/node-setup/pool.md

Stake pool metadata

...
The registration certificate https://github.com/input-output-hk/cardano-tutorials/blob/master/node-setup/pool.md#registering-a-stake-pool contains all the necessary information for the execution of the pro

Invalid content /en/shelley/get-started/SP_metadata_register/

Where does the issue occur?
https://testnets.cardano.org/en/shelley/get-started/SP_metadata_register/

Describe the issue
The following line references another page as "Stake Pool Registration" but it's not clear what it is referring to:
3. Register or re-register the pool on-chain using the node CLI as described in the tutorials (Stake Pool Registration).

Expected changes
Please link to the relevant page referred to as '(Stake Pool Registration).'
is it referring to this page? :
"Registering a stake pool on the blockchain"
https://testnets.cardano.org/en/shelley/get-started/registering-a-stake-pool-on-the-blockchain/

Additional context
thats it.

Docker image for cardano node

I will be involved in a project involving cardano in coming days. I will eventually have to containerize the cardano node, so I wanted to express my interest to add a contribution here.

  • Create Dockerfile for image with default settings
  • Add script to read configuration options from environment variables.
  • Setup CI for automatic update on hub.docker.com

Invalid content /en/marlowe/overview/ : Wrong Payee in static analysis example

Where does the issue occur?
In Section 12.1 of the Marlowe documentation

Describe the issue
The example shown in the documentation is explained here:
The contract first requires a deposit from Alice of 1 Lovelace, and then asks Bob to make a choice (called bool) of 0 or 1. The contract then pays this choice plus one to Bob from Alice’s account.

In this example, the Pay section shows that the payee is Alice, but the text explains that the payee is supposed to be Bob, but in Blocky and the Haskel code, the payee is set to Alice. It should be changed to Bob.

Expected changes
The blocky diagram should be changed to Bob as shown in this image
Chapter 12 Error Marlowe

The pure Marlowe section:
Line 24 should be: (Role "bob")

Invalid content /en/itn/tools/jorvote/ Insllation Error Missing dll

It would be nice if you provided some basic installation instructions. I unzip the Windows Zip file and click the jorvote.exe and get an error message that VCRUNTIME140_.dll was not found. Reinstalling the program may fix this problem. So what is the fix and were is this dll file located?

Invalid content /en/itn/tools/jorvote/

voteing zip windows the windows voting zip does not open after being downloaded 3 separate times. I would expect it to open so that a vote can be made on a windows system
Where does the issue occur?
Link to the file or location on the website where the issue occurs. Optionally add screenshots for context.

Describe the issue
A clear and concise description of what the issue is.

Expected changes
A clear and concise description of what you expected to change.

Additional context
Add any other context about the problem here.

Invalid content /en/marlowe/getting-started/using-the-marlowe-playground/

Where does the issue occur? -> https://alpha.marlowe.iohkdev.io/tutorial is broken.
Link to the file or location on the website where the issue occurs. Optionally add screenshots for context.

Describe the issue -> The link to the tutorial does not word, seems broken.
A clear and concise description of what the issue is.

Expected changes -> make the correct link
A clear and concise description of what you expected to change.

Additional context -> more links on that Marlow page do not work.
Add any other context about the problem here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.