Skip to content

Commit 4eea5c8

Browse files
author
Jason I
committed
Merge branch 'master' into release-0.24.2
# Conflicts: # src/dfx/assets/dfx-asset-sources.toml
2 parents b935a74 + 584cd61 commit 4eea5c8

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ This should lead to significantly faster upload times for frontends with many sm
2020

2121
## Dependencies
2222

23+
### Motoko
24+
25+
Updated Motoko to [0.13.2](https://github.com/dfinity/motoko/releases/tag/0.13.2)
26+
2327
### Frontend canister
2428

2529
`SetAssetContentArguments` has a new field `last_chunk: opt blob` which can be used in addition to `chunk_ids` so that small assets can be uploaded as part of `commit_batch`,

nix/sources.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,23 +130,23 @@
130130
"builtin": false,
131131
"description": "The Motoko base library",
132132
"owner": "dfinity",
133-
"sha256": "096icqgg2ab713zjxw8v5kn30ickp0av632j38ympwll7rb3rjl5",
133+
"sha256": "0qq8dlzjy4dkp5jn2ly21aw8n024fmkvhisca2qswhsqbg2wwv3x",
134134
"type": "tarball",
135135
"url": "https://github.com/dfinity/motoko/releases/download/0.13.2/motoko-base-library.tar.gz",
136136
"url_template": "https://github.com/dfinity/motoko/releases/download/<version>/motoko-base-library.tar.gz",
137137
"version": "0.13.2"
138138
},
139139
"motoko-x86_64-darwin": {
140140
"builtin": false,
141-
"sha256": "1gz7k5xnq7cifdvsbpi5ymfcfn61wk6av4xidal1w23xx0q90m4q",
141+
"sha256": "1pb5jn7nr5s18hqpcvzc4szkdnrk2h417d6dpwnrrx8l3fqvx1m3",
142142
"type": "file",
143143
"url": "https://github.com/dfinity/motoko/releases/download/0.13.2/motoko-Darwin-x86_64-0.13.2.tar.gz",
144144
"url_template": "https://github.com/dfinity/motoko/releases/download/<version>/motoko-Darwin-x86_64-<version>.tar.gz",
145145
"version": "0.13.2"
146146
},
147147
"motoko-x86_64-linux": {
148148
"builtin": false,
149-
"sha256": "0yi6vxin5hyrzp3av66rzs4058d90dbjzi5kp0yi3xr4jki9rjb9",
149+
"sha256": "1i1adh7a5yn10a8k1sjnl8bp8k2sxfmmy5smy2phj28lzwm374j9",
150150
"type": "file",
151151
"url": "https://github.com/dfinity/motoko/releases/download/0.13.2/motoko-Linux-x86_64-0.13.2.tar.gz",
152152
"url_template": "https://github.com/dfinity/motoko/releases/download/<version>/motoko-Linux-x86_64-<version>.tar.gz",

src/dfx/assets/dfx-asset-sources.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sha256 = '156ace51ba5ae2dada64f2dc4d57ff917c437a06c3a7523f9d002e5e5e1039f0'
2323

2424
[x86_64-darwin.motoko]
2525
url = 'https://github.com/dfinity/motoko/releases/download/0.13.2/motoko-Darwin-x86_64-0.13.2.tar.gz'
26-
sha256 = '98549030e87d081ea86ab193adcce4c158c75cf525dea57773911d6c7b99e7bf'
26+
sha256 = 'a386beb11b14f59c2dbfcdb413081433db36bf26ec6f76314441976c8f9565dd'
2727
# The replica, canister_sandbox and compiler_sandbox binaries must have the same revision.
2828

2929
[x86_64-darwin.replica]
@@ -54,7 +54,7 @@ sha256 = '89a3ee5796d9fab8b07596e527d4f30d1326010ea4bd8ee9e0ec71f82e027c79'
5454

5555
[x86_64-darwin.motoko-base]
5656
url = 'https://github.com/dfinity/motoko/releases/download/0.13.2/motoko-base-library.tar.gz'
57-
sha256 = '810edcae82dc1255edbf5dbd779aa7dbeb0ad79463be9fb502a23b7f13792f27'
57+
sha256 = 'd456d015745af15ce8ee731ce184163b8f2385a1ba45741393da667f08a376db'
5858

5959
[x86_64-darwin.ic-btc-canister]
6060
url = 'https://github.com/dfinity/bitcoin-canister/releases/download/release%2F2023-10-13/ic-btc-canister.wasm.gz'
@@ -82,7 +82,7 @@ sha256 = '3ab0ed26ecfb43e7cc891dd8a27b20085269de5948f804a51e5235c6a4da0bbc'
8282

8383
[x86_64-linux.motoko]
8484
url = 'https://github.com/dfinity/motoko/releases/download/0.13.2/motoko-Linux-x86_64-0.13.2.tar.gz'
85-
sha256 = '69c99ce29424f7113db8b3c42f5703a9a10288fed998adc6fdd9c36263df267a'
85+
sha256 = '4992332aff140909aff055175fabeb5a4c7417a256ea309102c1faa20e6c2ac4'
8686
# The replica, canister_sandbox and compiler_sandbox binaries must have the same revision.
8787

8888
[x86_64-linux.replica]
@@ -113,7 +113,7 @@ sha256 = '9ba9c4a46c07d6c859a8e5e6f015a295c59d67bc5dd334024ce541edf706ba28'
113113

114114
[x86_64-linux.motoko-base]
115115
url = 'https://github.com/dfinity/motoko/releases/download/0.13.2/motoko-base-library.tar.gz'
116-
sha256 = '810edcae82dc1255edbf5dbd779aa7dbeb0ad79463be9fb502a23b7f13792f27'
116+
sha256 = 'd456d015745af15ce8ee731ce184163b8f2385a1ba45741393da667f08a376db'
117117

118118
[x86_64-linux.ic-btc-canister]
119119
url = 'https://github.com/dfinity/bitcoin-canister/releases/download/release%2F2023-10-13/ic-btc-canister.wasm.gz'

0 commit comments

Comments
 (0)