entangled
                                
                                
                                
                                    entangled copied to clipboard
                            
                            
                            
                        enTangle'd is an amalgamation of all things Tangle
The acceleration is enabled when the compiler option -msse4.2 is used and the input size of trit/tryte for conversion is larger than 128-bit, which is the basic operation unit of...
In `transaction_serialize_to_flex_trits()` the value of macro `NUM_TRITS_*` and `NUM_FLEX_TRITS_*` may not always be the same values, so we need to unify them. # Test Plan:
**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...
- Request for branch and trunk of a transaction when it was recently requested - Clear `requested` set when node is solid - increase scanning interval Based on: https://github.com/iotaledger/iri/pull/1545/files
**Describe the bug** The first example of [c-iota-workshop](https://github.com/iota-community/c-iota-workshop) (hello_world), which just prints out info about the server, runs fine with cIRI: ``` $ ./bazel-bin/examples/hello_world -h bernardoaraujor.ydns.eu -p 14265 appName cIRI-mainnet...
I'm reproducing the fetch function of the mam.js on an esp32 using the mam v1 features. After getting the transaction object and passing it to the mam_parse, the last one...
@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...
This PR proposes a solution to solve #1407
``` 2019-07-08 16:14:52: tips_requester: INFO: Shutting down tips requester thread Segmentation fault ```