Krasimir Raykov

Results 9 issues of Krasimir Raykov

https://github.com/liquality/chainabstractionlayer/blob/989e97f6c0931a289cd76b66c997165be21f3256/packages/bitcoin-js-wallet-provider/lib/BitcoinJsWalletProvider.js#L53 1) You should pass message prefix when signing messages - `'\u0018Bitcoin Signed Message:\n'` 2) You have to take into account what type is the address signing the message i.e....

Works with https://github.com/liquality/wallet-core/pull/123

size/L
🔍 Ready for Review

After calling a single function that emits a single event, all event subscriptions are emitting in the SDK. For example: If I call a function `newContract` that emits a single...

10-20 minutes after subscribing for numerous events, there is `JavaScript heap out of memory` exception thrown. 1) ![image](https://user-images.githubusercontent.com/7030722/88558036-b366f500-d033-11ea-90f5-4ba3e9110284.png) 2) ![image](https://user-images.githubusercontent.com/7030722/88558062-bbbf3000-d033-11ea-9d07-f3803246fdf0.png) The code used to reproduce this can be found here:...

There is already a method to format dollar amounts, so this must be a mistake.

# :books: Linear Ticket :books:

size/L
🔍 Ready for Review

### Describe the Feature Currently the NonceManager handles the nonce management in memory. Would you accept a PR to allow different stores for the nonce? For example Redis. This would...

enhancement

* **I'm submitting a ...** - [ ] bug report - [x] feature request - [ ] support request => Please do not submit support request here, see note at...

In documentation (https://docs.bullmq.io/guide/jobs/repeatable) it is mentioned that: > For instance, let's say that you have a job that is repeated every second, but the process of the job itself takes...