You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've experienced performance issues using the asmjs of the library. Profiling my own code I noticed that txBuilder.min_fee() takes roughly ~17s to execute (this is using v9.1.4). I saw that some work has already been put into trying to resolve this issue, namely #213 and #214. Reading #323 I believe these changes to already been merged but perhaps the problem persists? Are there any other improvements that are yet to be merged?
The text was updated successfully, but these errors were encountered:
Oh, I'm sorry. I thought I was using v9.1.4 but was actually using v9.1.2. Updating to v9.1.4 and running my profiling speed it up significantly! Now there is no issue. Sorry!
I've experienced performance issues using the asmjs of the library. Profiling my own code I noticed that
txBuilder.min_fee()
takes roughly ~17s to execute (this is using v9.1.4). I saw that some work has already been put into trying to resolve this issue, namely #213 and #214. Reading #323 I believe these changes to already been merged but perhaps the problem persists? Are there any other improvements that are yet to be merged?The text was updated successfully, but these errors were encountered: