Skip to content

Commit

Permalink
chore(ci): remove temporary fix for bitcoin integration canister (#474)
Browse files Browse the repository at this point in the history
* try beta

* remove with beta

* remove outdated comment
  • Loading branch information
lwshang authored Apr 2, 2024
1 parent a47fd6d commit db3b0ef
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions examples/management_canister/tests/basic.bats
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ teardown() {
@test "bitcoin methods succeed" {
bitcoind -regtest -daemonwait

# The bitcoin canister bundled with dfx 0.18.0 doesn't work with application replica
# As a temporary remedy, we download a previous release.
# TODO: remove when dfx fix, SDKTG-296
wget -O ic-btc-canister.wasm.gz https://github.com/dfinity/bitcoin-canister/releases/download/release%2F2023-10-13/ic-btc-canister.wasm.gz
DFX_BITCOIN_WASM=ic-btc-canister.wasm.gz dfx start --clean --background --enable-bitcoin
dfx start --clean --background --enable-bitcoin

dfx deploy
run dfx canister call caller execute_bitcoin_methods
Expand Down

0 comments on commit db3b0ef

Please sign in to comment.