Skip to content

Commit

Permalink
Feat/print cli args (#39)
Browse files Browse the repository at this point in the history
* feat: proof-of-concept version of CLI args printing

* added "Clone" for structures

* added "Clone" for structures

* feat/print-cli-args: transfer and sign transaction

* feat/print-cli-args: changed "submit"

* feat/print-cli-args: disabled release

* feat: add contract_code

* feat: add access_key

* feat: view contract_code

* feat: add implicit_account

* feat: add stake_proposal

* feat: add sub_account

* feat: fixed

* feat: delete access_key

* feat: delete account_id

* feat: execute_command change_method

* feat: fixed

* feat: fixed

* feat: execute_command view_method

* feat: login

* feat: fixed

* feat: view account

* feat: view contract_state

* feat: view nonce

* feat: view recent_block_hash

* feat: view transaction_status

* feat: utils combine_transaction_subcommand

* feat: utils generate_keypair

* feat: utils sign_transaction_with_secret_key

* feat: utils sign_transaction_with_ledger

* feat: utils view-serialized-transaction

* feat: utils ledger_publickey

* feat: utils send_signed_transaction

* fixed: String -> AccountId

* fixed

* feat: fmt

* feat: construct_transaction

* feat: release

Co-authored-by: Vlad Frolov <[email protected]>
  • Loading branch information
FroVolod and frol authored Aug 11, 2021
1 parent 8c37ede commit 7114ebd
Show file tree
Hide file tree
Showing 181 changed files with 7,470 additions and 1,672 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
run: |
./target/debug/near-cli transfer near network testnet sender volodymyr.testnet receiver 21.volodymyr.testnet \
amount 0.001NEAR sign-private-key --signer-public-key ed25519:Ebx7NiwqupsshnUsEZCzgm84SQqi8LZWJx7ermrr14JF \
--signer-secret-key ed25519:2qM8v3nF4opam1frweMmD5h4PM3H6jtxfuAE77rpEuUx2rSGj64AzDf9xPKG76bgAs5L1oecV93etPy6xKjds2YB send
--signer-private-key ed25519:2qM8v3nF4opam1frweMmD5h4PM3H6jtxfuAE77rpEuUx2rSGj64AzDf9xPKG76bgAs5L1oecV93etPy6xKjds2YB send
# - name: Run tests without PCRE2 (with cross)
# # These tests should actually work, but they almost double the runtime.
# # Every integration test spins up qemu to run 'rg', and when PCRE2 is
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Get the release version from the tag
# if: env.NEAR_CLI_VERSION == ''
run: |
echo "NEAR_CLI_VERSION=0.1.10" >> $GITHUB_ENV
echo "NEAR_CLI_VERSION=0.1.11" >> $GITHUB_ENV
echo "version is: ${{ env.NEAR_CLI_VERSION }}"
- name: Create GitHub release
Expand Down
Loading

0 comments on commit 7114ebd

Please sign in to comment.