-
Notifications
You must be signed in to change notification settings - Fork 60
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
feat: The priority of searching in the legacy keychain for access keys when signing a transaction has been changed #396
Conversation
@FroVolod Thank you for your contribution! Your pull request is now a part of the Race of Sloths! Current status: executed
Your contribution is much appreciated with a final score of 2! What is the Race of SlothsRace of Sloths is a friendly competition where you can participate in challenges and compete with other open-source contributors within your normal workflow For contributors:
For maintainers:
Feel free to check our website for additional details! Bot commands
|
3414a3f
to
9bc1946
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@race-of-sloths score 2
## 🤖 New release * `near-cli-rs`: 0.14.1 -> 0.14.2 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.14.2](v0.14.1...v0.14.2) - 2024-08-21 ### Added - Upgraded cargo-dist to 0.21.1 and enabled Linux ARM64 build ([#397](#397)) - Prioritize searching an access key in the signer account subfolder (<credentials-dir>/<network>/<account-id>/*.json) in legacy keychain and then fallback to <credentials-dir>/<network>/<account-id>.json instead of the other way around ([#396](#396)) ### Other - Fixed the one-liner curl installation command </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/).
## 🤖 New release * `near-cli-rs`: 0.14.1 -> 0.14.2 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.14.2](v0.14.1...v0.14.2) - 2024-08-21 ### Added - Upgraded cargo-dist to 0.21.1 and enabled Linux ARM64 build ([#397](#397)) - Prioritize searching an access key in the signer account subfolder (<credentials-dir>/<network>/<account-id>/*.json) in legacy keychain and then fallback to <credentials-dir>/<network>/<account-id>.json instead of the other way around ([#396](#396)) ### Other - Fixed the one-liner curl installation command </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/).
## 🤖 New release * `near-cli-rs`: 0.14.1 -> 0.14.2 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.14.2](v0.14.1...v0.14.2) - 2024-08-21 ### Added - Upgraded cargo-dist to 0.21.1 and enabled Linux ARM64 build ([#397](#397)) - Prioritize searching an access key in the signer account subfolder (<credentials-dir>/<network>/<account-id>/*.json) in legacy keychain and then fallback to <credentials-dir>/<network>/<account-id>.json instead of the other way around ([#396](#396)) ### Other - Fixed the one-liner curl installation command </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/).
Resolves #395