dusk-network / dusk-blockchain

Reference implementation of the DUSK Network node, written in Golang
MIT License
102 stars 47 forks source link

Rework score generation to use the transaction provider and removing ristretto references #475

Closed autholykos closed 4 years ago

autholykos commented 4 years ago

The Generator does not need to rely on zkproof anymore since it delegates Rusk to do all score related calculations

jules commented 4 years ago

Fixed via #472