Skip to content

Commit

Permalink
Remove rp-lock command
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayashsatolia403 committed Jan 16, 2025
1 parent 6f5d611 commit 8a56a5f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion deploy-0chain-system-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,6 @@ runs:
./zwallet faucet --methodName "pour" --tokens 9 --input "{}" --configDir . --config ./config.yaml --wallet ./zs3wallet.json --silent
./zbox newallocation --lock 5 --data 2 --parity 2 --size 1000000 --configDir . --config ./config.yaml --wallet ./zs3wallet.json --silent | grep 'Allocation' | grep -o "[a-z0-9]\{64\}" > allocation1.txt
./zbox newallocation --lock 5 --data 2 --parity 2 --size 1000000 --configDir . --config ./config.yaml --wallet ./zs3wallet.json --silent | grep 'Allocation' | grep -o "[a-z0-9]\{64\}" > allocation2.txt
./zbox rp-lock --tokens 3 --configDir . --config ./config.yaml --wallet ./zs3wallet.json --silent
echo "Allocation1 hash: $(cat allocation1.txt)"
echo "ALLOCATION1=$(cat allocation1.txt)" >> $GITHUB_ENV
echo "Allocation2 hash: $(cat allocation2.txt)"
Expand Down
1 change: 0 additions & 1 deletion deploy-0chain/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,6 @@ runs:
./zwallet faucet --methodName "pour" --tokens 9 --input "{}" --configDir . --config ./config.yaml --wallet ./zs3wallet.json --silent
./zbox newallocation --lock 5 --data 2 --parity 2 --size 1000000 --configDir . --config ./config.yaml --wallet ./zs3wallet.json --silent | grep 'Allocation' | grep -o "[a-z0-9]\{64\}" > allocation1.txt
./zbox newallocation --lock 5 --data 2 --parity 2 --size 1000000 --configDir . --config ./config.yaml --wallet ./zs3wallet.json --silent | grep 'Allocation' | grep -o "[a-z0-9]\{64\}" > allocation2.txt
./zbox rp-lock --tokens 3 --configDir . --config ./config.yaml --wallet ./zs3wallet.json --silent
echo "Allocation1 hash: $(cat allocation1.txt)"
echo "ALLOCATION1=$(cat allocation1.txt)" >> $GITHUB_ENV
echo "Allocation2 hash: $(cat allocation2.txt)"
Expand Down

0 comments on commit 8a56a5f

Please sign in to comment.