Results 8 comments of Baha

I think we can use this method to determine if an address is in the current multi-sig tree: https://github.com/symbol/desktop-wallet/blob/8b236aa7191776709a42c1c7bff50ff0a27c832f/src/services/MultisigService.ts#L180

@cryptoBeliever I think it's a good idea to cache this data on the wallet side 👍 For the blinking issue on aggregate transactions, I think we can show "..." instead...

I can catch a promise rejection and manage the exception but still got the warning with `"symbol-sdk": "^1.0.0-alpha-202105211327"`. I think the original promise rejection in the SDK hasn't been caught....

Implemented with https://github.com/symbol/desktop-wallet/pull/1903

@mm-s, `-p` doesn't seem to be working, can you try using `--payload ` instead? ``` --payload B8010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001984142E0AB0000000000007ED783E6090000005419D8CEC71F511B374DEB5D819B1B2714C5780C7E24F85C0913E35D3F0327AB1001000000000000510000000000000050AC6D29B7E0BC919D4BC6AC2948E5997D798982A02EBE37BB919DBB7975C0370000000001984C41155B5E9D0A8DA7662DF55F2C71A5C1CAAD5ABF08941831551C2CBFE89302B6060100000000000000510000000000000050AC6D29B7E0BC919D4BC6AC2948E5997D798982A02EBE37BB919DBB7975C0370000000001984342B33E9E92DAD18B1DAF1E9D51D155719526E9C43923F8B8BA7E467B2866700CA00100000000000000590000000000000050AC6D29B7E0BC919D4BC6AC2948E5997D798982A02EBE37BB919DBB7975C0370000000001984341EC3163F95B87F9BD054F04CE071D0ED554DFF522883FE518E7C8837FF587958201000000B40500000100000000000000 ```

> {"parentHash":"FA37887AFFDFB333160BFACC56823CCE4B7F229FDE21AE5BD1D70CF4369E3409","signature":"73CE912E2B5551D414F9C99BF57C0F355601D0870378C97E97B67D04075E97E395E37062E9F2710A3721EC2DE515035B767F6A205A72A9CB4CC49FB3E609F408","signerPublicKey":"50AC6D29B7E0BC919D4BC6AC2948E5997D798982A02EBE37BB919DBB7975C037","version":{"lower":0,"higher":0}} Your cosignatures input is supposed to be an array (enclosed with square brackets). That's why it was failing. I believe this alpha version gives more information about the...

I think new image versions with manifest could be enough, doubt that we need to set any architecture-specific detail in the bootstrap explicitly. I think the way mongo image works...

Np, I think so mate :) > Https Portal doesn't seem to have arm. We would need to ask for arm, find something similar with arm or fork and build...