Markus Kuhlmann
Markus Kuhlmann
**Is your feature request related to a problem? Please describe.** There is no way to relay the connections. Im running a Hornet instance in my private environment. This environment can...
**Describe the bug** A `Use of uninitialised value of size 8` appears. Valgrind Info: `==10878== at 0x294A5D: mam_channel_t_set_remove_entry (mam_channel_t_set.c:37)` `==10878== by 0x292F06: mam_channels_destroy (channel.c:81)` `==10878== by 0x27F8A3: mam_api_destroy (api.c:306)` **To...
**Describe the bug** A `Use of uninitialised value of size 8` appears in 2 different constellations in `mam_api_load`. Valgrind Info 1: `==10878== at 0x294F8B: mam_channel_t_set_contains (mam_channel_t_set.c:62)` `==10878== by 0x293994: mam_channel_t_set_add...
@oopsmonk It would be nice to have the opportunity to enable basic authentication as provided by IRIs --remote-auth config flag. EDIT: In fact this would be unsecure without https://github.com/iotaledger/entangled/issues/907 or...
@oopsmonk Support for SOCKS5 proxies would be nice to have, since this allows for usage through the TOR network. I made this possible in https://github.com/thibault-martinez/iota.lib.cpp, but Im pretty sure I...
Hi all, Im referring to this issue. https://github.com/tpm2-software/tpm2-tss-engine/issues/221 Im using `tpm2tss-genkey` to derive a PEM representation from some key material I generated via https://github.com/google/go-attestation. Therefore I export the public and...
I would like to have the possibility to create a DID document from an existing key that I can save somewhere in the form of an mneminic or equivalent. At...
API::Core::attachToTangle: Recompute transaction hashes in bundle after manipulation in the case of local POW. When using local POW, the creation of bundles was faulty. The transactions were manipulated and the...
### Bug description ``` attachToTangle produces inconsistent bundles when using local POW. With remote POW, it works. ``` ### Hardware Spec ``` Linux OBSCUREDMACHINENAME 4.15.0-45-generic #48-Ubuntu SMP Tue Jan 29...
Use of https://nodes.thetangle.org:443 with the library was not possible. The issue was analyzed by @nmeylan. This might be only a temporary fix. As discussed with @thibault-martinez....