c4dt / d-voting

📧 E-Voting platform based on the Dela blockchain
https://dedis.github.io/d-voting
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Use addressFactory in DKG #134

Closed ineiti closed 1 month ago

ineiti commented 9 months ago

The method

func (s *state) UnmarshalJSON(data []byte) error

in https://github.com/c4dt/d-voting/blob/main/services/dkg/pedersen/handler.go should somehow use an AddressFactory instead of creating a specific address type.

ineiti commented 1 month ago

This will be solved with https://github.com/dedis/d-voting/issues/391