Joosep Jääger
Joosep Jääger
This PR adds a hash of the byte string to the MemoBytes data structure. This will make it easier to spot if the byte string representations of two MemoBytes values...
We should make a PR template and a parser to automate some of the manual labor and enforce contribution rules. The idea is that whenever someone makes a pull request,...
On commit dd13fada: ``` Build profile: -w ghc-8.10.7 -O1 In order, the following will be built (use -v for more details): - cardano-ledger-alonzo-test-0.1.0.0 (test:cardano-ledger-alonzo-test) (first run) Preprocessing test suite 'cardano-ledger-alonzo-test'...
The intro to chapter 6 mentions that > Derivations are the building blocks of a Nix system, from a file system view point. .. and then it jumps to describing...
The readme mentions the variable `start_insert`, but in code such variable is not used, instead it uses `nuake_start_insert`.
### Description Fixes a syntax error that prevents neovim from loading the vimscript configuration file. closes #3250 ### Checklist - [x] Change is backwards compatible. - [x] Code formatted with...
closes #2927
Right now the CI seems to continue running actions on older commits when I push newer commits to a PR branch. This results in a lot of spam in my...
The CBOR Twiddler PR added some [round-tripping tests](https://github.com/input-output-hk/cardano-ledger/pull/2994/files#diff-b78b314a96e70b1406ca120978531a91ecb4a25fedb74ff759ea13a42b11cb45R97-R122). At the moment these tests are skipped due to some bugs in the CBOR serializer/deserializer (e.g. #3003, #2965, #2444). The twiddler tests...
The CBOR deserializer fails with `DeserialiseFailure 0 "expected bytes"` when trying to deserialise the following bytes into a `KeyHash Staking' (AlonzoEra C_Crypto)`: ``` 5F # bytes(*) 58 20 # bytes(32)...