You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.
The key returned by toEosioK1PrivateKey is in the legacy (WIF) format, while the actual PVT_K1 keys as for example PVT_K1_2QiGfgPuTfYxupXz4vAPGgeC3fCp2AJV23Lxxuuv6xxbUgND51 are not supported.
The key returned by
toEosioK1PrivateKey
is in the legacy (WIF) format, while the actualPVT_K1
keys as for examplePVT_K1_2QiGfgPuTfYxupXz4vAPGgeC3fCp2AJV23Lxxuuv6xxbUgND51
are not supported.eosio-swift/EosioSwift/Extensions/EosioKeySignatureExtensions.swift
Lines 116 to 118 in 06a42e9
Data(eosioPrivateKey:)
fails when trying to initialize it with the key shown above.eosio-swift/EosioSwift/Extensions/EosioKeySignatureExtensions.swift
Line 227 in 06a42e9
Edit 1:
There is already a logic in place for checking the checksum of the new key, but for some reason it's only used for R1.
eosio-swift/EosioSwift/Extensions/EosioKeySignatureExtensions.swift
Lines 217 to 218 in 06a42e9
Edit 2:
All test cases testing the private keys contain a fail message that talks about converting a public key.
eosio-swift/EosioSwiftTests/EosioKeySignatureExtensionTests.swift
Line 98 in 0feb06f
The text was updated successfully, but these errors were encountered: