Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: near/near-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.1
Choose a head ref
  • 10 commits
  • 13 files changed
  • 6 contributors

Commits on May 18, 2021

  1. Bump open from 8.0.8 to 8.0.9 (#759)

    Bumps [open](https://github.com/sindresorhus/open) from 8.0.8 to 8.0.9.
    - [Release notes](https://github.com/sindresorhus/open/releases)
    - [Commits](sindresorhus/open@v8.0.8...v8.0.9)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 18, 2021
    Configuration menu
    Copy the full SHA
    288388a View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Generate key for a given HD path improvements (#753)

    public-key comparison added in generate-key
    volovyks authored May 19, 2021
    Configuration menu
    Copy the full SHA
    edde214 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. update .gitignore

    mehtaphysical committed May 20, 2021
    Configuration menu
    Copy the full SHA
    1874420 View commit details
    Browse the repository at this point in the history
  2. remove artifacts

    mehtaphysical committed May 20, 2021
    Configuration menu
    Copy the full SHA
    21033d9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #764 from near/fix/dev-account-test-artifacts

    update .gitignore to remove testing artifacts
    mehtaphysical authored May 20, 2021
    Configuration menu
    Copy the full SHA
    64fe390 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Configuration menu
    Copy the full SHA
    e15769e View commit details
    Browse the repository at this point in the history
  2. amount option renamed to deposit (with alias) (#765)

    * call --amount renamed to call --deposit
    
    * alias moved to the call option
    
    * alias added for deposit in evm-call
    
    * typo fix
    
    Co-authored-by: Ryan Mehta <ryan.mehta@gmail.com>
    
    Co-authored-by: Ryan Mehta <ryan.mehta@gmail.com>
    volovyks and mehtaphysical authored May 21, 2021
    Configuration menu
    Copy the full SHA
    1b25e16 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #767 from near/fix/update-near-logo

    update near logo on login
    thisisjoshford authored May 21, 2021
    Configuration menu
    Copy the full SHA
    ae5553a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2021

  1. Remove account exists check for receiver account (#768)

    This call throws an error when using `send` to send tokens to implicit accounts, so it broke sending tokens to implicit accounts via `near-cli`.
    MaximusHaximus authored May 22, 2021
    Configuration menu
    Copy the full SHA
    769779b View commit details
    Browse the repository at this point in the history
  2. v2.0.1

    volovyks committed May 22, 2021
    Configuration menu
    Copy the full SHA
    5098461 View commit details
    Browse the repository at this point in the history
Loading