Krzysztof Jurewicz

Results 9 comments of Krzysztof Jurewicz

`make --version` on my system returns “GNU Make 4.2.1”, so I highly doubt that the issue is related to Make version. [There are not many changes between ranch 1.3.2 and...

Actually `Animal` is not an abstract model, it’s only a model that cannot be instantiated directly – you must choose one of the subclasses, which are implemented as proxy models....

Note that an application may want to punish absent validators and therefore application state may potentially change in every block. Also applications may want to use block timestamps to perform...

@b00f Three use cases (from Ercoin): * Accounts have time-dependent validity; in each block it may happen that some accounts are expired (removed from the state). * Locked accounts are...

In normal scenario each block determines only one state. The hash of this state is signed by the validator set in the next block, but can be calculated without these...

On systems which plan to use only a CLI, it may be worthwhile to avoid installing `Gooey` (and `wxPython`) altogether, which requires importing and using `gooey` conditionally (which may be...

@debalance: This is fixed in [the fork of Triq hosted on GitLab](https://gitlab.com/triq/triq).

Fixed in triqng/triq#26. The `pick` function has been returning a vanilla domain instead of the `suchthat{}` version, so the picked value has been being shrinked without applying a predicate.