Kim De Mey d7577f59d7
Rework of ENR decoding code (#709)
- Rework to have exception raise only at rlp decoding and use
result types from then onwards
- Adjust the current API to have result versions and deprecated
the ones which had var Record + bool
- Add PublickKey to the Record object, as this allows us to skip
fromRaw calls whenever access is needed to the public key
- Add a TypedRecord.fromRecord which cannot fail and deprecate
the old one
- Some other minor clean-up & re-ordering
2024-06-27 15:15:23 +02:00
..
2024-06-13 12:11:16 +02:00
2024-05-30 14:46:57 +02:00
2024-06-27 15:15:23 +02:00
2022-09-02 16:57:52 +02:00
2022-09-02 16:57:52 +02:00
2024-02-14 15:59:13 +07:00
2024-05-26 09:57:59 +02:00