-
Generating a DER-encoded SignedData value with a content of 8 MiB takes 6-9 seconds on my computer, which could make the public gateway susceptible to severe availability issues.
Nearly all that t…
-
The gRPC client is able to buffer the outgoing messages until they can be sent to the server, but the problem is that we would've consumed the iterator too soon and unnecessarily, which would've waste…
-
Currently, we have three configs:
- `config.json` for Kusama and parachains
- `config.json` for Polkadot and parachains
- The UI app config in `config/AvailableParachain.ts`
Problems:
- Every t…
-
# Describe the problem
Sometimes the Gateway app does not have an Identity Certificate available. For example, while the initial registration with the public gateway wasn't concluded, or a Certific…
-
Before this code is used in production systems a code and security audit should be performed.
-
I see this as a blocker to get Relaynet deployed on a large scale as I don't think it'd be realistic (or fair) to rely on unpaid volunteers and charities to act as Relaynet couriers for an entire regi…
-
Android users already get an option to report crashes to the developer, but not all bugs result in crashes and therefore we currently don't have a way to diagnose those.
For example, I was confused…
-
https://console.cloud.google.com/errors/CPyauKi4uIy8YQ?project=relaycorp-cloud-gateway
Unfortunately, the traceback is useless:
```
Error: WebSocket is not open: readyState 3 (CLOSED)
at s…
-
Serialising payloads of up to 8 MiB [takes too long in the JS library](https://github.com/relaycorp/relaynet-core-js/issues/57) and results in heap space issues on the JVM.
Those issues go away whe…
-
The following doesn't appear to have any effect (`SocketTimeoutException` is a subclass of `IOException`):
https://github.com/relaycorp/awala-poweb-jvm/blob/380529fb1028ff22dc8da843223d66a9e90a26f7…