Miguel Ángel Cabrera Miñagorri

Results 26 comments of Miguel Ángel Cabrera Miñagorri

Hi @peterdm , Thank you very much for reporting this. Would you be able to create a PR adding what you explained in the additional informatin?

Hi @phoenixgao , It seems there is no news on this. I will create an internal task to check it.

Hi @HEYGUL , By the moment the only workaround is to download the plugins with the same name they will be added to the mandatory list.

Hi @mouchar , Would you like to send a PR changing the configuration to reflect what you described?

Into the Helm Chart repository, once the PR is created, we can add the `verify` label to check that. When developing, you will need to perform some manual test. After...

Could you please share the errors you get?

I was able to reproduce the issue on a MacOS. It looks like the `window` object is defined for some reason, getting the following error on the tests: ``` FAIL...

The current after rebasing `main` plus a patch increase. I mean, since this is a fix, if the version is `X.Y.Z` it should be `X.Y.(Z+1)`

Hi @dlm001 , You can find a working example at `examples/mintMA.js`. After the upgrade for supporting multi-assets, you need to specify an array. ``` const tx = { txIn: wallet.balance().utxo,...