Ejecución de una cadena de tezos privada para el desarrollo
-
-
¿La lista de "tezos-client lista deprotocolosentendidos"incluyeelprotocolo que acaba de activar?Does `tezos-client list understood protocols` list the protocol you just activated?
- 0
- 2019-02-12
- Seb Mondet
-
antes deinyectarencima delbloque degénesis,ese comandomuestra: Ps9mPmXaRzmz PsddFKi32cMJ PsYLVpVvgbLh PtCJ7pwoxe8J y después deinyectar obtengo 'Injected BMVZ56p8Z3v4` y luegoejecutandoesa lista deprotocolosentendidosnuevamente obtengoesosmismos 4protocolosbefore I inject on top of the genesis block that command shows: Ps9mPmXaRzmz PsddFKi32cMJ PsYLVpVvgbLh PtCJ7pwoxe8J and after I inject I get `Injected BMVZ56p8Z3v4` then running that list understood protocols again I get those same 4 protocols
- 0
- 2019-02-12
- Bo Byrd
-
Cuando quiero activarelprotocolome da unerror diciendo: Errorfatal: "Assert_failure src/lib_client_base/client_keys.ml: 237: 6" Dibyos-MacBook-Air:tezos heisenberg $tezos-client listentendió losprotocolosWhen I want to activate the protocol it gives me an error saying : Fatal error: "Assert_failure src/lib_client_base/client_keys.ml:237:6" Dibyos-MacBook-Air:tezos heisenberg$ tezos-client list understood protocols
- 0
- 2020-02-04
- CryptoScroller
-
3 respuestas
- votos
-
- 2019-02-12
Descargo de responsabilidad: soyel autor delproyecto a continuación
He creado un conjunto de herramientas que lepermiteejecutar una cadena detezos deespacio aislado localmenteparael desarrollo,junto con liquidez & amp;tzscanpreinstalado.
Puede comprobarlo aquí .
Sitiene algunapregunta oel archivo Léamenoestá claro,me complacerá aclarar cualquier detalle.
Disclaimer - i'm the author of the project below
I've put together a toolkit that allows you to run a locally sandboxed tezos chain for development, together with liquidity & tzscan preinstalled.
You can check it out here.
If you have any questions, or the readme isn't clear, i'd be happy to clarify any details!.
-
- 2019-02-13
Quéprotocolo seindicaen:
tezos-client -A <your-node> rpc get /chains/main/blocks/head/header
Esprobable que haya cambiado alprotocolo 002 (en lugar de 003) y que su clientenoincluyael comando
bake
para 002. Está codificadoen lasfuentes (ya queno hubo votosenesemomento) que,después de unnúmero determinado debloques,elnodo debe cambiar alprotocolo 002 y luego alprotocolo 003.Which protocol is indicated in:
tezos-client -A <your-node> rpc get /chains/main/blocks/head/header
It is likely that it switched to protocol 002 (instead of 003), and that your client does not include the
bake
command for 002. It is hardcoded in the sources (since there were no votes at the time) that, after a given number of blocks, the node should switch to protocol 002 and then later to protocol 003.-
En OCamlPro,mantenemosnuestrapropia sucursal de Tezospara las redesprivadas queimplementamosparanuestros clientes.Tuvimos que hacermuchos cambiospara quefuncionara durantemuchotiempo.At OCamlPro, we maintain our own branch of Tezos for the private networks that we deploy for our customers. We had to do many changes to make it work on the long time.
- 1
- 2019-02-13
- lefessan
-
También vale lapenamencionar que contezos-environment-manager (respuesta arriba)tiene el comando `tezos-clientbakefor
` disponibleen todomomento,debido a lanaturaleza del cliente sanboxed. Also worth mentioning that with tezos-environment-manager (answer above) you have the `tezos-client bake for` command available at all times, due to the nature of the sanboxed client. - 1
- 2019-02-13
- Matej maht0rz Šima
-
OK - Heempezado desde cero otra vez,recompilado,etc. Después de la compilación,cuandoejecutoelnodo,suencabezado degénesismuestraelprotocolo `PrihK96nBAFSxVL1GLJTVhu9YnzkMFiBeuJRPA8NwuZVZCE1L6i` y luego hago lainyecciónparaelprotocolo` Ps9mPmXaRbqNqMCAo35.Luego,elbloqueprincipal queeselnivel 1muestra que suencabezadotiene `Ps9mPmXaRzmzk35gbAYNCAw6UXdE2qoABTHbN2oEEc1qM7CwT9P` Peroestoes realmente lo queespero.(¿derecho?)OK - Ive started from scratch again, recompiletd, etc. After compilation, when I run the node, its genesis header shows protocol `PrihK96nBAFSxVL1GLJTVhu9YnzkMFiBeuJRPA8NwuZVZCE1L6i` and then I do the inject for protocol `Ps9mPmXaRzmzk35gbAYNCAw6UXdE2qoABTHbN2oEEc1qM7CwT9P` which succeded. Then the head block which is level 1 shows its header as having `Ps9mPmXaRzmzk35gbAYNCAw6UXdE2qoABTHbN2oEEc1qM7CwT9P` But this is actually what I expect though. (right?)
- 0
- 2019-02-13
- Bo Byrd
-
- 2019-02-13
DUH:
tezos-client activate protocol PsddFKi32cMJ2qPjf43Qv5GDWLDPZb3T3bF6fLKiF5HtvHNU7aP with fitness 24 and key dictator and parameters ../mysandbox.json
DUH:
tezos-client activate protocol PsddFKi32cMJ2qPjf43Qv5GDWLDPZb3T3bF6fLKiF5HtvHNU7aP with fitness 24 and key dictator and parameters ../mysandbox.json
Nunca conseguí que laspartes de la caja de arenafuncionaran,peropude crearmi propia cadena de Tezos.Descarguéel códigofuente,luego cambié la clavepública del dictadorpor una clave que yo controlaba.Luego,después de compilar yejecutarelnodo,pudeinyectarelprotocolo con la clave secreta demi dictador:
Después deeso,pude hacer lo que quisiera con las cuentas de arranque queteníaen mi JSON,hornear,transferir,crearnuevas cuentas,etc.
Pero ahora yanopuedo hornear.Lainyección delprotocolo se realiza correctamente:
Perotezos-client yanotiene la opción de hornear cuandoestoy haciendotodoesto desde cero ahora.