runziggurat / xrpl

Ziggurat x XRPL
0 stars 3 forks source link

Validator list #84

Closed kylegranger closed 1 year ago

kylegranger commented 1 year ago

This code (my very first rust code ever) basically used this rippled function -- buildValidatorList() -- as a model, to see what steps are used to create and sign a manifest, as well as a validator blob. https://github.com/XRPLF/rippled/blob/master/src/test/overlay/compression_test.cpp#L316

The verification side does the following:

Our keys are generated before hand, one key pair for the master key, and one for the signing key. The master public key has been added in validators.txt. The readme has been update to reflect this new content.

kylegranger commented 1 year ago

last of changes have been committed, including:

kylegranger commented 1 year ago

This should be pretty solid now. Last round of changes included: