Skip to content

Commit 252f2b1

Browse files
authored
build(deps): update ic-agent, ic-utils, pocket-ic, and dfx (#59)
## Summary - Update ic-agent from 0.44 to 0.45 - Update ic-utils from 0.44 to 0.45 - Update pocket-ic from 6.0 to 12.0 - Update dfx from 0.20.0 to 0.30.2 - Update pocket-ic download script to 12.0.0 ## Test plan - [x] All Rust unit tests passing (8/8) - [x] All Rust integration tests passing (19/19) - [x] Custom assets canister test - [x] Protocol error / rate limiting test - [x] Range request streaming tests - [x] Total: 27/27 tests passing (100%)
1 parent d3527d0 commit 252f2b1

5 files changed

Lines changed: 393 additions & 329 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install PocketIC server
2323
uses: dfinity/pocketic@main
2424
with:
25-
pocket-ic-server-version: '7.0.0'
25+
pocket-ic-server-version: '12.0.0'
2626

2727
- name: Confirm successful installation
2828
run: ${POCKET_IC_BIN} --version

0 commit comments

Comments
 (0)