Skip to content

Commit

Permalink
refactor: major revamp based on the new commands layout (#115)
Browse files Browse the repository at this point in the history
Co-authored-by: FroVolod <frol_off@meta.ua>
  • Loading branch information
frol and FroVolod authored Sep 30, 2022
1 parent 1cb7000 commit 393bbf7
Show file tree
Hide file tree
Showing 259 changed files with 5,869 additions and 13,735 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@ jobs:
- name: Run tests
run: ${{ env.CARGO }} test --verbose --all ${{ env.TARGET_FLAGS }} ${{ env.FEATURES_FLAGS }}

- name: View contract code for 'volodymyr.testnet'
- name: View account summary for 'fro_volod.testnet'
if: matrix.build != 'linux-aarch64-musl'
run: |
${{ env.TARGET_DIR }}/debug/near-cli view contract-code network testnet contract 'volodymyr.testnet' hash at-final-block
${{ env.TARGET_DIR }}/debug/near-cli account view-account-summary fro_volod.testnet network testnet now
- name: Transfer NEAR Tokens
if: matrix.build != 'linux-aarch64-musl'
run: |
${{ env.TARGET_DIR }}/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-private-key ed25519:2qM8v3nF4opam1frweMmD5h4PM3H6jtxfuAE77rpEuUx2rSGj64AzDf9xPKG76bgAs5L1oecV93etPy6xKjds2YB send
${{ env.TARGET_DIR }}/debug/near-cli tokens volodymyr.testnet send-near fro_volod.testnet '0.1 NEAR' network testnet sign-with-plaintext-private-key --signer-public-key ed25519:Ebx7NiwqupsshnUsEZCzgm84SQqi8LZWJx7ermrr14JF --signer-private-key ed25519:2qM8v3nF4opam1frweMmD5h4PM3H6jtxfuAE77rpEuUx2rSGj64AzDf9xPKG76bgAs5L1oecV93etPy6xKjds2YB display
rustfmt:
name: rustfmt
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/target
/test*
.DS_Store
near-cli
*.wasm
*.json
Loading

0 comments on commit 393bbf7

Please sign in to comment.