Bug in latest deployment of marketplace backend

Hey - did you change the code from marketplace version 3.5.19 in the last few hours?

We are seeing new behavior in the bid history widget that was not present previously, with no version change from our side. Seems like the current version of the code was updated?

Actually looks like a change to the backend server - the /bids endpoint is giving back an object for bidderENS instead of a string, and the frontend widget code was not adapted to handle it (or at least version 3.5.20 not published yet)

https://marketplace.api.manifoldxyz.dev/listing/0x3a3548e060be10c2614d0a4cb0c03cc9093fd799/9549/bids

[
  {
    "bidder": "0xdc7bfc3058654da90692457f68ee3a34e2dd3908",
    "bidderENS": {
      "address": "0xdc7bfc3058654da90692457f68ee3a34e2dd3908",
      "ens": "anrc.eth"
    },
    "referrerENS": "",
    "amount": "4.75",
    "transactionHash": "0xcd09dccded9b0860272122eb011d28c368584e0e7ab4db9656295a4f41be8252",
    "timestamp": 1729207379
  },
  {
    "bidder": "0x657c4992495feba5a0462b48f761652f8515a793",
    "bidderENS": "",
    "referrerENS": "",
    "amount": "4.5",
    "transactionHash": "0x2c42cbaf25e049e3a5833bfbe752d9c675ae7a4a76e44be1c1ad13cd280a3101",
    "timestamp": 1729199123
  }
]

I believe that bidderENS should just be a string here…

Thx for the heads up good sir :pray: - Investigating

Yoo good catch dude! Just pushed the fix should be all good now. Appreciate you bringing that up to us :pray:

Thanks so much dongqtm !!!