Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update for algorand/go-algorand#5757 and algorand/go-algorand-sdk#617 #1605

Closed
wants to merge 6 commits into from

omitEmpty the new account fields

4984f24
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

update for algorand/go-algorand#5757 and algorand/go-algorand-sdk#617 #1605

omitEmpty the new account fields
4984f24
Select commit
Loading
Failed to load commit list.
GitHub Actions / Lint Warnings succeeded Apr 25, 2024 in 0s

reviewdog [Lint Warnings] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (3)

util/test/account_testutil.go|61 col 2| SA1019: rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, crypto/rand.Read is more appropriate. (staticcheck)
config/datadir.go|5 col 2| SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
util/util.go|7 col 2| SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)