From ef112d7da47e2b281a0c4694f6a67a96fd5c1094 Mon Sep 17 00:00:00 2001 From: Peter Harpending Date: Sat, 8 Jul 2023 23:02:26 -0600 Subject: [PATCH] apparently github doesn't understand what hyperlinks are anymore --- libs/vrlp/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/vrlp/README.md b/libs/vrlp/README.md index 84cd5bd..84cf435 100644 --- a/libs/vrlp/README.md +++ b/libs/vrlp/README.md @@ -9,7 +9,7 @@ binary string. It has been tested against Ethereum's official Python implementation. -You can see the methodology in : +You can see the methodology in [`tests/vrlp_testgen.erl`](tests/vrlp_testgen.erl): - 10,000 decoded data structures are generated at random - the test generator calls `vrlp:encode/1` to generate an encode/decode pair @@ -36,7 +36,7 @@ format_case_py(DecodedData_rlist) -> " 'encoded': ", EncodedBytes_py, "}"]. ``` -The Python side: +The Python side from [`tests/rlptests.py`](tests/rlptests.py): ```python def main():