liquity / ChickenBond

GNU General Public License v3.0
31 stars 5 forks source link

Allow RPC providers which fail on log lookups #275

Closed edmulraney closed 1 year ago

edmulraney commented 1 year ago

Some RPC providers seem to break when performing log lookups. We lookup bond logs to get the claimed bLUSD value.

Dani pointed out this information exists on the bond NFT itself so we can avoid the log lookup.

edmulraney commented 1 year ago

Fixed by https://github.com/liquity/dev/pull/983