Pavol Rusnak

Results 108 issues of Pavol Rusnak

We can use Type Hints (described in [PEP 0484](https://www.python.org/dev/peps/pep-0484/)) to provide even more metadata for the module (types of arguments and return value). With this metadata we can generate extra...

What is the state of this repository? The last commit seems two years old, but at the same time readme mentions RingCT. Is this implementation compatible with the current Monero...

Let's replace code like this: https://github.com/solokeys/fido2-tests/blob/2cc35f10cf4c1aa5be103d27d88397176a483ba9/tests/standard/fido2/test_resident_key.py#L180-L181 with something saner such as ``` @pytest.mark.skip_has_display @pytest.mark.skip_truncates_displayName ``` This would also require defining a capability list for each supported hardware such as ```...

There is a library from Dropbox for this: https://github.com/dropbox/zxcvbn

enhancement

https://github.com/goreleaser/nfpm

linux
junior

It would be cool if we could turn trezor-user-env into a Github Action, so it would be trivial to use it to launch Github CI unit tests. An inspiration which...

P3 Low

Value of `strMessageMagic` is set to `"Bitcoin Signed Message:\n"`, this does not make sense as it collides with Bitcoin. See https://github.com/particl/particl-core/blob/master/src/util/validation.cpp#L19 Please change it to something else.

Dmitri just uploaded zxscanlib into his maven repository (see https://github.com/LivotovLabs/zxscanlib/issues/10) So it is enough to add the following lines into build.gradle: ``` repositories { maven { url 'http://maven.livotovlabs.pro/content/groups/public' } }...

I noticed that when I start an app it show two accounts by default. This behavior is not compatible with BIP-0044 because specifications says to stop account discovery on first...

so people can install OBW easily from F-Droid store. SBW was added to F-Droid here: https://f-droid.org/en/packages/com.btcontract.wallet/ I can help with the inclusion, but I need the permission of the upstream...

enhancement