Como verificar se o signatário remoto está funcionando como esperado?
3 respostas
- votos
-
- 2019-04-03
Eu sóprefirofazerisso ... é uma solicitação diretapara assinar dados sem qualquerpossibilidade deesquecerpara adicionar o sinalizador
- Código> Run. bytes de sinal de Tezos-Cliente 0x03para & lt;tz alias ouendereço TZ >
Aqui
0x03
é apenas qualquernúmero aleatório antigo.Vocêpoderia colocar qualquer valor hexadecimal aqui.Se o signatário remotoestiverfuncionando,você receberá umamensagem como:Signature: sigpab0p1mdqojaantvassvlo4uleujfnfurf7edoruabopllwmsxedjf4nfqx8nji3ncjfmejbiwojtdxdub8wnf5fgfiba
I just prefer to do this...it's a direct request to sign data without any possibility of forgetting to add the
--dry-run
flag.tezos-client sign bytes 0x03 for <tz alias or tz address>
Here
0x03
is just any old random number. You could put any hex value here. If the remote signer is working you'll get back a message like:Signature: sigPab0p1MdqojAaNTvASSvLo4ULEujfNFurF71EdoruABoPLLwmSxEDJf4NfQx8nJi3ncjfMEJbiWojTDXDUB8wNF5fgFIbA
-
- 2019-02-24
Eu descobri que vocêpode usar o
--dry-run
nainstruçãotransfer
para que onóenviarátransaçãopara o signatário remotopara assinarepode verificar os logs do signatário remotopara ver setudoestáfuncionandobem ounão.--dry-run
não vai realmenteenviar atransaçãopara a rede.I figured out that you can use the
--dry-run
option in thetransfer
statement so that node will send transaction to remote-signer to sign, and you can check the remote-signer logs to see if everything is working fine or not.--dry-run
will not actually send the transaction to the network.-
Observe que as opções --dry-Run (ou -d)precisam aparecernofinal do comando. Umpoucoincomum.Note that the --dry-run (or -D) options have to appear at the very end of the command.. a bit unusual.
- 2
- 2019-02-24
- nurikabe
-
- 2019-02-24
Outra opção seria usar oforno.Fornomonitora seupadeiroe iránotificá-lo se vocêperder qualquer assadeira ou oportunidades deendosso (queindicará que o signatárioestáparabaixo).
Pode serencontrado aqui .
Another option would be to use Kiln. Kiln monitors your baker and will notify you if you miss any baking or endorsement opportunities (which will indicate that the signer is down).
It can be found here.
-
Isso ébomparamonitoramento,masnão queroesperarpelaminha operação de cozimento ouendossopara saber seminha configuraçãoestáfuncionando ounão,e depoispercaminha assadeira/endosso se a configuraçãonãoestiverfuncionando.Eu quero saber antes daminha operação de cozimento/endosso.That is good for monitoring but i don't want to wait for my baking or endorsement operation to know if my setup is working or not, and then miss my baking/endorsement if the setup was not working. I want to know before my baking/endorsement operation.
- 1
- 2019-02-25
- Sachin Tomar
-
Issonão responde àpergunta de algumaforma.OPperguntou comotestaresse "signatário"estáfuncionandoe este softwarenão ofará.This does not answer the question in any way. OP asked how to test that `signer` is working and this software will not do so.
- 2
- 2019-02-25
- utdrmac
-
Não diretamentenão,masindiretamente ♂️ apenastentando ajudar.Masparece que o - dry-run é uma abordagem decenteNot directly no, but indirectly ♂️ Just trying to help. But seems like the --dry-run is a decent approach
- 1
- 2019-02-25
- asbjornenge
Como sei que o soquete remoto-signatárioiniciadoestáfuncionandoesperadoe aceitando solicitações de assinatura domeu servidor Baker sem realmenteenviar umatransação detransferência.
Agoraeu apenasfaço umatransferência
.00005
de<key1>
para<key2>
apenasparatestar se o signatário remotoAinstalaçãoestáfuncionando.Existe alguma outramaneira como qualquertransação queexija assinatura,masnão requertransferência de TZ.