Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Inter-medi[anizer]-ary: Add intermediary authorized medianizer access contract for Ropsten #576

Merged
merged 2 commits into from
Apr 15, 2020

Commits on Apr 15, 2020

  1. Clarify IMedianizer isn't necessarily USD based

    In preparation for an ETHBTC feed.
    Shadowfiend committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    35393f9 View commit details
    Browse the repository at this point in the history
  2. Add IntermediaryMedianizer for Ropsten

    So that new system deployments don't require new contract authorizations
    on the Maker side, an intermediate medianizer has already been deployed
    to Ropsten for Maker to authorize. It is designed to have an updatable
    reference to the Maker medianizer, and pass through reads to that
    instance.
    
    The already-deployed address is added to the externals file, while the
    code is checked in to the price-feed directory, but not migrated as part
    of the system migrations.
    Shadowfiend committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    2f5a57c View commit details
    Browse the repository at this point in the history