ssvlabs / ssv-dkg

GNU General Public License v3.0
13 stars 11 forks source link

Fix generate output #140

Closed MatusKysel closed 1 month ago

MatusKysel commented 1 month ago

new functions generate-resign-msg and generate-reshare-msg are encoding output strange way

"Fork":[0,0,0,0],"WithdrawalCredentials":"gVksPeGEo+LA3LWiYbwQe/qR9JQ=","Owner":[220,200,70,250,16,199,207,206,158,110,179,126,6,237,147,182,102,207,197,233],"Nonce":10},"Proofs":[{

everything needs to be matching output that we already used for deposit file, keyshares, proofs ...

pavelkrolevets commented 1 month ago

fixed here https://github.com/ssvlabs/ssv-dkg/pull/141