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 support for BSC #31

Merged
merged 18 commits into from
Jun 18, 2024
Merged

feat: add support for BSC #31

merged 18 commits into from
Jun 18, 2024

Conversation

pythonberg1997
Copy link
Contributor

Description

This pr is to add support for BSC

Rationale

tell us why we need these changes...

Example

add an example CLI or API response...

Changes

Notable changes:

  • add BSC spec ids
  • add BSC evm handlers
  • add BSC precompile contracts
  • other BSC related changes

Potential Impacts

  • add potential impacts for other components here
  • ...

Copy link
Contributor

github-actions bot commented Jun 7, 2024

Valgrind Results:

==6404== Cachegrind, a cache and branch-prediction profiler
==6404== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==6404== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==6404== Command: target/release/snailtracer
==6404== 
--6404-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.804977883s
==6404== 
==6404== I   refs:      422,733,680
==6404== I1  misses:          3,944
==6404== LLi misses:          2,787
==6404== I1  miss rate:        0.00%
==6404== LLi miss rate:        0.00%
==6404== 
==6404== D   refs:      205,658,580  (133,300,829 rd   + 72,357,751 wr)
==6404== D1  misses:        344,866  (    204,668 rd   +    140,198 wr)
==6404== LLd misses:        137,602  (      4,256 rd   +    133,346 wr)
==6404== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==6404== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==6404== 
==6404== LL refs:           348,810  (    208,612 rd   +    140,198 wr)
==6404== LL misses:         140,389  (      7,043 rd   +    133,346 wr)
==6404== LL miss rate:          0.0% (        0.0%     +        0.2%  )

FEYNMAN = 27, // Feynman timestamp(1713419340)
FEYNMAN_FIX = 28, // FeynmanFix timestamp(1713419340)
CANCUN = 29, // Cancun timestamp(1718863500)
HABER = 30, // Haber TBD
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think we have the haber time on BSC mainnet now.

@unclezoro unclezoro added this pull request to the merge queue Jun 18, 2024
Merged via the queue into develop with commit bc30717 Jun 18, 2024
25 checks passed
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