Vincent

Results 15 comments of Vincent

I check it again, it can not work after London fork 📆 Aug-05-2021 12:33:42 PM +UTC 🧱 Block number: [12,965,000](https://etherscan.io/block/12965000)

@yogesa you should install the restclient-cpp library with our patch version https://github.com/ooibc88/blockbench#c-libraries

Hi Jimmy, Thanks for your PR, I think the bus can be fixed by adding a require above line7, ``` require(size > 0, "Wrong array size"); ``` Actually, j is...

主网测试时 吧nebPay.js 中 var payUrl = "https://pay.nebulas.io/api/pay";改为 var payUrl = "https://pay.nebulas.io/api/mainnet/pay"; 就行了

Are you fix this problem?

I try the public key recovery in python where I got the code from https://replit.com/@nakov/ECDSA-public-key-recovery-in-Python#main.py Message: **hello** sha3 of message: **0x3338be694f50c5f338814986cdf0686453a888b84f424d792af4b9202398f392** round1: party 1 Output Signature: R: SecretKey(3c2bf68ef8bb5860c664f6d4cc7067b3f678853f2cdbc9dc793b45cdb5fc7529) s: SecretKey(49d104fe4d2d8bb2953e4e1434f4d675d4049c95592a669571f36dfb1682ece5)...

@alexreyes @alexshchur From my testing, A message can be generated with two different signatures twice, but the public key will be recovered the same.

It is a little hard for me to understand the integration-tests. From my understand, first, I run a raft node and keep this node ip+prot then, I use the API...

How to handle the new party join or party leave key rotation?