dfinity / exchange-rate-canister

The exchange rate canister (XRC) makes use of the HTTP requests feature to provide exchange rates as a service to the IC.
Apache License 2.0
37 stars 10 forks source link

fix: Enable beta release by upping the required cycles and lowering the minimum forexes if IPv4 support is not available. #263

Closed dfinity-ryancroote closed 6 months ago

dfinity-ryancroote commented 6 months ago

This PR does the following:

  1. Raises the required number of cycles needed to submit HTTPS requests on a 13-node subnet.
  2. Lowers the minimum number of forexes required to return a forex rate if IPv4 is not available.
  3. Fixes a bug in the build-wasm script if no features are enabled then we should just compile the wasm.