Skip to content

Commit

Permalink
Merge branch 'main' into bot-ic-update-1715571071
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker authored May 13, 2024
2 parents 5870af2 + 5c489b5 commit 7d8a663
Show file tree
Hide file tree
Showing 18 changed files with 146 additions and 220 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 2024.XX.YY-hhMMZ

## Breaking changes

- `@dfinity/ic-management` function `canisterInfo` removed because users cannot call this method (see [documentation](https://internetcomputer.org/docs/current/references/ic-interface-spec#ic-canister-info)).

## Build

- Upgrade `agent-js` dependencies to `v1.3.0` and revert the default retry times value to 10, given that the issue is fixed.

# 2024.04.29-0930Z

## Overview
Expand All @@ -17,7 +27,7 @@ The current status of the libraries at the time of the release is as follows:
| `@dfinity/sns` | v3.0.3 | Maintained ⚙️ |
| `@dfinity/utils` | v2.2.0 | Enhanced 🔧 |

# Breaking changes
## Breaking changes

- Protocol buffers for hardware wallet transactions are no longer supported. Internet Computer Ledger app 2.4.9 or later is now required.
- GovernanceCanister.listNeurons no longer throws an error when called with `certified: false` for hardware wallet transactions.
Expand Down
96 changes: 48 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/ckbtc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
],
"homepage": "https://github.com/dfinity/ic-js#readme",
"peerDependencies": {
"@dfinity/agent": "^1.2.1",
"@dfinity/candid": "^1.2.1",
"@dfinity/principal": "^1.2.1",
"@dfinity/agent": "^1.3.0",
"@dfinity/candid": "^1.3.0",
"@dfinity/principal": "^1.3.0",
"@dfinity/utils": "^2.2.0"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cketh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
],
"homepage": "https://github.com/dfinity/ic-js#readme",
"peerDependencies": {
"@dfinity/agent": "^1.2.1",
"@dfinity/candid": "^1.2.1",
"@dfinity/principal": "^1.2.1",
"@dfinity/agent": "^1.3.0",
"@dfinity/candid": "^1.3.0",
"@dfinity/principal": "^1.3.0",
"@dfinity/utils": "^2.2.0"
}
}
6 changes: 3 additions & 3 deletions packages/cmc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
],
"homepage": "https://github.com/dfinity/ic-js#readme",
"peerDependencies": {
"@dfinity/agent": "^1.2.1",
"@dfinity/candid": "^1.2.1",
"@dfinity/principal": "^1.2.1",
"@dfinity/agent": "^1.3.0",
"@dfinity/candid": "^1.3.0",
"@dfinity/principal": "^1.3.0",
"@dfinity/utils": "^2.2.0"
}
}
Loading

0 comments on commit 7d8a663

Please sign in to comment.