entangled icon indicating copy to clipboard operation
entangled copied to clipboard

enTangle'd is an amalgamation of all things Tangle

Results 100 entangled issues
Sort by recently updated
recently updated
newest added

In #82, I provided a very simple URI parser to parse neighbours URI like `tcp://8.8.8.8:4242` or `udp://8.8.8.8:4242` It is working and sufficient for neighbours but maybe we'll run into more...

E-low
P-low
A-common

> Note that except for a few corner-case differences detailed above, WITHOUT ROWID tables and rowid tables work the same. They both generate the same answers given the same SQL...

P-low
A-ciri

Especially for cclient, since it's aimed to operate on small devices, some of which might not have `malloc` We should have some stack based way to allocate memory, we could...

E-high
P-medium
A-common
A-cclient
A-ciri

`stor_pack` are currently fixed size, they should either be dynamic or replaced by a proper cursor interface to be able to iterate over all query results without being bounded.

C-enhancement

> so one way to get rid of this is to have a recursive data structure and occasionally, after say 10 snapshots, merge the last 5 states into 1 (can...

A-consensus

Provide a configurable (LRU?) cache to cache transactions in memory so we don't have to roundtrip to storage regularly. In general, all transactions should be loaded through this cache -...

C-enhancement
A-common

_Originally posted by @ifullgaz in https://github.com/iotaledger/entangled/pull/399_

A-cclient

We should develop a set of tests that check whether an implementation of IOTA conforms to the rules. Related: https://en.wikipedia.org/wiki/Technology_Compatibility_Kit As part of this, we'll probably also have to write...

A-ciri