-
**Describe the bug**
Building on Windows (using cabal-3.0) I am getting the following error:
```
cabal v2-build Win32-network
...
Creating package registration file:
\\vboxsrv\iohk\ouroboros-net…
coot updated
4 months ago
-
It is counterproductive to uncompact the value in order to store it on disk in the ledger state. There is not really requirement for TxOut to be serialized in the same format in the ledger as it is in…
-
The section header comment on `Supported protocols` in `Ouroboros.Consensus.Cardano` is outdated due to https://github.com/input-output-hk/ouroboros-network/pull/2978. Furthermore, we could now define…
-
The current module structure and some abstractions makes things unnecessarily
complicated. I think we should:
* merge parts of `Test.Ouroboros.Network.Diffusion.Node` and `Test.Ouroboros.Network.Tes…
coot updated
11 months ago
-
At the moment, the protocol tests define their own run method. This means that the top-level function we export to run the node falls outside the scope of our tests, which is bad.
Unfortunately, us…
-
I tried to run `blockfetch` demo and I noticed that the server is hitting an assertion exception:
```
cabal run demo-chain-sync -- blockfetch client +RTS -l -RTS
Up to date
[]
cur chain : (Or…
coot updated
11 months ago
-
Whenever nodes are configured with a value of protocol magic too large to fit `int32`, this makes the receiving side crash.
https://github.com/input-output-hk/ouroboros-network/blob/master/ouroboro…
-
I'm getting
```
warning: this function has too many arguments (22/7)
```
from my code using ouroboros. I guess this could be addressed quickly with a `#[allow(clippy::too_many_arguments)]` in the …
-
**Internal/External**
*External*
**Summary**
The `NodeToClientV_16` protocol has changed unexpectedly between two released versions of the cardano-node: version `8.9.2` accepts queries that `8.…
-
**_Feature request: When exporting a model, I'd like the option to re-generate whatever file or parameter causes the issue described below._**
When swapping the face models for party members, their…