Luke Plaster

Results 74 comments of Luke Plaster

What exactly was the conclusion on this? I have a similar situation with needing to send my requests through an HTTP proxy server. @btmurrell @monkpow thanks.

I've spent a lot of time trying to update the vows test in this repo myself, thanks a lot for having more of a crack at it. I'll take a...

Noticed the same problem. Once I accessed a sub-package in a package that doesn't contain go files in its root godoc began to index it. I think the suggestion to...

Hey @froyobin. As mentioned in [the readme](https://github.com/binance-chain/tss-lib#how-to-use-this-securely), in the transport layer sitting above tss-lib you should be using a 'session ID' in messages to differentiate the keygen sessions. The effect...

@froyobin yeah. I think what you are looking for is covered in section 4.1 of the [2020 paper](https://eprint.iacr.org/2020/540.pdf). The paper from 2018 that this lib implements does not provide identifiable...

I think this can be reduced to ![2020-04-09 11 39 33](https://user-images.githubusercontent.com/1255926/78855571-d35bb400-7a56-11ea-9ca0-73d220c6f34e.jpg)

Ha, funny to see that it has a few cents on the mainnet.. not sure how that happened. However, we use this mnemonic for some end-to-end tests. Thanks for pointing...

You can use `--no-optional`. ```bash $ npm i @binance-chain/javascript-sdk --no-optional ``` From the readme: https://github.com/binance-chain/javascript-sdk#install-the-npm-package

Closed by mistake. Let me know if there's something I'm missing here.