Simon Ninon

Results 26 issues of Simon Ninon

test/performance/test_perf_result contains performance of each test file test/performance/test_perf.rb is run only for PR and will do the following: * checkout test_perf_result from master branch * run each test file and...

P-low
D-medium
S-waiting-on-author
C-feature
A-infra
S-failing-checks

This is a first draft of using rapidjson. Please do not merge: * I first want to make more testing. First, because the change is critical as it concerns the...

P-low
D-medium
S-do-not-merge
S-waiting-on-author
C-enhancement
A-utils
S-failing-checks

``` Hi, I've compiled a list of most significant changes in iota.js so far + short term roadmap. I suggest to discuss new specs and build a cross platform v1...

P-medium
D-medium
C-tracking
A-common

From #304 (iota.lib.js changes): ``` Modularized from api, utils, crypto, multisig & valid to packages seen here: https://www.npmjs.com/org/iota - Everything is in iota.js monorepo, tested in integration and released with...

P-low
D-hard
C-enhancement
A-infra

From #304 (iota.lib.js changes): ``` wereAddressesSpentFrom() is no longer exported - We don't want devs to build solutions around a method which might be infeasible in IoT environment. It's still...

P-medium
D-easy
C-enhancement
A-API

From #304 (iota.lib.js changes): ``` Fixed extended ascii issue in converter: iotaledger/iota.lib.js#243 https://github.com/iotaledger/iota.lib.js/issues/243 ```

P-medium
D-easy
C-bug
A-utils

From #304 (iota.lib.js changes): ``` getBundlesFromAddresses() is deprecated and will probably be removed in next major version. Reason for deprecating is poor performance; number of bundle instances can be any,...

P-medium
D-easy
C-enhancement
A-API

When I got some time (priority will first be on embedded), I'll add some performance tests for each API (core & extended). I'll look into a free tool for open-source...

P-low
D-hard
C-feature
A-infra

Think if it could be worth it to have a thread pool for a parallel for? Besides that, it could be interesting to make the maximum number of threads configurable....

P-low
D-medium
C-feature
A-utils

We can investigate alternatives to this design. This is a legacy design we took from the iota.lib.java library at the very beginning, so there might be better alternatives or more...

P-medium
D-medium
C-enhancement
A-API