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
I ran into an error when running the test suite with dfx version above 0.12.0 but it worked when I used the 0.11.2 version
failed to parse secret key PEM from file /Users/dire.sol/.config/dfx/identity/icrc-ref-test/identity.pem:
A key was rejected by Ring: InvalidEncoding', test/runner/main.rs:56:9
I noticed the .pem file created for new identities in newer versions of dfx is different from the ones that were considered for the test suite.
The new version has this pattern:
I ran into an error when running the test suite with dfx version above
0.12.0
but it worked when I used the0.11.2
versionfailed to parse secret key PEM from file /Users/dire.sol/.config/dfx/identity/icrc-ref-test/identity.pem: A key was rejected by Ring: InvalidEncoding', test/runner/main.rs:56:9
I noticed the
.pem
file created for new identities in newer versions ofdfx
is different from the ones that were considered for the test suite.The new version has this pattern:
while the previous one has this:
Steps to re-create
dfx
to version0.13.1
The text was updated successfully, but these errors were encountered: