Skip to content

Commit

Permalink
feat: Rewrite request ID calculator (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity authored Oct 3, 2023
1 parent 20eb36e commit cd24202
Show file tree
Hide file tree
Showing 6 changed files with 539 additions and 580 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

* Types passed to the `to_request_id` function can now contain nested structs, signed integers, and externally tagged enums.

## [0.29.0] - 2023-09-29

* Added `reserved_cycles_limit` to canister creation and canister setting update options.
Expand Down
2 changes: 1 addition & 1 deletion ic-transport-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ impl Delegation {
}
}

/// A [`Delegation`] that has been signed by an [`Identity`].
/// A [`Delegation`] that has been signed by an [`Identity`](https://docs.rs/ic-agent/latest/ic_agent/trait.Identity.html).
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct SignedDelegation {
/// The signed delegation.
Expand Down
Loading

0 comments on commit cd24202

Please sign in to comment.