SA1019 fix: math/rand to crypto/rand (#14747)

* math/rand to crypto/rand

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: terence <terence@prysmaticlabs.com>
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
This commit is contained in:
Charlton Liv
2024-12-23 18:18:38 +08:00
committed by GitHub
parent d04b361cc3
commit dbd53bd70d
4 changed files with 19 additions and 15 deletions

View File

@@ -23,6 +23,7 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve
- Refactor RPC handlers subscriptions.
- Go deps upgrade, from `ioutil` to `io`
- Move successfully registered validator(s) on builder log to debug.
- Update some test files to use `crypto/rand` instead of `math/rand`
### Deprecated