-
Notifications
You must be signed in to change notification settings - Fork 70
Comparing changes
Open a pull request
base repository: near/near-cli-rs
base: v0.16.1
head repository: near/near-cli-rs
compare: v0.17.0
- 8 commits
- 25 files changed
- 6 contributors
Commits on Dec 13, 2024
-
chore!: updates near-* dependencies to 0.28 release (#423)
Also: * Bumped up the `thiserror` crate to version 2. * Changed callback to work with `TransactionV0` instead of the `Transaction`. As `Transaction` doesn't support the `actions_mut` function. * rust-tolchain 1.80 pin to `stable` @race-of-sloths --------- Co-authored-by: FroVolod <autorti@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c19e525 - Browse repository at this point
Copy the full SHA c19e525View commit details -
feat: Added the ability to use TEACH ME mode to create an account wit…
…h a faucet service sponsor (#407) Co-authored-by: FroVolod <frol_off@meta.ua>
Configuration menu - View commit details
-
Copy full SHA for 6f7cdf7 - Browse repository at this point
Copy the full SHA 6f7cdf7View commit details -
chore: print searched location on miss on sign-with-legacy-keychain (#…
…422) Co-authored-by: dj8yf0μl <noreply@nowhere.org> Co-authored-by: Artur Yurii Korchynskyi <42449190+akorchyn@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6e8a6ae - Browse repository at this point
Copy the full SHA 6e8a6aeView commit details -
Co-authored-by: dj8yf0μl <noreply@nowhere.org>
Configuration menu - View commit details
-
Copy full SHA for 7b44a98 - Browse repository at this point
Copy the full SHA 7b44a98View commit details -
feat: Added the ability to send a signed transaction from a file (#412)
Co-authored-by: FroVolod <frol_off@meta.ua>
Configuration menu - View commit details
-
Copy full SHA for 75db5d7 - Browse repository at this point
Copy the full SHA 75db5d7View commit details
Commits on Dec 16, 2024
-
fix: Fixed field name for JSON file with transaction information (sig…
…ned-transaction-info.json) (#427) As recommended by @akorchyn ([pull/412#pullrequestreview-2502347297](#412 (review))), the field name for the transaction information JSON file (signed-transaction-info.json) has been fixed. --------- Co-authored-by: FroVolod <frol_off@meta.ua>
Configuration menu - View commit details
-
Copy full SHA for 67e8d0f - Browse repository at this point
Copy the full SHA 67e8d0fView commit details -
feat: Added the ability to send a signed meta-transaction from a file (…
…#428) Co-authored-by: FroVolod <frol_off@meta.ua>
Configuration menu - View commit details
-
Copy full SHA for c7e2134 - Browse repository at this point
Copy the full SHA c7e2134View commit details
Commits on Dec 17, 2024
-
## 🤖 New release * `near-cli-rs`: 0.16.1 -> 0.17.0 (
⚠️ API breaking changes) ###⚠️ `near-cli-rs` breaking changes ``` --- failure struct_pub_field_missing: pub struct's pub field removed or renamed --- Description: A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/struct_pub_field_missing.ron Failed in: field inner of struct SignedDelegateActionAsBase64, previously in file /tmp/.tmpAefZh2/near-cli-rs/src/types/signed_delegate_action.rs:5 --- failure struct_pub_field_now_doc_hidden: pub struct field is now #[doc(hidden)] --- Description: A pub field of a pub struct is now marked #[doc(hidden)] and is no longer part of the public API. ref: https://doc.rust-lang.org/rustdoc/write-documentation/the-doc-attribute.html#hidden impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/struct_pub_field_now_doc_hidden.ron Failed in: field SignedDelegateActionAsBase64.inner in file /tmp/.tmpyy9aLz/near-cli-rs/src/types/signed_delegate_action.rs:4 ``` <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.17.0](v0.16.1...v0.17.0) - 2024-12-16 ### Added - Added the ability to send a signed meta-transaction from a file (#428) - Added the ability to send a signed transaction from a file (#412) - Added the ability to use TEACH ME mode to create an account with a faucet service sponsor (#407) ### Fixed - Fixed field name for JSON file with transaction information (signed-transaction-info.json) (#427) ### Other - add CODEOWNERS (#426) - print searched location on miss on sign-with-legacy-keychain (#422) - [**breaking**] updates near-* dependencies to 0.28 release (#423) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).Configuration menu - View commit details
-
Copy full SHA for 3fc78b6 - Browse repository at this point
Copy the full SHA 3fc78b6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.16.1...v0.17.0