Thoralf-M
Thoralf-M
We have such functions in iota.rs https://github.com/iotaledger/iota.rs/blob/25651bee21a13d659e24a66ed7e7173ff65f5582/src/utils.rs#L31, could maybe moved to another crate so it can be reused, when you still plan to add this as node tool
https://github.com/iotaledger/iota.js/issues/949 should take care of this part `Milestones will pass while it computes the Pow`, but of course would also be good if the speed can be increased, not sure...
For me sometimes it takes really long to load (sometimes even over a minute, not sure what's going on there, maybe a local problem), but I also get this in...
@Alexandcoats this issue is for mainnet/Chrysalis, inx-chronicle is only for Stardust, no?
If you use a tip with getConfidences it takes forever and returns nothing Another testresult for a 4 days old tx `{ confidences: [ 1 ], duration: 3354161 }`
I "promoted" a few transactions that referenced the genesis
Looks like it fails since the stardust version gets installed already, but should still use the 1.x version
It's not the same problem, but also GUI related. I think the error that is shown in the log should also be shown in the install module window Error in...
In the meantime this script can be used with [iota.js](https://github.com/iotaledger/iota.js) ```JS // tsc .\index.ts --lib "es2018, dom"; node index.js import { Bech32Helper, Ed25519Address, ED25519_ADDRESS_TYPE, IKeyPair, ISigLockedSingleOutput, IUTXOInput, sendAdvanced, SIG_LOCKED_SINGLE_OUTPUT_TYPE, SingleNodeClient,...
@sikhness you have to install iota.js with `npm install @iota/iota.js`, then set these values with your node and the keys you got from the private tangle setup ```JS const client...