Josh
Josh
If you change tabs or window focus while the scroll element is open it remains in the tab. Haven't checked if there's an easy fix. Found this in both Vivaldi...
Related to #27 if the browser is no longer in focus while the scroll wheel is open, it will still continue to scroll.
Currently the `hasher` and `verifier` store both init configuration data which is likely never going to be mutated as well as mutable transaction information like the password being hashed. This...
The rust library for bip-0039 currently linked is broken and seemingly abandoned. The updated one is a maintained fork.
https://github.com/hashgraph/hedera-protobuf/blob/696830b8e75b68849c6b68eec1e841ef55b5ba1c/src/main/proto/ContractDelete.proto#L10 The documentation for ContractDelete is using the same documentation from ContractUpdate. However, it should reflect the actual behavior of ContractDelete https://github.com/hashgraph/hedera-protobuf/blob/696830b8e75b68849c6b68eec1e841ef55b5ba1c/src/main/proto/ContractUpdate.proto#L12
As an extension to #19 it would be nice to maintain comments above the dependencies when sorting. For example, I often leave comments to the documentation or a small description...
This PR applies the fix @maciejhirsz mentioned in #17 (giving co-author credit). It also includes @wigy-opensource-developer's test and reverts back to using the rust only crypto crates. Fixes #17