Skip to content

2024.07.12

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 13:04
· 4 commits to main since this release
458adc3

Summary

  • Proposer: DFINITY Foundation
  • Git Hash: 458adc36f9c3f6b7232a8868528262c0c3eb52ab
  • Compressed WASM Hash: 206f8b6304ebddad1dd32ad93ca79eae434ce641aa1aee3c671be208517d1a4a
  • Target Canister: uf6dk-hyaaa-aaaaq-qaaaq-cai
  • Repository: https://github.com/dfinity/exchange-rate-canister.git

Features

  • Prevent repeated calls to failed exchanges
  • Enable the ability to release to an application subnet using feature flags

Commit Log

$ git clone https://github.com/dfinity/exchange-rate-canister.git
$ cd exchange-rate-canister
$ git checkout 458adc36f9c3f6b7232a8868528262c0c3eb52ab
$ git log --format="%C(auto) %h %s" 51428a562622c5fb3f0bf24214cff77f27ce9bdf..458adc36f9c3f6b7232a8868528262c0c3eb52ab --  ./src/xrc
 458adc3 fix: Prevent repeated calls to failed exchanges (#264)
 987d384 fix: Enable beta release by upping the required cycles and lowering the minimum forexes if IPv4 support is not available. (#263)
 036bac7 feat: Add flag to support sending cycles on an application subnet. (#262)

To Verify

$ git clone https://github.com/dfinity/exchange-rate-canister.git
$ cd exchange-rate-canister
$ git checkout 458adc36f9c3f6b7232a8868528262c0c3eb52ab
$ export IP_SUPPORT=ipv4
$ ./scripts/docker-build
$ sha256sum xrc.wasm.gz

Expected output

206f8b6304ebddad1dd32ad93ca79eae434ce641aa1aee3c671be208517d1a4a  xrc.wasm.gz