Skip to content

Commit b4d2b0d

Browse files
wackyleo459Sue Ann Kimkrpeacock
authored
Feat: SDK-208 frontend multiple controllers (#114)
Support for adding multiple controllers in the Create Canister UI Co-authored-by: Sue Ann Kim <[email protected]> Co-authored-by: Kyle Peacock <[email protected]>
1 parent 8357bc1 commit b4d2b0d

18 files changed

+1381
-716
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN rm -r ${RUSTUP_DIR} ${RUSTUP_TARBALL}
3232

3333
# Install DFINITY SDK.
3434
RUN wget -O install-dfx.sh -q https://sdk.dfinity.org/install.sh
35-
RUN yes Y | DFX_VERSION=0.6.10 bash install-dfx.sh
35+
RUN yes Y | DFX_VERSION=0.8.4 bash install-dfx.sh
3636
RUN rm install-dfx.sh
3737
ENV PATH "/home/developer/bin:${PATH}"
3838

dfx.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"build": "wallet/build.sh",
55
"candid": "wallet/src/lib.did",
66
"type": "custom",
7-
"wasm": "target/wasm32-unknown-unknown/release/wallet-opt.wasm"
7+
"wasm": "target/wasm32-unknown-unknown/release/wallet-opt.wasm",
8+
"declarations": {
9+
"output": "wallet_ui/declarations/wallet"
10+
}
811
},
912
"alice": {
1013
"build": "true",

0 commit comments

Comments
 (0)