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

Make genesis block timestamp hardcoded. #2476

Merged
merged 9 commits into from
Dec 6, 2024

Conversation

AurelienFT
Copy link
Contributor

@AurelienFT AurelienFT commented Dec 6, 2024

Genesis block need to always have the same timestamp. We updated formats that changed the leap seconds and changed the timestamp of genesis. This PR hardcode it forever.

Checklist

  • Breaking changes are clearly marked as such in the PR description and changelog
  • New behavior is reflected in tests
  • The specification matches the implemented behavior (link update PR if changes are needed)

Before requesting review

  • I have reviewed the code myself
  • I have created follow-up issues caused by this PR and linked them here

@AurelienFT AurelienFT changed the base branch from release/v0.40.1 to release/v0.40.2 December 6, 2024 00:41
@AurelienFT AurelienFT mentioned this pull request Dec 6, 2024
CHANGELOG.md Outdated Show resolved Hide resolved
@AurelienFT AurelienFT merged commit 96a16cc into release/v0.40.2 Dec 6, 2024
37 of 38 checks passed
@AurelienFT AurelienFT deleted the fix_tai64_genesis branch December 6, 2024 03:19
AurelienFT added a commit that referenced this pull request Dec 6, 2024
## Version 0.40.2

### Fixed

- [2476](#2476): Hardcode the
timestamp of the genesis block.

## What's Changed

- Make genesis block timestamp hardcoded. by @AurelienFT in #2476 

**Full Changelog**:
v0.40.1...v0.40.2
AurelienFT added a commit that referenced this pull request Dec 9, 2024
#2476

## Description
Port the fix released in 0.40.2
[here](#2476)

## Checklist
- [x] Breaking changes are clearly marked as such in the PR description
and changelog
- [x] New behavior is reflected in tests
- [x] [The specification](https://github.com/FuelLabs/fuel-specs/)
matches the implemented behavior (link update PR if changes are needed)

### Before requesting review
- [x] I have reviewed the code myself
- [x] I have created follow-up issues caused by this PR and linked them
here
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.

2 participants