Skip to content

Commit

Permalink
chore: add min-staking-amount to stakercli tx check (babylonchain#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen authored May 17, 2024
1 parent f250e78 commit 2b7579a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- restore_cache:
keys:
- stakercli-f2a83d1c3b00d8de2c8cf7cc3dda9d446201a8ce
- stakercli-2fa54c9b0863b8d4a9c5e90ff74a25674dfeba8f
- go/install:
version: "1.21.4"
- run:
Expand All @@ -43,12 +43,12 @@ jobs:
if [ ! -f /home/circleci/.go_workspace/bin/stakercli ]; then
git clone https://github.com/babylonchain/btc-staker.git
cd btc-staker
git checkout f2a83d1c3b00d8de2c8cf7cc3dda9d446201a8ce
git checkout 2fa54c9b0863b8d4a9c5e90ff74a25674dfeba8f
mkdir -p /home/circleci/go/bin/
make install
fi
- save_cache:
key: stakercli-f2a83d1c3b00d8de2c8cf7cc3dda9d446201a8ce
key: stakercli-2fa54c9b0863b8d4a9c5e90ff74a25674dfeba8f
paths:
- /home/circleci/.go_workspace/bin/stakercli

Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- checkout
- restore_cache:
keys:
- stakercli-f2a83d1c3b00d8de2c8cf7cc3dda9d446201a8ce
- stakercli-2fa54c9b0863b8d4a9c5e90ff74a25674dfeba8f
- run:
name: Verify offchain signed transaction
command: |
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
/home/circleci/.go_workspace/bin/stakercli transaction check-phase1-staking-transaction \
--covenant-committee-pks 50929b74c1a04954b78b4b6035e97a5e078a5a0f28ec96d547bfee9ace803ac0 --covenant-quorum 1 \
--magic-bytes 62627434 --network signet --staking-transaction $signedTx --finality-provider-pk $btcPk \
--staking-time 52560 --staking-amount=10000000
--staking-time 52560 --min-staking-amount=10000000
nickname=$(basename "$filePathRegistryFP" .json)
echo
Expand Down

0 comments on commit 2b7579a

Please sign in to comment.