Richard Patel

Results 88 issues of Richard Patel

*Issue number of the reported bug or feature request: #* **Describe your changes** Makes `TaskQueue::pinToCore` a no-op on platforms that don't support `cpu_set_t` (i.e. non-Linux) **Testing performed** Compiled quantum on...

**Describe the bug** Compiler warning `invalid-memory-model` triggered on `atomic_base.h`. **To Reproduce** Compile with GCC 12. **Expected behavior** No warnings **Environment (please complete the following information):** - Operating System and Version:...

Could we get a GitHub Release with the plugin compiled against 10.1.2? I've tested it locally and it works fine without any code changes. Another pre-built plugin would useful for...

- Adds a CI check for every PR - Adds binary release automation for tags

eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

Currently only legacy messages are supported. Message V0 sets the first bit of the message to 1. This bit is not coincidentally the MSB in MessageHeader NumRequiredSignatures, which was redefined...

If a non-compliant RPC server returns `result: null` for getAccountInfo(), the client will panic with null pointer deref (line 127 on `out.Value` because `out` is `nil`). https://github.com/gagliardetto/solana-go/blob/dd0af958252d8cdd28db04a39fc67103223946cc/rpc/getAccountInfo.go#L123-L127 Ideally the RPC...

The Autobahn WebSocket testsuite has become the de-facto standard for testing WebSocket libraries for correctness: https://github.com/crossbario/autobahn-testsuite Feature Request: Add a script that runs the Autobahn tests against the Lua client...

Feature Request: Introduce support for WebSockets over HTTP/2 (h2 and h2c) for the server and client. The use-case is mainly reducing the TCP connection count by leveraging HTTP/2 multiplexing. For...

## New issue checklist - [x] I have read all of the [`README`](https://github.com/nimiq-network/core/blob/master/README.md) - [x] I have searched [existing issues](https://github.com/nimiq-network/core/issues?q=is%3Aissue+sort%3Acreated-desc) and **this is not a duplicate**. ### General information -...

enhancement