Denis Davidyuk
Denis Davidyuk
Also, `pool` in `/debug/check-tx/pool/`
> "auto_emit_microblocks": { "description": "Emit microblocks as soon as transactions have been pushed to the mempool" I understand `auto_emit_microblocks: false` as "don't emit microblocks immediately after node got a transaction",...
Consider encoding keys in the pointers object as base64 to be consistent with the mdw implementation https://github.com/aeternity/ae_mdw/issues/1665
Also may be needed to get a transaction before signing and submitting.
 I can't reproduce this issue
the same for Android: #1099
https://testnet.mdw.aepps.com/middleware/names/ijnuhb.test show the outdated owner address as well
because both wallets are on the same bus and protocol doesn't allow to specify wallet to process a message, so all wallets do that at the same time
``` 2019-09-05 18:06:04.672 27248-27248/com.aeternity.base E/AndroidRuntime: FATAL EXCEPTION: main Process: com.aeternity.base, PID: 27248 java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.ViewGroup.removeView(android.view.View)' on a null object reference at com.bitpay.cordova.qrscanner.QRScanner$28.run(QRScanner.java:780) at android.os.Handler.handleCallback(Handler.java:836) at...
In the case of js sdk, this configuration would be difficult to apply in runtime because it requires a request. But SDK can fetch it at the build step and...