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

feat: add timestamps to certificate #175

Merged
merged 4 commits into from
Nov 8, 2024

Conversation

goran-ethernal
Copy link
Collaborator

@goran-ethernal goran-ethernal commented Nov 8, 2024

Description

This PR adds three new fields to the CertificateInfo struct we save in aggsender db:

  • created_at - a timestamp that indicates when was the certificate created on the aggsender.
  • updated_at - a timestamp that indicates when was the certificate last updated. For example, it moved from Pending to Candidate.
  • signed_cerificated - raw string of the certificate that we sent to agglayer.

All of these fields will be used for easier debugging and logging.

@goran-ethernal goran-ethernal self-assigned this Nov 8, 2024
@goran-ethernal goran-ethernal changed the title Feat/add timestamps to certificate Feat: add timestamps to certificate Nov 8, 2024
@goran-ethernal goran-ethernal changed the title Feat: add timestamps to certificate feat: add timestamps to certificate Nov 8, 2024
Base automatically changed from feature/adapt_kurtosis_pp to develop November 8, 2024 13:27
@goran-ethernal goran-ethernal force-pushed the feat/add_timestamps_to_certificate branch from 5597648 to 2274bd9 Compare November 8, 2024 13:28
aggsender/db/migrations/0001.sql Outdated Show resolved Hide resolved
Copy link

sonarqubecloud bot commented Nov 8, 2024

@goran-ethernal goran-ethernal merged commit c1d0f13 into develop Nov 8, 2024
10 checks passed
@goran-ethernal goran-ethernal deleted the feat/add_timestamps_to_certificate branch November 8, 2024 14:16
Vui-Chee added a commit to okx/xlayer-cdk that referenced this pull request Nov 20, 2024
* dev: (30 commits)
  Delete build rust bin file
  test: fix v0.4.0 beta10 fix ut (#6)
  fix: aggregating proofs (0xPolygon#191)
  feat: improve aggsender logs (0xPolygon#186)
  fix: ut
  fix: add new error
  feat: include aggsender to release 0.4.0 (0xPolygon#181)
  feat: remove sanity check (0xPolygon#178)
  feat: sync UpdateL1InfoTreeV2 (0xPolygon#145)
  fix:  local configuration bumping kurtosis to 0.2.29 (0xPolygon#176)
  chore: bump kustoris (0xPolygon#168)
  feat: add timestamps to certificate (0xPolygon#175)
  fix: Various pessimistic proofs fixes and adaption to `kurtosis-cdk`  pessimistic proof branch (0xPolygon#165)
  feat: align Develop with changes in Release/0.4.0 (0xPolygon#174)
  feat: sqlite reorgdetector (0xPolygon#160)
  feat: Use ListOffChainData instead of GetOffChainData (0xPolygon#152)
  bump versions
  Reapply "chore: bump cdk-erigon to v2.1.2" (0xPolygon#162)
  apply feedback
  hotfix: bad merge
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants