Replies: 9 comments 8 replies
-
I assume this repo is unmaintained and you don't really care, since there was no response for 2.5 months (#2272) |
Beta Was this translation helpful? Give feedback.
-
Sad to see no response to this I will build a custom WalletConnect lib, it will include adapters for Noble, WebAssembly and Stablelib so you will be able to choose which one you prefer (and you will be able to do it at runtime, e.g. depending on the user connection speed, tradeoff performances against bundle size) By the way, it will also support arbitrary transport protocols like WebSocket-over-Tor instead of only native WebSockets |
Beta Was this translation helpful? Give feedback.
-
Hi @paulmillr @hazae41, can you guys chill out? I have no connection to StableLib whatsoever 😅 so no need to start conspiracies just because I have one-line commit correcting a typo inside a comment: StableLib/stablelib@cad7e89 Now it's important to note that my time in the last 18 months has not been spent coding or reviewing PRs so you are trying to reach out to the wrong guy Also I follow both of you on Twitter and my DMs are open plus I've followed @paulmillr work since you started writing the Noble cryptography library So I'm not committing to switch cryptography libraries in this thread but I promise you that I will ask the Javascript team to investigate the pros and cons Give us some time to evaluate this and we can connect to discuss Finally we take security very seriously but this comment above is not the right away to approach it and it just makes your argument weaker |
Beta Was this translation helpful? Give feedback.
-
Hey Pedro, Sorry my brother if I sounded attackful, you guys are doing great work, and I think we all understand you don't have many time to improve everything We both take security very seriously, and this is sad to see no response to such improvement proposal; in fact, we would have understood a response that doesn't fit our vision, even a "No, we don't have time" would have been great for us Keep up the good work ☀️ |
Beta Was this translation helpful? Give feedback.
-
Exactly — the issue is response time, which is 5 months at this point. The same reason makes angry security researchers drop 0days in public, without responsible disclosure. |
Beta Was this translation helpful? Give feedback.
-
When can we expect a response from the team? |
Beta Was this translation helpful? Give feedback.
-
@paulmillr what's wrong with the current configuration? I'm aware noble is audited and well trusted. |
Beta Was this translation helpful? Give feedback.
-
Submitted a pull request: #5241 |
Beta Was this translation helpful? Give feedback.
-
noble cryptography (https://paulmillr.com/noble/) is a high-security, auditable set of contained cryptographic libraries with following features:
Furthermore, noble-hashes were created with a grant by Ethereum Foundation. hashes and curves have been independently audited by 3rd party entity.
You have following deps:
walletconnect-monorepo/packages/utils/package.json
Lines 33 to 38 in 4ee518c
They can be replaced with:
The usage is as following:
Beta Was this translation helpful? Give feedback.
All reactions