Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
key: ${{ matrix.pocket-ic-version }}-pocket-ic-binary

- name: Download PocketIC binary
run: ./download-pocket-ic.sh ${{ matrix.pocket-ic-version }} linux
run: ./download-pocket-ic.sh ${{ matrix.pocket-ic-version }} linux x86_64

- name: Check Format
run: cargo fmt --all -- --check
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## [Unreleased] - ReleaseDate

* Add support for canister settings `wasm_memory_limit`, `wasm_memory_threshold`, `log_visibility`, and `environment_variables`.

## [1.0.6] - 2025-09-19
* Add support for `initial_balances` in `InitArgs`. When specifying initial balances it is up to the installer to ensure that the cycles ledger has sufficient cycles available to spend these cycles.
* Allow the anonymous principal to receive, approve, and transfer tokens.
Expand Down
Loading