Janek

Results 30 comments of Janek

![Bildschirmfoto 2022-06-01 um 11 21 58](https://user-images.githubusercontent.com/6831124/171371845-1524521f-9b35-4bcc-9031-38a0c1dfee8e.png) Hey, I don't think this has the chance to work this way, as you can see in the error. The background process has no...

@yogh333 maybe you can get that under the ledger org?

> most likely this won't get merged until we support multiple account types Hey, we're still considering how to integrate multiple account types the best. We need to offer an...

> Unable to restore wallet > > Steps to reproduce > > * Remove and re-add the extension, or reset via the 'lock wallet' screen > * Open the extension...

We're assuming ERC20 tokens here, and 18 is a good default for that. ERC721 does not expose a `decimals` method onchain, so we'll look into it if we can have...

Right, currently we limit the matrix to run maximum 1 job in parallel because otherwise we would get nonce issues See https://github.com/0xs34n/starknet.js/blob/develop/.github/workflows/release.yml#L29 I opted for more general names to avoid...

would be very cool, but there's no other way than polling whole blocks to detect if an event was triggered, so we'll probably wait until there's a more lightweight alternative

lets make sure if we implement it that frontends dont use it accidentally

this sounds like a very heavy method.. I don't like polling very much. If implemented with polling then it should be lazy.