Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): remove temporary fix for bitcoin integration canister #474

Merged
merged 4 commits into from
Apr 2, 2024
Merged
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
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