Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mraszyk committed Jan 16, 2025
1 parent e06809f commit dabed40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rs/pocket_ic_server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
are created on an arbitrary subnet.

### Changed
- The response types `pocket_ic::RawCanisterResult` and `pocket_ic::RawSubmitIngressResult` are replaced by
`Result<Vec<u8>, pocket_ic::RejectResponse` and `Result<pocket_ic::RawMessageId, pocket_ic::RejectResponse>`, respectively.
- The response type `RawSubmitIngressResult` is replaced by `Result<RawMessageId, RejectResponse>`.
- The response types `RawWasmResult` and `UserError` in `RawCanisterResult` are replaced by `Vec<u8>` and `RejectResponse`.

### Removed
- The endpoint `/instances/<instance_id>/update/execute_ingress_message`:
Expand Down

0 comments on commit dabed40

Please sign in to comment.