witnet / witnet-rust

Open source Rust implementation of the Witnet decentralized oracle protocol, including full node and wallet backend 👁️🦀
https://docs.witnet.io
GNU General Public License v3.0
179 stars 56 forks source link

Prevent bridge from putting requests into oblivion if it fails to read the bytecode #2388

Closed aesedepece closed 1 year ago

aesedepece commented 1 year ago

Since 1.6.5, when a data request is first discovered, and its bytecode cannot be fetched for whatever reason, we move onto processing other requests, but the one that was ignored will never be processed.