Simon Ninon
Simon Ninon
Issue imported from emails: ``` Bonjour Simon, ça va? I'm very happy to have discovered your excellent Tacopie library on GitHub. You know, I was looking for a modern TCP...
Hi, I'm currently building an application where some people can stream and other watch these streams. I'd like to implement a "replay" feature, where watchers can review old streams. I've...
# What is the purpose of your code change? #312 iota.lib.js stopped exporting wereAddressesSpentFrom. As a consequence, I moved it to protected. I checked, right now iota.lib.js still uses it...
This issue is here to contain unfiltered search results about embedded C++ requirements. Based on the resources we will post here, we then can determine what should be done for...
# What is the purpose of your code change? As stated in #309, `iota.lib.js` deprecated `getBundlesFromAddresses` due to its poor performance, as well as `getTransfers` for which the logic entirely...
`v1.3.0` CHANGELOG (can't push directly to master). I can draft the release on GitHub once merged. I also closed the related milestone.
From #304 (iota.lib.js changes): ``` isPromotable(tail) of develop branch is now renamed to checkConsistency(tail) ``` ``` isPromotable(tail, depth) is now expressed as function of checkConsistency(tail) & depth, because promotion becomes...
I was look at iota.lib.js and seems they have a pretty detailed and structured documentation: https://github.com/iotaledger/iota.lib.js/tree/next/packages/core#module_core.storeTransactions. Even though we do have a doxygen, it is not as much detailed as...
From #304 (iota.lib.js changes): ``` sendTransfer() was removed prepareTransfers() + sendTrytes() should be used instead, with intermediate step of persisting transaction trytes. This extra step should be mentioned in docs...
From #304 (iota.lib.js changes): ``` total, returnAll & checksum options of getNewAddress are deprecated Reason is responsibility overload & goal is to have getNewAddress() do only one thing, what the...