Simon Ninon
Simon Ninon
Additional remark to be considered here: some API in extended return a Response object while some others return a raw object. This can be improved when changing the design.
As stated in #307, we need to include a dedicated part detailing how to properly send transfer now that sendTransfer will be removed.
I noticed that `transfers` in `getAccountData` will be replaced by `transactions` returned from `findTransactions `. More information can be found [here](https://github.com/iotaledger/iota.js/blob/ca4b7b28771fd0432bfb8161b912b84bc654265e/packages/core/src/createGetAccountData.ts#L156) (also refer to the other comments of this file)...
Added. However, will need to check why findTransactionsByAddresses does not return me the hash of bunde_5_trx_1. Probably expected behavior, but kind of odd.
For this one, be cautious or provide overloads if you have in mind some core or extended functions On Sun, Mar 25, 2018, 7:49 AM Thibault Martinez wrote: > It...
Not too much tools available online/for free apparently for this part. I guess most famous one is the performance plugin for Jenkins, but we do not have Jenkins and this...
I have copy/pasted the list, we can then build a checklist of what we should do as well and split that into independent issues.
# Changes we can work on / look deeper ## sendTransfer - [ ] `sendTransfer()` was removed `prepareTransfers()` + `sendTrytes()` should be used instead, with intermediate step of persisting transaction...
I created individual issues such that we can start working on each of them and discuss each one in a separate thread if necessary.
Hey, #18 may be the reason, I haven't tried but the code logic at the time was pretty much involving that (basically, refreshing the UI when coming back and always...