-
Actually, Tezos Truffle is quite outdated. Truffle doesn't even compile Ligo smart contracts at all. Because ligo have updated their cli but Truffle uses ligo:next version and expects the old one. To …
-
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…
-
I am writing a tutorial on how to use signatory + consensus key + google KMS and I am hitting the following problem:
```
[venv] nochem@peck ~/workspace/sandbox/gcp-kms-signatory $ ./signatory-cli …
-
There are some tests left incomplete, either for lack of mock bindings previously or not knowing how to continue.
Such an example is:
https://github.com/Zondax/ledger-tezos/blob/ef4425540c7425b359…
-
The example JSON in Step F-22 of [page b](https://github.com/maxtez-raspbaker/tezos-rpi3/wiki/%5Bb%5D-Notes-to-setup-a-RPI3-with-Fedora-OS-(aarch64-armv8)-to-run-Tezos-starting-from-the-plain-OS-(revi…
-
I got error below, following the Getting started instruction.
$ granary node start
tezos-node: Error:
Unix error in open: Permission denied
- Ubuntu 18.04
- Docker 18.09.6
- No…
desar updated
3 years ago
-
Hello,
I got this error when I configure the default tezos client in Languages & Frameworks > Tezos.
Any advice?
-
On arm32 and ppc64, when compiling code produced by ocamllex, we get some assembler errors: `value of too large for field of 2 bytes at `.
Full(ish) error message:
```
#=== ERROR while compili…
-
When input the ENS to view existing address, the ENS cannot resolve to address.
TNS is able to resolve.
-
We have https://github.com/serokell/tezos-packaging which provides an ability to provide arbitrary patches to the tezos source code.
Let's add a way to build patched binaries using nix.