Fedor Sakharov

Results 30 comments of Fedor Sakharov

Added a command to generate test qr keys with key export info for other other wallets to integrate and test: ``` Usage: generate_message key-info-export-to-qr --dst-file --chunk-size --fps --keys-num Options: --dst-file...

The unsigned APKs are [built on every CI run](https://github.com/paritytech/parity-signer/actions/runs/2882482347)

Also have to be united: * `NetworkSpecs` & `NetworkSpecsToSend` * `MSeedKeyCard` & `MKeysCard` * `MSCId` & `MSCAuthorPlain`

Thanks for reporting! The app even looks wrong, it should not look like that on Android, Cc @Dmitry-Borodin

@yoshuawuyts assign this to me please

@taiki-e is this by design that `next()` is not usable with those combinators? So this will not work: ```rust let s = stream::iter(1u8..10); let mut s = s.filter_map(|a| async move...

It looks like currently there is no way to make this work for combinators like `filter` that involve a predicate taking parameters by ref, is there?

It looks like in any case taking by ref won't work, not only for async closures: ``` | 12 | let mut s = s.filter(|i: &usize| async move { i...

@koloz193 the [testcases in the EIP4844 page](https://eips.ethereum.org/EIPS/eip-4844#test-cases) are not populated, we need to come up with a strategy to unit test this + integration test