简体   繁体   English

无法使用kaleido发送带掩码的ETH

[英]unable to send ETH with metamask using kaleido

I set up a Kaleido instance (quorum with raft) and connected my Metamask successfully using https://$username:$password@$rpcendpoint 我设置了一个Kaleido实例(带筏的仲裁)并使用https:// $ username:$ password @ $ rpcendpoint成功连接了我的Metamask

Funding the account does work via Kaleido-console, but sending ETH using Metamask from the funded wallet to some other wallet fails 通过Kaleido-console可以为帐户注资,但使用Metamask从注资的钱包向其他钱包发送ETH失败

I can see that the transaction is signed by metamask but instantly falls into state "failed". 我可以看到该事务由metamask签名,但是立即进入“失败”状态。 tried different gasprices (even 0)... 尝试了不同的汽油价格(甚至为0)...

What am I doing wrong? 我究竟做错了什么?

The current version of Quorum deployed within Kaleido is V2.0.2. Kaleido中部署的Quorum的当前版本为V2.0.2。 This has some problems with EIP155 external transaction signing (as used by Metamask). 这与EIP155外部事务签名(由Metamask使用)有关。 These have been resolved now in Quorum 2.1.0, and you can see the details in the release notes: https://github.com/jpmorganchase/quorum/releases We are currently in the process of migration testing Quorum 2.1.0 for Kaleido chains, and should be providing an updated release soon. 现在,在Quorum 2.1.0中已解决了这些问题,您可以在发行说明中查看详细信息: https : //github.com/jpmorganchase/quorum/releases我们目前正在对Kaleido的Quorum 2.1.0进行迁移测试。链,并应尽快提供更新版本。 In the meantime, if you create a second environment with Geth + PoA you should be able to try Metamask with Kaleido, and continue to explor other Quorum features on your existing chain. 同时,如果您使用Geth + PoA创建第二个环境,则应该可以尝试使用Kaleido的Metamask,并继续探索现有链上的其他Quorum功能。 Regards, Peter 问候,彼得

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM