Max Narr
Max Narr
When creating a transaction via the Cardano Serialization Lib which contains one or more additional required signers, these are not correctly parsed when deserializing the CBOR via CardanoSharp.Wallet. However, when...
# Problem The service `nginx` expects 8 instances of `html5-frontend` for load-balancing in `/etc/nginx/conf.d/default.conf`: ``` upstream poolhtml5servers { zone poolhtml5servers 32k; least_conn; server 10.7.7.200:4100 fail_timeout=10s max_fails=4 backup; server 10.7.7.201:4101 fail_timeout=120s...
### Contact Details _No response_ ### What happened? The actual blockfrost API already accounts for the new protocol parameter coins_per_utxo_size. However, the POCOs in the .NET library do not reflect...