niv ic-ref: update 37a24d1d -> b631254e#2381
Merged
mergify[bot] merged 2 commits intomasterfrom Feb 22, 2021
Merged
Conversation
## Changelog for ic-ref: Branch: release-0.15 Commits: [dfinity-lab/ic-ref@37a24d1d...b631254e](https://github.com/dfinity-lab/ic-ref/compare/37a24d1d20be2ed27aeed5b0d1b1c567411447e5...b631254e17be3a2e709aeaf3a4fa180d85140988) * [`debb2c62`](https://github.com/dfinity-lab/ic-ref/commit/debb2c62f09e4d73275b9d5dbd206aedeb18230a) Spec: s/Public Spec/Interface Spec ([dfinity-lab/ic-ref#274](http://r.duckduckgo.com/l/?uddg=https://github.com/dfinity-lab/ic-ref/issues/274)) * [`dd7a4df4`](https://github.com/dfinity-lab/ic-ref/commit/dd7a4df471defe019c39915b7f2dae4359e6ea50) Release version 0.15.1 * [`ce04c69c`](https://github.com/dfinity-lab/ic-ref/commit/ce04c69cca7b8f954596f38159a2e4d415482558) Nix fixes * [`1061b483`](https://github.com/dfinity-lab/ic-ref/commit/1061b4832b4d4afe28e141fd25ba9a6799a21b94) Bump version to 0.15.2 (0.15.1 had a deployment hickup) * [`79039f1b`](https://github.com/dfinity-lab/ic-ref/commit/79039f1bf4583d25cef101d5d4546e35dbfa47a2) Fix version in spec (too late for release) * [`c4bba0e6`](https://github.com/dfinity-lab/ic-ref/commit/c4bba0e626d363f8d88b620cebbadc67610afa04) ic-ref-test: Increase HTTP timeout from 30s to 60s * [`b9df9205`](https://github.com/dfinity-lab/ic-ref/commit/b9df9205f69537e91c6399997216d010b174a661) ic-ref-test: If CBOR parsing has left-over bytes, show them. * [`fbe3420e`](https://github.com/dfinity-lab/ic-ref/commit/fbe3420e79c73a0cbc3dc5853b49da9b71616f9e) ic-ref-test: Allow HTTP error codes on certain management calls ([dfinity-lab/ic-ref#277](http://r.duckduckgo.com/l/?uddg=https://github.com/dfinity-lab/ic-ref/issues/277)) * [`cce9873a`](https://github.com/dfinity-lab/ic-ref/commit/cce9873a672bd608b7a018b15eba3c9209cfe3c1) Bump haskell-candid * [`a8300da9`](https://github.com/dfinity-lab/ic-ref/commit/a8300da9341a731e1d8701f6adc3bbb866f17132) ic-ref-test: Reinstall test checks that state is reset * [`b631254e`](https://github.com/dfinity-lab/ic-ref/commit/b631254e17be3a2e709aeaf3a4fa180d85140988) ic-ref-test: Support TLS again
|
This PR does not affect the produced WebAssembly code. |
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-ref:
Branch: release-0.15
Commits: dfinity-lab/ic-ref@37a24d1d...b631254e
debb2c62Spec: s/Public Spec/Interface Spec (dfinity-lab/ic-ref#274)dd7a4df4Release version 0.15.1ce04c69cNix fixes1061b483Bump version to 0.15.2 (0.15.1 had a deployment hickup)79039f1bFix version in spec (too late for release)c4bba0e6ic-ref-test: Increase HTTP timeout from 30s to 60sb9df9205ic-ref-test: If CBOR parsing has left-over bytes, show them.fbe3420eic-ref-test: Allow HTTP error codes on certain management calls (dfinity-lab/ic-ref#277)cce9873aBump haskell-candida8300da9ic-ref-test: Reinstall test checks that state is resetb631254eic-ref-test: Support TLS again