Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update Motoko to 0.7.1 #2715

Merged
merged 3 commits into from
Oct 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,10 @@ Updated ic-ref to 0.0.1-1fba03ee
- introduce awaitKnown
- trivial implementation of idle_cycles_burned_per_day

### Updated Motoko to 0.7.0
### Updated Motoko from 0.6.29 to 0.7.1

- See https://github.com/dfinity/motoko/blob/master/Changelog.md#071-2022-10-24


### Cycles wallet

Expand Down
18 changes: 9 additions & 9 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,27 +154,27 @@
"builtin": false,
"description": "The Motoko base library",
"owner": "dfinity",
"sha256": "1wh3i3yqrm2c702k5vizgvy5zr5rbxn4ypbqvknsx57g2y9jq072",
"sha256": "0rnyxrznfwxcxxys70acac7nny31dw4fw2npfx02jkwjxzz9fwvq",
"type": "tarball",
"url": "https://github.com/dfinity/motoko/releases/download/0.7.0/motoko-base-library.tar.gz",
"url": "https://github.com/dfinity/motoko/releases/download/0.7.1/motoko-base-library.tar.gz",
"url_template": "https://github.com/dfinity/motoko/releases/download/<version>/motoko-base-library.tar.gz",
"version": "0.7.0"
"version": "0.7.1"
},
"motoko-x86_64-darwin": {
"builtin": false,
"sha256": "0amp7ckky9w6c6bs88g94bqcx0k8jha02r0kd373yjyy5d5w4lg6",
"sha256": "123ccvdkb8l29zxy05g9shmm9nb0mm0y3jlwmaxnsb3zrr885n8g",
"type": "file",
"url": "https://github.com/dfinity/motoko/releases/download/0.7.0/motoko-macos-0.7.0.tar.gz",
"url": "https://github.com/dfinity/motoko/releases/download/0.7.1/motoko-macos-0.7.1.tar.gz",
"url_template": "https://github.com/dfinity/motoko/releases/download/<version>/motoko-macos-<version>.tar.gz",
"version": "0.7.0"
"version": "0.7.1"
},
"motoko-x86_64-linux": {
"builtin": false,
"sha256": "12yvr36s10xflb90f6vd4b84a39l7bzwn2ph03ybfffqddppjm9n",
"sha256": "1ix3ldqmlaccj00b4j0b7xk4w9200518mx0hryyaglr5fj816aqk",
"type": "file",
"url": "https://github.com/dfinity/motoko/releases/download/0.7.0/motoko-linux64-0.7.0.tar.gz",
"url": "https://github.com/dfinity/motoko/releases/download/0.7.1/motoko-linux64-0.7.1.tar.gz",
"url_template": "https://github.com/dfinity/motoko/releases/download/<version>/motoko-linux64-<version>.tar.gz",
"version": "0.7.0"
"version": "0.7.1"
},
"replica-x86_64-darwin": {
"builtin": false,
Expand Down
12 changes: 6 additions & 6 deletions scripts/dfx-asset-sources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ IC_STARTER_X86_64_DARWIN_SHA256=22281e79edc7439502d0b458f9df466e87b75ab6c058f9e5
IC_STARTER_X86_64_DARWIN_URL=https://download.dfinity.systems/blessed/ic/f7e3c96a2be92186718f6a1e67eea37bf3252c00/sdk-release/x86_64-darwin/ic-starter.gz
IC_STARTER_X86_64_LINUX_SHA256=b71cd9b1fe3a490a6550daebef8e16f24e6e0f44958bd6aadb1b5b30ad3fbff5
IC_STARTER_X86_64_LINUX_URL=https://download.dfinity.systems/blessed/ic/f7e3c96a2be92186718f6a1e67eea37bf3252c00/sdk-release/x86_64-linux/ic-starter.gz
MOTOKO_X86_64_DARWIN_SHA256=e651c24b2bde4b3fce6813640114946882cef022e921a4976186273f273bb72a
MOTOKO_X86_64_DARWIN_URL=https://github.com/dfinity/motoko/releases/download/0.7.0/motoko-macos-0.7.0.tar.gz
MOTOKO_X86_64_LINUX_SHA256=3655796f6bd839b7fc00f00acbff3a340d45d0226d1b07d2a2ae83a0cdc8db8b
MOTOKO_X86_64_LINUX_URL=https://github.com/dfinity/motoko/releases/download/0.7.0/motoko-linux64-0.7.0.tar.gz
MOTOKO_X86_64_DARWIN_SHA256=0fd98250ce7f2c6dbbaa9ccae141ad60d9542bd4e915e0fb4f82a235db666c88
MOTOKO_X86_64_DARWIN_URL=https://github.com/dfinity/motoko/releases/download/0.7.1/motoko-macos-0.7.1.tar.gz
MOTOKO_X86_64_LINUX_SHA256=132b13907425d3a7bccf10f48a420140244e663f0b48b200908c295a71a3a3c7
MOTOKO_X86_64_LINUX_URL=https://github.com/dfinity/motoko/releases/download/0.7.1/motoko-linux64-0.7.1.tar.gz
# The replica and canister_sandbox binaries must have the same revision.
REPLICA_X86_64_DARWIN_SHA256=5144d4d8c68d336b7c0be2e30020d7911df085ba7e16ab81014aa60d19f04eb0
REPLICA_X86_64_DARWIN_URL=https://download.dfinity.systems/blessed/ic/f7e3c96a2be92186718f6a1e67eea37bf3252c00/sdk-release/x86_64-darwin/replica.gz
Expand All @@ -49,6 +49,6 @@ SNS_X86_64_DARWIN_SHA256=28c103e72b18df740a2b58bc5785837ac6d82ee11ee1178ae2ed262
SNS_X86_64_DARWIN_URL=https://download.dfinity.systems/ic/f7e3c96a2be92186718f6a1e67eea37bf3252c00/nix-release/x86_64-darwin/sns.gz
SNS_X86_64_LINUX_SHA256=e31319ec50db453a90a7c4fa25231679a0f5808efc85ffe48cdf213cd14f996d
SNS_X86_64_LINUX_URL=https://download.dfinity.systems/ic/f7e3c96a2be92186718f6a1e67eea37bf3252c00/release/sns.gz
MOTOKO_BASE_URL=https://github.com/dfinity/motoko/releases/download/0.7.0/motoko-base-library.tar.gz
MOTOKO_BASE_SHA256=9fbffb7172e62419b1073c0e687adf1212a0fd4aaf387e360cb74cf8053704c4
MOTOKO_BASE_URL=https://github.com/dfinity/motoko/releases/download/0.7.1/motoko-base-library.tar.gz
MOTOKO_BASE_SHA256=efa535dfbf49119f98c3b7fd1c464a7f9f602e7e1d00ce15a7ee2872316c0af1
REPLICA_REV=f7e3c96a2be92186718f6a1e67eea37bf3252c00