Upgrade Dependencies + Ristretto API #52

Merged
dan merged 6 commits from update-deps into master 2022-08-29 03:42:46 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit cefe182b80 - Show all commits

View File

@ -78,7 +78,8 @@ func (powapp *ProofOfWorkApplication) solveChallenge(challenge []byte, prng core
log.Errorf("error completing challenge: %v", err)
return nil
}
// TODO API this is "deprecated", but without it it will cause an allocation on every single check
//lint:ignore SA1019 API this is "deprecated", but without it it will cause an allocation on every single check
solution = next.Encode(encodedSolution)
copy(solve[0:], solution[:])