You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(PocketIC): PocketIc::make_live_with_params takes optional IP address (#4488)
This PR makes the HTTP gateway IP address configurable when using the
function `PocketIc::make_live_with_params` to create an HTTP gateway for
a PocketIC instance.
The const `EXPECTED_SERVER_VERSION` is made public so that clients can
download a matching server version based on this constant.
Copy file name to clipboardExpand all lines: packages/pocket-ic/CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
18
18
### Changed
19
19
- The functions `PocketIcBuilder::with_nns_subnet`, `PocketIcBuilder::with_sns_subnet`, `PocketIcBuilder::with_ii_subnet`, `PocketIcBuilder::with_fiduciary_subnet`, and `PocketIcBuilder::with_bitcoin_subnet` do not add a new empty subnet if a subnet of the corresponding kind has already been specified (e.g., with state loaded from a given state directory).
20
+
- The function `PocketIc::make_live_with_params` takes an optional IP address to which the HTTP gateway should bind.
0 commit comments