Alan Chen

Results 9 comments of Alan Chen

I have the same problem, too. I run this with `pm2` in different docker containers. One have the same problem but the other does not. Same node.js version, same Dockerfile....

> @Hoodie-Kang @alanchchen I may have found the reason, but I used msg at dkg_main_echo.go the package for prevents duplicate messages from being sent. I changed the code to the...

@CodeLion66 @Hoodie-Kang Hope #276 help. We've also fixed some issues in the last few days. Please try again to see if the problems exist.

> Hi @alanchchen, I tried the example The 3 of 3 (the original example node-1,2,3) DKG worked immediately and printed results. Awesome! But 2 of 3 DKG with modified input...

> I checked the commit, but it pended after print the 2 of 3 DKG results while accepting signal input from my keyboard. Can you explain the usage of signal...

> oh I see. But I want to ask you why you want to keep the process running. Is it for waiting other peers' processes also done "completely"? We didn't...

> How can we test whether the go package is compiled into wasm ? Hi @AchalaSB, have you try the examples in golang wiki? https://github.com/golang/go/wiki/WebAssembly

Hi @joeb000 , I'm sorry that I have no time to continue this project and current version is not well-tested, so I make it obsolete. I'm new to Go and...

Adding package name as prefix doesn't make sense. Consider a message defined in `foo.proto`, I think it will be ``` message FooReq { string arg1 = 1; pkg.TransactOpts opts =...