Lars Kuhtz

Results 41 comments of Lars Kuhtz

@smartins I looks like the increased storage is due to sqlite WAL file. By default sqlite doesn't release or prune those files during operation or at startup. Did you try...

If you use `systemd` you may use the following line in the `[Service]` section: ``` KillSignal=SIGINT ```

I think, this is a pact issue, since the chainweb-node is agnostic about semantics of payloads. Resolving this on pact validation level could would probably require a fork. So, we...

some of the cryptographic libraries are probably compiled with flags that enable instruction sets that aren't available on your hardware. In particular, you may check the build options for the...

```sh > diff ap-normalize -test-with-clang, 52c53 < any.bifunctors ==5.5.10, --- > any.bifunctors ==5.5.11, 69c70 < any.call-stack ==0.3.0, --- > any.call-stack ==0.4.0, 99,101c100 < any.cryptohash-md5 ==0.11.100.1, < any.cryptohash-sha1 ==0.11.100.1, < any.cryptonite...

```sh diff index-state: hackage.haskell.org 2021-06-10T20:53:25Z ```

```diff 81c81 < any.clock ==0.8.2, --- > any.clock ==0.8.3, 92a93 > any.constraints ==0.13.3, 97c98 < any.criterion ==1.5.12.0, --- > any.criterion ==1.5.13.0, 138c139 < any.fingertree ==0.1.4.2, --- > any.fingertree ==0.1.5.0, 154c155...

@moofone, I have observed large numbers of incoming connections from just a single (or a few) IP addresse(s), too. In those cases it seemed that the miner was creating too...

I wonder if https://github.com/kadena-io/chainweb-miner/issues/7 can cause the miner to leak connections to the update stream.

```diff 39c39 < any.attoparsec ==0.14.2, --- > any.attoparsec ==0.14.3, 41c41 < any.attoparsec-iso8601 ==1.0.2.0, --- > any.attoparsec-iso8601 ==1.0.2.1, 78c78 < chainweb -debug -ed25519 -ghc-flags +random-1_2, --- > chainweb -debug -ed25519 -ghc-flags,...