Skip to content

Conversation

@yoshidan
Copy link
Contributor

@yoshidan yoshidan commented May 23, 2025

Will fix after 2025-05-26 07:05:00 AM UTC

https://testnet.bscscan.com/block/52552977 is May-26-2025 07:04:59 AM +UTC
https://testnet.bscscan.com/block/52552978 is May-26-2025 07:05:01 AM +UTC. <- first block after Maxwell Timestamp
https://testnet.bscscan.com/block/52552979 is May-26-2025 07:05:01 AM +UTC

Naohiro Yoshida added 2 commits May 24, 2025 08:25
Signed-off-by: Naohiro Yoshida <naohiro.yoshida@datachain.jp>
Signed-off-by: Naohiro Yoshida <naohiro.yoshida@datachain.jp>
@yoshidan yoshidan marked this pull request as ready for review May 26, 2025 07:08
@yoshidan yoshidan requested review from 3100 and abicky May 26, 2025 07:35
hardForks[indexLorentzHF].HeightOrTimestamp = &ForkSpec_Height{Height: 49791365}
// https://github.com/bnb-chain/bsc/blob/256d8811f441c29cb0812943dc660ac13192829c/params/config.go#L239
hardForks[indexMaxwellHF].HeightOrTimestamp = &ForkSpec_Timestamp{Timestamp: 1748243100 * 1000}
hardForks[indexMaxwellHF].HeightOrTimestamp = &ForkSpec_Height{Height: 52552978}
Copy link
Contributor

@abicky abicky May 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 I have also confirmed that GetBoundaryHeight returns the same height:

{
  "time": "2025-05-26T08:30:13.58205096Z",
  "level": "DEBUG",
  "source": {
    "function": "github.com/datachainlab/ibc-parlia-relay/module.GetBoundaryHeight",
    "file": "/go/pkg/mod/github.com/datachainlab/ibc-parlia-relay@v0.3.16-ts/module/fork_spec.go",
    "line": 249
  },
  "msg": "seek fork height found",
  "currentHeight": 52559390,
  "ts": 1748243100000,
  "boundaryHeight": 52552978
}

@yoshidan yoshidan merged commit 4ba84e6 into audit May 26, 2025
5 of 6 checks passed
@yoshidan yoshidan deleted the maxwell_height branch May 26, 2025 08:51
yoshidan added a commit that referenced this pull request May 29, 2025
* fix audit

Signed-off-by: Naohiro Yoshida <naohiro.yoshida@datachain.jp>

* add elc version

Signed-off-by: Naohiro Yoshida <naohiro.yoshida@datachain.jp>

* Maxwell HF (#66)

* Fix Maxwell Height (#67)

---------

Signed-off-by: Naohiro Yoshida <naohiro.yoshida@datachain.jp>
Co-authored-by: Naohiro Yoshida <naohiro.yoshida@datachain.jp>
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.

3 participants