You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restore old behavior: Don't record oracle if blob known from same block. (#4510)
## Motivation
#4413 introduced a bug where we record redundant oracle responses:
* `blob_used` itself already records the response, so there is no need
to call `replay_oracle_response`.
* If the blob was published or created by this block, there is no reason
to record an oracle response either.
## Proposal
Restore the old behavior.
## Test Plan
This caused the remote tests against Testnet Conway to break, and with
this fix on the `testnet_conway` branch, they work again.
## Release Plan
- Nothing to do / These changes follow the usual release cycle.
## Links
- [reviewer
checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist)
0 commit comments