File tree Expand file tree Collapse file tree 5 files changed +99
-299
lines changed
send_http_get/src/send_http_get_backend
src/send_http_post_backend Expand file tree Collapse file tree 5 files changed +99
-299
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ rm node.pkg
1818
1919# Install DFINITY SDK.
2020curl --location --output install-dfx.sh " https://raw.githubusercontent.com/dfinity/sdk/master/public/install-dfxvm.sh"
21- DFX_VERSION=${DFX_VERSION:= 0.27 .0} DFXVM_INIT_YES=true bash install-dfx.sh
21+ DFX_VERSION=${DFX_VERSION:= 0.28 .0} DFXVM_INIT_YES=true bash install-dfx.sh
2222rm install-dfx.sh
2323echo " $HOME /Library/Application Support/org.dfinity.dfx/bin" >> $GITHUB_PATH
2424source " $HOME /Library/Application Support/org.dfinity.dfx/env"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ rm nodesource_setup.sh
1313
1414# Install DFINITY SDK.
1515wget --output-document install-dfx.sh " https://raw.githubusercontent.com/dfinity/sdk/master/public/install-dfxvm.sh"
16- DFX_VERSION=${DFX_VERSION:= 0.27 .0} DFXVM_INIT_YES=true bash install-dfx.sh
16+ DFX_VERSION=${DFX_VERSION:= 0.28 .0} DFXVM_INIT_YES=true bash install-dfx.sh
1717rm install-dfx.sh
1818echo " $HOME /.local/share/dfx/bin" >> $GITHUB_PATH
1919source " $HOME /.local/share/dfx/env"
Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ actor {
5555 function = transform;
5656 context = Blob . fromArray([]);
5757 };
58+ // Toggle this flag to switch between replicated and non-replicated http outcalls.
59+ is_replicated = ?false ;
5860 };
5961
6062 // 2. MAKE HTTPS REQUEST AND WAIT FOR RESPONSE, BUT MAKE SURE TO ADD CYCLES.
You can’t perform that action at this time.
0 commit comments