Skip to content

Align miner priority transactors cache refresh with validator#51

Merged
chrischarlesharrison merged 1 commit intomasterfrom
align-priority-transactor-caches
Apr 10, 2026
Merged

Align miner priority transactors cache refresh with validator#51
chrischarlesharrison merged 1 commit intomasterfrom
align-priority-transactor-caches

Conversation

@chrischarlesharrison
Copy link
Copy Markdown
Collaborator

The miner was restoring a stale whitelist snapshot before every transaction, ignoring mid-block revocations that validators correctly observed.
This caused the miner to seal blocks that other validators would reject. Now the miner seeds the cache once at the start and refreshes it after any transaction targeting the priority transactors contract, matching the validator logic in state_processor.go.

The miner was restoring a stale whitelist snapshot before every transaction, ignoring mid-block revocations that validators correctly observed.
  This caused the miner to seal blocks that other validators would reject. Now the miner seeds the cache once at the start and refreshes it after any transaction targeting the priority transactors contract, matching the validator logic in state_processor.go.
@chrischarlesharrison chrischarlesharrison merged commit 175f440 into master Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant