rgb-cln/contrib/pyln-proto/tests
niftynei 5142dc81f6 pyln-proto: write out length of arrays of subtypes to wire
We weren't writing out the length of a nested subtype's
dynamicarraylenght, now we do. The trick is to iterate through the
fields on a subtype (since the length field is added separately)
and to also iterate down through the otherfield values as we 'descend'
2021-03-30 13:44:34 +10:30
..
test_array_types.py pyln.proto.message: expose fundamental MessageTypes as variables. 2020-06-12 15:35:35 +02:00
test_fundamental_types.py pyln.proto.message: remove incorrect fundamental types now spec update. 2020-06-25 10:08:58 +02:00
test_invoice.py pyln-proto: Use only coincurve for libsecp256k1 bindings 2020-05-07 11:37:34 +02:00
test_message.py pyln-proto: write out length of arrays of subtypes to wire 2021-03-30 13:44:34 +10:30
test_onion.py pyln: Add ammag key to onion keyset 2021-01-08 19:28:30 +01:00
test_primitives.py pyln: Moves old zbase32 test from primitives 2020-10-22 13:56:57 +02:00
test_wire.py pyln: Split pylightning into multiple pyln modules 2019-09-30 13:27:37 +02:00
test_zbase32.py pyln: Moves old zbase32 test from primitives 2020-10-22 13:56:57 +02:00