File tree
2 files changed
+2
-1
lines changed- docs/other/updates/release-notes
- submodules
2 files changed
+2
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
- .github/workflows/deny.yml+1
- .github/workflows/e2e.yml+6-6
- .github/workflows/publish.yml+2-2
- CHANGELOG.md+42
- Cargo.lock+33-53
- Cargo.toml+2-2
- docs/cli-reference/dfx-canister.mdx+1-1
- docs/cli-reference/dfx-cycles.mdx+51-8
- docs/cli-reference/dfx-sns.mdx+1
- docs/cli-reference/dfx-wallet.mdx-55
- docs/dfx-json-schema.json+6
- e2e/tests-dfx/assetscanister.bash+5-5
- e2e/tests-dfx/build_rust.bash+3
- e2e/tests-dfx/identity.bash+1-1
- e2e/tests-dfx/ledger.bash+4-4
- e2e/tests-dfx/ping.bash+7-7
- nix/sources.json+75-75
- public/manifest.json+5-4
- scripts/test-uis.py+4-2
- scripts/workflows/e2e-matrix.py+1-1
- scripts/workflows/provision-darwin.sh+1-2
- src/canisters/frontend/ic-asset/Cargo.toml+1-1
- src/canisters/frontend/icx-asset/Cargo.toml+7-2
- src/dfx-core/src/config/model/dfinity.rs+8
- src/dfx/Cargo.toml+2-2
- src/dfx/assets/dfx-asset-sources.toml+53-53
- src/dfx/src/commands/cycles/balance.rs+1-1
- src/dfx/src/commands/wallet/mod.rs+1
- src/dfx/src/lib/canister_info.rs+5
- src/dfx/src/lib/canister_info/rust.rs+3-4
- src/dfx/src/lib/models/canister.rs+2-2
0 commit comments