SondreB

Results 198 issues of SondreB

Whenever the user responds to an "action", they must initially pick an account they want to assign to the web page. E.g. if the web page asks the user to...

The extension could be setup to watch a wallet using xpubkey derived from the mnemonic, and query the indexers that we are running for Blockcore chains. The background.ts is the...

enhancement

The scrollbar in the menu is appended to the right of the content as oppose to overlay. Fix the issue and make the scrollbar overlay content. ![image](https://user-images.githubusercontent.com/309938/127735967-1776f5c1-50b2-4139-8aa1-cb751db836a2.png)

For sidechain swaps on Cirrus / Stratis, the receiving address is saved in the OP_RETURN value. This could be parsed in the explorer and link to the separate explorer (indexer)...

enhancement
good first issue
help wanted

Transactions using Ordinals contains random content, including scripts and media. Avoid loading those transactions and they currently make the explorer hang.

We currently only display the transaction id (hash), have a look at other indexers to get inspired on what to display of information pr. individual transaction.

This address listing should use monospace font: ![image](https://user-images.githubusercontent.com/309938/178548184-ec766076-7284-4b37-99e4-872f5de06103.png)

enhancement

When changing the blockchain, the existing data is not purged first. This means if the new blockchain has issues, old data is displayed.

enhancement
good first issue

The explorer currently display the pending received, this feature request is to add those transactions to the list below with a different formatting (gray / italic) until confirmed. ![image](https://user-images.githubusercontent.com/309938/168083561-d4f3683c-8903-4f98-9912-7a1f3f54967c.png)

enhancement

CMC requires backend requests with API key, we need an API that can do client-side requests (and thus won't be rate-limited without key).

good first issue
help wanted