-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
The old ICRC index canister, which stores the blocks on the heap (as opposed to the `index-ng` canister which stores the blocks in stable memory), is deprecated. To avoid confusion, remove it from the repository. --------- Co-authored-by: IDX GitHub Automation <[email protected]>
- Loading branch information
1 parent
baaf256
commit 575ca53
Showing
19 changed files
with
71 additions
and
2,038 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,63 @@ | ||
{ | ||
"version": 1, | ||
"dfx": "0.12.1", | ||
"canisters": { | ||
"minter": { | ||
"type": "custom", | ||
"build": [ | ||
"bazel build //rs/bitcoin/ckbtc/minter:ckbtc_minter" | ||
], | ||
"wasm": "../../../../bazel-bin/rs/bitcoin/ckbtc/minter/ckbtc_minter.wasm", | ||
"candid": "../minter/ckbtc_minter.did", | ||
"shrink": false | ||
}, | ||
"ledger": { | ||
"type": "custom", | ||
"build": [ | ||
"bazel build //rs/ledger_suite/icrc1/ledger:ledger_canister" | ||
], | ||
"wasm": "../../../../bazel-bin/rs/ledger_suite/icrc1/ledger/ledger_canister.wasm", | ||
"candid": "../../../ledger_suite/icrc1/ledger/ledger.did", | ||
"shrink": false | ||
}, | ||
"archive": { | ||
"type": "custom", | ||
"build": [ | ||
"bazel build //rs/ledger_suite/icrc1/archive:archive_canister" | ||
], | ||
"wasm": "../../../../bazel-bin/rs/ledger_suite/icrc1/archive/archive_canister.wasm", | ||
"candid": "../../../ledger_suite/icrc1/archive/archive.did", | ||
"shrink": false | ||
}, | ||
"index": { | ||
"type": "custom", | ||
"build": [ | ||
"bazel build //rs/ledger_suite/icrc1/index:index_canister" | ||
], | ||
"wasm": "../../../../bazel-bin/rs/ledger_suite/icrc1/index/index_canister.wasm", | ||
"candid": "../../../ledger_suite/icrc1/index/index.did", | ||
"shrink": false | ||
}, | ||
"kyt": { | ||
"type": "custom", | ||
"build": [ | ||
"bazel build //rs/bitcoin/ckbtc/kyt:kyt_canister" | ||
], | ||
"wasm": "../../../../bazel-bin/rs/bitcoin/ckbtc/kyt/kyt_canister.wasm", | ||
"candid": "../kyt/kyt.did", | ||
"shrink": false | ||
} | ||
"version": 1, | ||
"dfx": "0.12.1", | ||
"canisters": { | ||
"minter": { | ||
"type": "custom", | ||
"build": [ | ||
"bazel build //rs/bitcoin/ckbtc/minter:ckbtc_minter" | ||
], | ||
"wasm": "../../../../bazel-bin/rs/bitcoin/ckbtc/minter/ckbtc_minter.wasm", | ||
"candid": "../minter/ckbtc_minter.did", | ||
"shrink": false | ||
}, | ||
"defaults": { | ||
"build": { | ||
"packtool": "", | ||
"args": "" | ||
} | ||
"ledger": { | ||
"type": "custom", | ||
"build": [ | ||
"bazel build //rs/ledger_suite/icrc1/ledger:ledger_canister" | ||
], | ||
"wasm": "../../../../bazel-bin/rs/ledger_suite/icrc1/ledger/ledger_canister.wasm", | ||
"candid": "../../../ledger_suite/icrc1/ledger/ledger.did", | ||
"shrink": false | ||
}, | ||
"networks": { | ||
"local": { | ||
"bind": "127.0.0.1:8000", | ||
"type": "ephemeral" | ||
} | ||
"archive": { | ||
"type": "custom", | ||
"build": [ | ||
"bazel build //rs/ledger_suite/icrc1/archive:archive_canister" | ||
], | ||
"wasm": "../../../../bazel-bin/rs/ledger_suite/icrc1/archive/archive_canister.wasm", | ||
"candid": "../../../ledger_suite/icrc1/archive/archive.did", | ||
"shrink": false | ||
}, | ||
"index": { | ||
"type": "custom", | ||
"build": [ | ||
"bazel build //rs/ledger_suite/icrc1/index-ng:index_ng_canister" | ||
], | ||
"wasm": "../../../../bazel-bin/rs/ledger_suite/icrc1/index-ng/index_ng_canister.wasm", | ||
"candid": "../../../ledger_suite/icrc1/index-ng/index-ng.did", | ||
"shrink": false | ||
}, | ||
"kyt": { | ||
"type": "custom", | ||
"build": [ | ||
"bazel build //rs/bitcoin/ckbtc/kyt:kyt_canister" | ||
], | ||
"wasm": "../../../../bazel-bin/rs/bitcoin/ckbtc/kyt/kyt_canister.wasm", | ||
"candid": "../kyt/kyt.did", | ||
"shrink": false | ||
} | ||
}, | ||
"defaults": { | ||
"build": { | ||
"packtool": "", | ||
"args": "" | ||
} | ||
}, | ||
"networks": { | ||
"local": { | ||
"bind": "127.0.0.1:8000", | ||
"type": "ephemeral" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.