-
PR #152 has some commented-out code related to the fate of WaitingToApply / Applying blocks from kicked peers.
It's clear that `Downloading` blocks need to be scrubbed, since they'll never finish…
-
I'd like to speed my build times by using an external `koinos-wasi-sdk`. In `KoinosWasiSDK.cmake` it seems this [is supported](https://github.com/open-orchard/koinos-cdt/blob/db8cd18aba24c7b797891bc3…
-
When re-syncing a node there is a chance that you end up in a forked version of the chain. Several forked chains are currently up and running.
Details: see Discord.
-
When shutting down a Podman pod I got this crash and backtrace.
I assume what happened is the RabbitMQ container happened to exit first. This might be easiest to reproduce by simply shutting the R…
-
With a long-running connection, Golang exited with `fatal error: concurrent map writes`. The problem is that [RPCReturnMap](https://github.com/koinos/koinos-mq-golang/blob/41838077c25fcaf043916b3a4…
-
When running a remote p2p node, there were errors requesting GetTopologyAtHeight `2021-06-11 00:17:53.032442 (p2p.Koinos) [protocol/peer_handler.go:197] : QmTG6kNpsa3yESyxS462BGsyVMsvNsYMFe662os6ZzghR…
-
When running a remote p2p node, it was stuck request a block topology. The block ID `Digest: By3E8ZYb2ai4KB7MuLwVrbhfMmTmN2PHCvYieuj3ewGU, ID: 18` has a base58 encoding of `zQmZJgwEhY6oaBgupXXwYeyWmRe…
-
There are a few instances of misspelled error messages that need to be corrected.
https://github.com/koinos/koinos-jsonrpc/blob/5ceb504b99b6469ea186964897c1f79b8ef62a8e/internal/jsonrpc.go#L294
-
Use the values from koinos/koinos-chain#422 to enforce the determined limits during block production.
-
Intermittently running chain fails with the following error
```
*** longjmp causes uninitialized stack frame ***: terminated
Aborted (core dumped)
```
See the following logs:
```
_ __ …