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

[sequencer] Add sequencer timestamp to TransactinoInfo and update timestamp #1726

Merged
merged 3 commits into from
May 23, 2024

Conversation

jolestar
Copy link
Contributor

Summary

  1. Add tx_timestamp to TransactionSequenceInfo.
  2. Add TransactionSequenceInfo to TxContext.
  3. Update the timestamp in pre_execute.
  4. Refactor TransactionSequenceInfo, change tx_signature to Vec<u8>.
  5. Refactor crypto.rs, define SignatureScheme, and replace BuiltinAuthValidator.

Copy link

vercel bot commented May 22, 2024

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

Name Status Preview Comments Updated (UTC)
rooch-rooch-portal-v1 ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 23, 2024 0:48am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
rooch ⬜️ Ignored (Inspect) Visit Preview May 23, 2024 0:48am

@jolestar jolestar merged commit 58f0bb6 into main May 23, 2024
8 of 9 checks passed
@jolestar jolestar deleted the sequencer_timestamp branch May 23, 2024 01:55
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.

[Timestamp] Record the sequencer time
2 participants