Skip to content

0.30.2

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jan 15:48
· 12 commits to master since this release
3b404c2

Improve frontend canister sync logic

Previously, committing frontend canister changes happened in multiple batches defined by simple heuristics that would likely not exceed the ingress message size limit.
Now, the ingress message size limit is respected more explicitly, and also a limit of total content size per batch since all content in the batch newly gets hashed in the canister.

Dependencies

Frontend canister

Sets the ic_env cookie for all HTML files only if the canister environment changed in the commit_batch method.

Use canister self-calls to avoid hitting instruction limits during commit_batch, compute_evidence, and compute_state_hash.

  • Module hash: 63d122d0149a29f4e48603efdd7d2bce656a6a83bac1e3207897c68e8e225bb6
  • #4450
  • #4446

Motoko

Updated Motoko to 0.16.3

Candid

Updated candid_parser to 0.2.4.