Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: near/near-cli-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.1
Choose a base ref
...
head repository: near/near-cli-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.17.0
Choose a head ref
  • 8 commits
  • 25 files changed
  • 6 contributors

Commits on Dec 13, 2024

  1. 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>
    akorchyn and FroVolod authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    c19e525 View commit details
    Browse the repository at this point in the history
  2. 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>
    FroVolod and FroVolod authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    6f7cdf7 View commit details
    Browse the repository at this point in the history
  3. 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>
    3 people authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    6e8a6ae View commit details
    Browse the repository at this point in the history
  4. chore: add CODEOWNERS (#426)

    Co-authored-by: dj8yf0μl <noreply@nowhere.org>
    dj8yfo and dj8yf0μl authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    7b44a98 View commit details
    Browse the repository at this point in the history
  5. feat: Added the ability to send a signed transaction from a file (#412)

    Co-authored-by: FroVolod <frol_off@meta.ua>
    FroVolod and FroVolod authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    75db5d7 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. 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>
    FroVolod and FroVolod authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    67e8d0f View commit details
    Browse the repository at this point in the history
  2. feat: Added the ability to send a signed meta-transaction from a file (

    …#428)
    
    Co-authored-by: FroVolod <frol_off@meta.ua>
    FroVolod and FroVolod authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    c7e2134 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. chore: release v0.17.0 (#424)

    ## 🤖 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/).
    frol authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    3fc78b6 View commit details
    Browse the repository at this point in the history
Loading