SondreB

Results 198 issues of SondreB

The WIF import currently only support Bitcoin. The "BitcoinClient" type takes an argument where I potentially could provide an alternative instance and not just the WIF, but as of now...

The constructor performs a call to an async function and assigns the callback handler to the array, which is suppose to be populated with the "op" object and not the...

Using this library from a TypeScript-based project (such as Angular) doesn't include any type information. Please generate and provide some basic type information, making it easier to use the package.

There is a bug with the Deserialize method for IE11, it fails to parse "0001-01-01T00:00:00.000Z" dates and returns Invalid Date/null. Example code: ``` class MyObject { @autoserialize public name: string;...

### What problem does your feature solve? I want to be able to copy and paste the full secret recovery phrase, and not having to manually enter each words.

triage

The node-gyp relies on older (2010?) C++ compiler to work, few developers have this installed any longer so the installation will fail unless alternative compiler is specified. Append --msvs_version=2013 to...

Transactions built on ordinals with taproot and lots of SegWit data makes the block explorer crash and hang. Need to add some paging or something on the data. https://github.com/block-core/blockcore-explorer/issues/75

There are certain addresses such as "none" that appear in rich lists, add support for query such addresses: ![image](https://user-images.githubusercontent.com/309938/153721213-adc3309d-50b2-469a-8a67-7601a381e0a8.png)

Sharing links on Blockchair will display a more informative preview of the transaction or block, we should add similar functionality to greatly improve the social sharing experience on social media....

enhancement

![image](https://user-images.githubusercontent.com/309938/150688893-689dbc99-50fc-4699-bd7f-47df296e33b0.png)

bug