conductor: parse oracle data from extended_commit_info
and send to rollup if it exists
#1818
Labels
extended_commit_info
and send to rollup if it exists
#1818
once the extended commit info is inside
SequencerBlock
and written to DA, conductor can access it and send the data inside of it to rollups.conductor does not need to do additional validation on the extended commit info, as it will only be finalized by the sequencer if valid.
the
RollupData
enum should be updated to contain anOracleData
variant, which can be a vec of prices such as:conductor then needs to parse the extended commit info into a
OracleData
by parsing the prices and taking the median (logic which is already implemented in sequencer) and then pass this as aRollupData
to the rollup.┆Issue Number: ENG-1017
The text was updated successfully, but these errors were encountered: