niv ic-hs: update 2c9f2ea8 -> 80875f3a#3703
Merged
mergify[bot] merged 3 commits intomasterfrom Feb 6, 2023
Merged
Conversation
4d4f8ac to
818defc
Compare
818defc to
f1fe665
Compare
08420ae to
287b819
Compare
287b819 to
c628b91
Compare
c628b91 to
598b8aa
Compare
598b8aa to
acfeaae
Compare
Contributor
## Changelog for ic-hs: Branch: master Commits: [dfinity/ic-hs@2c9f2ea8...80875f3a](dfinity/ic-hs@2c9f2ea...80875f3) * [`8f47bec4`](dfinity/ic-hs@8f47bec) provisional_create_canister_with_cycles takes an optional specified_id ([dfinity/ic-hs#126](https://github.com/dfinity/ic-hs/issues/126)) * [`af73f215`](dfinity/ic-hs@af73f21) Implement ic0.mint_cycles in ic-hs ([dfinity/ic-hs#127](https://github.com/dfinity/ic-hs/issues/127)) * [`cb9b35d6`](dfinity/ic-hs@cb9b35d) Support requests to a subnet ID ([dfinity/ic-hs#128](https://github.com/dfinity/ic-hs/issues/128)) * [`4cd1c3d3`](dfinity/ic-hs@4cd1c3d) charge canister http_request based on target subnet ([dfinity/ic-hs#130](https://github.com/dfinity/ic-hs/issues/130)) * [`5f07313f`](dfinity/ic-hs@5f07313) replace base64 by ascii endpoint in canister http tests ([dfinity/ic-hs#131](https://github.com/dfinity/ic-hs/issues/131)) * [`9607be0c`](dfinity/ic-hs@9607be0) omit ic-ref binary in ic-ref-test artifact ([dfinity/ic-hs#132](https://github.com/dfinity/ic-hs/issues/132)) * [`67029cb8`](dfinity/ic-hs@67029cb) RUN-509: Enable Canister Timers in pre-upgrade ([dfinity/ic-hs#134](https://github.com/dfinity/ic-hs/issues/134)) * [`52736f33`](dfinity/ic-hs@52736f3) add test for timer in post-upgrade on stopped and stopping canister ([dfinity/ic-hs#133](https://github.com/dfinity/ic-hs/issues/133)) * [`ed328b87`](dfinity/ic-hs@ed328b8) implement canister range checks in ic-ref-test ([dfinity/ic-hs#135](https://github.com/dfinity/ic-hs/issues/135)) * [`e29764e9`](dfinity/ic-hs@e29764e) fix conditions on read_state requests ([dfinity/ic-hs#136](https://github.com/dfinity/ic-hs/issues/136)) * [`ebedfe6e`](dfinity/ic-hs@ebedfe6) make nonexisting canister id in the subnet's ranges ([dfinity/ic-hs#137](https://github.com/dfinity/ic-hs/issues/137)) * [`80875f3a`](dfinity/ic-hs@80875f3) increase error msg length limit ([dfinity/ic-hs#139](https://github.com/dfinity/ic-hs/issues/139))
34d0e25 to
ac8a01d
Compare
ggreif
approved these changes
Feb 6, 2023
| @@ -1,4 +1,4 @@ | |||
| => update provisional_create_canister_with_cycles(record {settings = null; amount = null}) | |||
| => update provisional_create_canister_with_cycles(record {settings = null; qgqjpK = null; amount = null}) | |||
Contributor
There was a problem hiding this comment.
Yeah, the git push -f threw out my previous (identical) patch :-(
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog for ic-hs:
Branch: master
Commits: dfinity/ic-hs@2c9f2ea8...80875f3a
8f47bec4provisional_create_canister_with_cycles takes an optional specified_id (dfinity/ic-hs#126)af73f215Implement ic0.mint_cycles in ic-hs (dfinity/ic-hs#127)cb9b35d6Support requests to a subnet ID (dfinity/ic-hs#128)4cd1c3d3charge canister http_request based on target subnet (dfinity/ic-hs#130)5f07313freplace base64 by ascii endpoint in canister http tests (dfinity/ic-hs#131)9607be0comit ic-ref binary in ic-ref-test artifact (dfinity/ic-hs#132)67029cb8RUN-509: Enable Canister Timers in pre-upgrade (dfinity/ic-hs#134)52736f33add test for timer in post-upgrade on stopped and stopping canister (dfinity/ic-hs#133)ed328b87implement canister range checks in ic-ref-test (dfinity/ic-hs#135)e29764e9fix conditions on read_state requests (dfinity/ic-hs#136)ebedfe6emake nonexisting canister id in the subnet's ranges (dfinity/ic-hs#137)80875f3aincrease error msg length limit (dfinity/ic-hs#139)