archethic-foundation / archethic-node

Official Archethic Blockchain node, written in Elixir
GNU Affero General Public License v3.0
75 stars 22 forks source link

Use the acceptance_resolver more often #1582

Closed bchamagne closed 1 month ago

bchamagne commented 1 month ago

Description

There are cases where we know for sure that we are querying data that exists, in these cases we add an acceptance_resolver to keep asking the data until we find it.

Type of change

How Has This Been Tested?

unit test on the transaction_context

Checklist: