snd

Results 17 issues of snd

i think there is a small bug in the `syrk` implementation. code in question: https://github.com/mikkyang/rust-blas/blob/849c70377427b85e26707b6519eebc8eab378bbe/src/matrix/ops.rs#L203 you are passing `a.rows()` as argument 4 whereas the blas documentation specifies argument 4 as...

```solidity pragma solidity ^0.6.12; contract Test { function echidna_a() public view { } function echidna_b() public view returns (bool) { return false; } } ``` will output: ``` echidna_a: failed...

enhancement

notes by @rphmeier > collusion-resistance: have authorities perform blind-signatures on some kind of relay request hash. that preimage then gets revealed on the home chain after the signature is relayed....

F1-security
P9-somedaymaybe

just tried to clone a `TopicFilter` and now i need to manually do it let me know and i'll create a PR

enhancement

this is more a nitpick but something that's personally bugging me every time i use ethabi. ethabi aliases a bunch of types: https://github.com/paritytech/ethabi/blob/7b9cca375986b948d84530442d6bd27d480b24c8/ethabi/src/lib.rs#L56 among them `type Bytes = Vec;` every...

given `A` is an enum and `A a` then `a == A.B` is reported by slither as `incorrect-equality` with high confidence. I think this is a false positive and doesn't...

- [x] convert coffeescript to high quality typescript - [x] make all tests pass again - [x] fix all typescript linter and compiler errors - [x] make node tests work...

the current default is unexpected to some. it's likely that this change will meet more expectations than the current default. breaking change see #32

some thoughts i had while working with storage. @NikVolf, @pepyakin, @fckt what do you think? i'd really appreciate answers to my questions and feedback on my ideas :) currently there's...