casper-network / casper-sidecar

Apache License 2.0
2 stars 8 forks source link

rpc-sidecar: include new style bid records in auction info #259

Closed alsrdn closed 6 months ago

alsrdn commented 6 months ago

In Condor, we introduced new bid records in global state that are stored under the Key::BidAddr key type. We need to include these records when creating the auction info.

The auction info already converts from the new style bids to the old (unified) bid records so the change is very simple: just include the new bid entries.

alsrdn commented 6 months ago

bors r+