flow-core-contracts
flow-core-contracts copied to clipboard
SoR History update
closes https://github.com/onflow/flow-core-contracts/issues/414
The implementation:
- adds a new
backfillerresource to track and backfill past empty entries in the array - adds events when a past gap in detected and backfillled
- adds a minimum SoR length check
- updates and expand tests to cover the gap cases