Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bin/dfx-software-mock-bitcoin-install.test
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ fi

dfx-software-mock-bitcoin-install --network local

# push_utxo_to_address is known method on the mock bitcoin canister.
if ! dfx canister metadata "$HARD_CODED_BITCOIN_CANISTER_ID" --network local candid:service | grep push_utxo_to_address; then
# push_utxos_to_address is known method on the mock bitcoin canister.
if ! dfx canister metadata "$HARD_CODED_BITCOIN_CANISTER_ID" --network local candid:service | grep push_utxos_to_address; then
echo "ERROR: mock bitcoin canister should have been installed."
exit 1
fi
Expand Down
2 changes: 1 addition & 1 deletion bin/versions.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# shellcheck disable=SC2034 # Variables are expected to be unused in this file
# Release from 2024-05-02 which includes nervous_system_parameters.
SNS_AGGREGATOR_RELEASE=proposal-138924-agg
DFX_IC_COMMIT=36ceffe4c47f4c3a881e75951178f5413f777f6c
DFX_IC_COMMIT=0983ef0ca0d87723923a04ba2ede25fec7a6885b
INTERNET_IDENTITY_RELEASE=release-2023-10-27
NNS_DAPP_RELEASE=proposal-139084
DIDC_VERSION=2023-07-25
Expand Down