fyrchik

Results 27 comments of fyrchik

@phimuemue thanks for the feedback! I have updated PR.

I have rebased this on `master`.

I have reimplemented this and got rid of binomial coefficients. We are still advancing iterator one-by-one, however there are no intermediate allocations. I have also added `quickcheck` tests from @jswrenn...

I have rebased on master. `cargo +nightly test` finished successfully.

I agree with the cases you have made. So we have 2 possible bugs: 1. `NextConsensus` doesn't match committee in a time period between blocks. 2. Transaction is verified using...

Hello. I think, 2004 split is much cutier and it could be further improved, to smth like this, for example: ``` split :: Eq a => [a] -> [a] ->...

I generated test file like this (version with 1000000 eats 3gb of memory when used with non-existing delimiter, be careful). `perl -e 'for (1..1000000) { print $_."abcdefghij"}' >many10CharDelims` Ill appreciate...

I like the idea. Another variant is (naming can be improved): ``` ctr := c.Static(hash) // returns interface { Invoke(args...) } tok := c.NEP17(hash) // returns NEP17 interface ``` `NEP17`...

@AnnaShaleva Why do you think it is cheating? Our primary usecase is executing VM scripts, so if an array is added on stack you can be sure that is either...

> Do we have build tags anywhere in the package data? Do we want to parse comments? Part of the task is to figure it out, but it seems like...