-
There's a new effort to put all Michelson tests cases into a standalone, versioned repo here: https://gitlab.com/tezos/tzt-reference-test-suite
We must evaluate how we can leverage this in Taquito,…
-
```
tezos-client --version
>6e2037c9 (2022-04-07 12:44:15 +0200) (12.3)
alias client='TEZOS_CLIENT_UNSAFE_DISABLE_DISCLAIMER=y tezos-client -E http://127.0.0.1:18732'
client bootstrapped
>Fat…
-
```
docker volume create tezos_node
docker run -v tezos_node:/var/run/tezos ....
...
Error: Unix permission denied
```
This is because the volume is mounted at the path, owned by 'root' which th…
-
Hello,
I got this error when I configure the default tezos client in Languages & Frameworks > Tezos.
Any advice?
-
It would be good for users to have a call-to-action so they can get tez and stake it
-staking.tezos.com
-3route.io
-lending/borrowing xtz
-fiat-to-crypto on-ramps
-
backerei fails with the error below. Note that when I run the `tezos-client` command by hand it works fine. Very unfamiliar with the Haskell dev environment and not sure how to proceed.
This looks …
-
I've deployed AWS cloudforamtion setup following https://assets.tqtezos.com/docs/run-a-node/1-run-a-node-intro/ for mainnet.
The setup is successful but I'm facing issues with it.
- With tezos-cli…
-
For some reason, `private-node` failed to connect to `public-node-0`.
To fix this problem I connected to the gcloud shell:
`gcloud container clusters get-credentials blockchain --region us-centr…
-
**What are the goals of the research?**
Investigate the replacement of the polling implementation with a long polling one when querying the RPC for head blocks.
**Describe the concrete outcomes o…
-
I have been running this exporter as a sidecar to tezos nodes in Kubernetes for some weeks now and I first want to thank you for this great software. Unfortunately, it regulaly crashes and causes its …