Skip to content

Reworked readme.md according to #9

@philippewang.info please do a review of this and see if you want to reuse it as a template for the other branches. Be aware that the quickfix for the mainnetbranch is not in the readme:

sed -e 's/let full_len = Compare.Int.max pad_to len in/let full_len = Tezos_stdlib.Compare.Int.max pad_to len in/' tezos/src/lib_protocol_environment/tezos_protocol_environment.ml > tmp.ml
cat tmp.ml > tezos/src/lib_protocol_environment/tezos_protocol_environment.ml
rm -f tmp.ml

Merge request reports