Closed antIggl closed 3 years ago
First look. I ignored lots of fields for the deserialization. There are 2 options:
I will go with the 2nd one for now.
Maybe, a Python wrapper of the serialization and deserialization source code from rippled
repo will do the job for the 1.
current-manifests.txt Here's a list of manifests of validators found in https://vl.ripple.com in base64 . You will see that one of them will fail to be decoded.
Thank you @alloyxrp. I think that we covered all the fields that might be embedded in the manifest of a validator. Do we?
Yes, these are the fields that are currently in use.
@antIggl - Here's a snippet that I wrote to fetch manifests. Using the
utils.py
Works fine! Just a thing to note, that manifests that have domains in them aren't decoded correctly, from my initial observation.
Originally posted by @alloyxrp in https://github.com/antIggl/xrpl-unl-manager/issues/1#issuecomment-655393034