https://gitlab.com/tezos/tezos
Raw File
Tip revision: 555653d9447c2bedd3029666421d836bdee80c63 authored by iguerNL@Functori on 25 January 2024, 12:25:03 UTC
Proto/SORU/Dal: generalize valid_published_level to slot_index_is_valid
Tip revision: 555653d
README.md
# devtools

This is a place designed to development only tools, it may include, patches, suggestions, ppxes and others. **Tools here should not be used to make release builds, for testing or on the CI**.

## Tools

- protocol-print: This allows printing inside the protocol files for debugging purposes.
- utop-fix (deprecated by [tztop](../src/tooling/tztop/README.md)): allows utop to be used globally in Tezos
- regenerating `src/proto_alpha/lib_protocol/*_costs_generated.ml` in case of any changes to gas values or codegen behaviour.(`protocol_snoop_codegen/run.sh`)
back to top