He1DAr

Results 14 comments of He1DAr

When using rich text editors, issues can happen primarily in quotes and other special characters, e.g. a normal quote (" U+0022 QUOTATION MARK) gets replaced with (“ U+201C LEFT DOUBLE...

Transferred to web wallet to consider adding error state when the fee estimate request fails.

We're working on a larger PR to [refactor network state across the explorer](https://github.com/hirosystems/explorer/pull/681/files) that could potentially fix this issue.

Maybe we should look into using something that doesn't require a custom next.js server? Using a custom server is kinda discouraged and can add extra complexity. https://nextjs.org/docs/advanced-features/custom-server

This issue is caused by `esbuild` [not supporting dynamic imports via plugins](https://github.com/evanw/esbuild/issues/700). When `Connect` fails to find a wallet (e.g. in incognito if wallet plugin is not enabled in incognito...

> Thanks for looking into that, I assumed something like that would be the case as I have had other issues with esbuild up to this point. > > The...

@aulneau we only display failed state if tx_status is either 'abort_by_response' or 'abort_by_post_condition' https://github.com/hirosystems/explorer/blob/4dbeb6758e026c99d9181555af900a7751e06e6f/src/common/utils/transactions.ts#L4-L18 regarding error details, API currently only provides what node sends via RPC messages ![image](https://user-images.githubusercontent.com/97111756/190649197-ca383215-7d17-4b1c-b644-5307a2b545bb.png)

nonce endpoint: https://stacks-node-api.testnet.stacks.co/extended/v1/address/ST2E3P9B712YSFQF5BAAA2D5G6RC8RQ0WNB8CQKH1/nonces (cc: @rafaelcr)

@timstackblock @Eshwari007 this one is ready for QA, the refactor touches multiple parts, would be great if we test all critical paths, including: 1) New users for both software and...

The file `HID.node`, which is located at `{INSTALL_DIR}\resources\app.asar.unpacked\node_modules\node-hid\build\Release` doesn't exist when installing this [build](https://github.com/hirosystems/stacks-wallet/actions/runs/1987558644), @kyranjamie have you experienced similar issue before?