Yang Hau
Yang Hau
Support ARM64 features detection. The CPU features which are supported by Apple Silicon M1 are assumed as the minimal set of features for Go programs running on darwin/arm64. The ARM64...
Under the current way to run regression test, a physical port is used by tangle-accelerator during regression test. Sometimes testing under this way may cause problems, since the tangle-accelerator may...
Currently, tangle-accelerator would distribute request id per request which would cause the client, an edge device, a burden to remember this information Another proposal listed below will replace the current...
The potential client number of tangle-accelerator is much smaller than what UUID provide. If we use UUID, then we would use a much longer string to represent a small potential...
There is no limitation about the size of MAM request in current implementation. We need to set up a limitation for an MAM message.
DH agreement allows TA and its clients to share the same seed without unveiling the seed or transmitting it. We need to implement DH agreement for MAM.
We need to conduct comprehensive test for MAM API before releasing release v0.9.5
The different components in MQTT modules hold different logger which makes the code to enable/disable logger too complex. We could integrate all the logger into a single `logger_id_t` object to...
In https://github.com/DLTcollab/tangle-accelerator/pull/683#discussion_r444119083, we discussed the safety concerns in the current string operations. We may implement wrappers for these string operations (e.g. `strncpy`) which allows us operate strings safely.