flow-cli
flow-cli copied to clipboard
Remove direct import of deprecated `flow-go/crypto`
Remove direct import of deprecated flow-go/crypto. This is done by:
- updating
flow-go-sdkversion to0.44.0(version that does not useflow-go/cryptoanymore) - updating
flow-goversion after merging https://github.com/onflow/flow-go/pull/5239 (not useflow-go/crypto) - update
flow-emulatorto branchtarak/v0.58.1-0-with-crypto-type-fixes/to fix crypto type mismatches. - running
go generate
It just got removed from flow-go. I am working on removing it from all the repos. This PR is not ready yet though, there is a messy dependency yarn to solve first
closing this as it is outdated