0.15.3
fix: allow http://localhost:*
as connect-src
in the asset canister's CSP
This will enable browsing the asset canister at http://<canister-id>.localhost:<port>
in most browsers.
fix: frontend code crashing when there is no canister ID
feat: dfx ledger top-up
also accepts canister names
Previously, dfx ledger top-up
only accepted canister principals. Now it accepts both principals and canister names.
fix: installer once again detects if curl supports tlsv1.2
A change to curl --help
output made it so the install script did not detect
that the --proto
and --tlsv1.2
options are available.
feat: Added support for icx-proxy --domain
parameter
In order to access a local replica through a domain name or domain names,
it's necessary to pass the --domain
parameter to icx-proxy. dfx now supports
this in configuration and as a parameter to dfx start. You can specify a single
domain or a list of domains in any of the following ways:
- in networks.json, in
.<network>.proxy.domain
- in dfx.json, in
.networks.<netowrk>.proxy.domain
- in dfx.json, in
.defaults.proxy.domain
- to dfx start, as
dfx start --domain <domain1> --domain <domain2> ...
Dependencies
Motoko
Updated Motoko to 0.10.3
Candid UI
- Module hash: d172df265a14397a460b752ff07598380bc7ebd9c43ece1e82495ae478a88719c
- Internet identity integration in Candid UI. Thanks to @samer!
- You can customize the II url and derivationOrigin via URL parameter
ii
andorigin
respectively.
- You can customize the II url and derivationOrigin via URL parameter
- Update with the new profiling API