Tyler Olson

Results 4 issues of Tyler Olson

It doesn't appear that `encodePretty` or any of the other variants of that function respect custom encoding options defined in `toEncoding`. Small example: ```hs data Person = Person { _name...

Scanning the website and github, all I see are examples. But it's kind of hard to know where to start from just examples, are there any pages that document available...

enhancement

README shows test scripts which have been removed, add 'em back ``` $ ./scripts/test_mining -- run test mining network $ ./scripts/test_stats -- print blockchain stats ```

Blockchain interpretation should be left to clients. All functions that take a `BlockchainWithConfig -> a` should instead take `BlockchainConfig -> Blockchain -> a`