Marc Fontaine
Marc Fontaine
The driver as is supports namespaces only for some kernel versions. It can be checked with: ``` iw phy phy0 info ``` ``` Supported commands: * new_interface * set_interface *...
Hello. Thank you for trying out the STM32 Haskell packages. * I see in the error message that you try to install the package with `runhaskell`. `runhaskell` is a low...
It would also be nice to extract the protocol parameters from the node-config. This should be in theory be possible. The node-config contains all the needed data. But there is...
https://github.com/input-output-hk/cardano-node/pull/4083
This overlaps with https://github.com/input-output-hk/cardano-node/issues/3770 This needs an extension of cardano-api/coordination with `cardano-api` maintainers
This has been done for ` toConsensusGenTx` which is now exported from Cardano.Api. An other candidate is `fromGenTxId :: GenTxId CardanoBlock -> TxId` It may also make sense to use...
This refers to the MUX. TODO: see if it is still relevant after https://github.com/input-output-hk/ouroboros-network/pull/1247 https://github.com/input-output-hk/ouroboros-network/pull/1349
I'm updating the NixOS package for Candle. Storing the application settings in the usual place is crucial for packaging Candle.