Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.0 -> main] Fix unlinked blocks caused by deferred trx removal #1746

Merged
merged 14 commits into from
Oct 11, 2023

Conversation

linh2931
Copy link
Member

Unlinked block error was encountered in a replay of mainnet. It was caused by disallowing any deferred trxs from changes introduced by #1643.

This PR

  • restores deferred trxs handling in transaction_context
  • adds new tests and updates related tests

I have run replay tests from the mainnet and have passed the failed block 320405089 and trx 527bbf9029f604e7021be729c858fb520001c5c5413cbee2fc08dbcf735534bc,
starting from snapshot-2023-07-12-16-eos-v6-0319983883. The previously failed block was at Jul-14-2023, 10:33:36 PM. I also run tests starting from older snapshots and exercised more deferred transactions.

Merges release/5.0 into main for #1734

Resolves #1730

@linh2931 linh2931 merged commit e6d1624 into main Oct 11, 2023
21 checks passed
@linh2931 linh2931 deleted the unlinked_block_fix_5_0_to_main branch October 11, 2023 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unlinkable blocks syncing with 5.0-rc1
3 participants