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

fix(da): fix inconsistence issue between re-exec blocks locally and rooch network #3077

Merged
merged 4 commits into from
Dec 20, 2024

Conversation

popcnt1
Copy link
Collaborator

@popcnt1 popcnt1 commented Dec 20, 2024

Summary

  1. add EventBus and EventActor support for event-driven architecture.
  2. fix rollback issue caused by execution tx immediately after rollback. now we force restart process after rollback
    3.. fix restart issue caused by wrong next_block_number
  3. add sequence_info in moveos_tx.ctx
  4. add log improvements and refined block/transaction ordering logic.
  5. update log levels in ExecutorActor and ReaderExecutorActor from debug to info for better visibility during gas upgrade events. This ensures important operational messages are more prominent in logs.
  6. add get_execution_info_by_order command: introduce a new command to retrieve execution info by order. This feature supports querying transaction-related data based on order numbers for added flexibility in database operations.

Updated log levels in `ExecutorActor` and `ReaderExecutorActor` from `debug` to `info` for better visibility during gas upgrade events. This ensures important operational messages are more prominent in logs.
Introduce a new command to retrieve execution info by order. This feature supports querying transaction-related data based on order numbers for added flexibility in database operations.
…ec` and other fix

1. add `EventBus` and `EventActor` support for event-driven architecture.
2. fix rollback issue caused by execution tx immediately after rollback. now we force restart process after rollback
3. fix restart issue caused by wrong next_block_number
4. add sequence_info in moveos_tx.ctx
5. add log improvements and refined block/transaction ordering logic.
Copy link

vercel bot commented Dec 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rooch-portal-v2.1 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 20, 2024 5:24pm
test-portal ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 20, 2024 5:24pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
rooch ⬜️ Ignored (Inspect) Visit Preview Dec 20, 2024 5:24pm

@popcnt1 popcnt1 merged commit 5eb829d into rooch-network:main Dec 20, 2024
7 of 10 checks passed
@popcnt1 popcnt1 deleted the fix/da/exec/inconsistence branch December 20, 2024 17:20
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.

1 participant