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

release: prepare for v1.0.5 #87

Merged
merged 1 commit into from
Nov 12, 2024
Merged

release: prepare for v1.0.5 #87

merged 1 commit into from
Nov 12, 2024

Conversation

yutianwu
Copy link
Contributor

@yutianwu yutianwu commented Nov 12, 2024

Description

This pr will merge the develop to main for release v1.0.5

The changes:

  1. fix: fix the gas price check for opBNB #86

Rationale

na

Example

na

Changes

Notable changes:

  • merge develop to main

Potential Impacts

na

Copy link
Contributor

Valgrind Results:

==6080== Cachegrind, a cache and branch-prediction profiler
==6080== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==6080== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==6080== Command: target/release/snailtracer
==6080== 
--6080-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.979842372s
==6080== 
==6080== I   refs:      479,820,877
==6080== I1  misses:          3,234
==6080== LLi misses:          2,883
==6080== I1  miss rate:        0.00%
==6080== LLi miss rate:        0.00%
==6080== 
==6080== D   refs:      216,897,591  (137,945,401 rd   + 78,952,190 wr)
==6080== D1  misses:        342,425  (    202,248 rd   +    140,177 wr)
==6080== LLd misses:        137,704  (      4,404 rd   +    133,300 wr)
==6080== D1  miss rate:         0.2% (        0.1%     +        0.2%  )
==6080== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==6080== 
==6080== LL refs:           345,659  (    205,482 rd   +    140,177 wr)
==6080== LL misses:         140,587  (      7,287 rd   +    133,300 wr)
==6080== LL miss rate:          0.0% (        0.0%     +        0.2%  )

@unclezoro unclezoro merged commit a9752c9 into main Nov 12, 2024
43 of 51 checks passed
@yutianwu yutianwu changed the title release: prepare for v1.0.3 release: prepare for v1.0.4 Nov 12, 2024
@yutianwu yutianwu changed the title release: prepare for v1.0.4 release: prepare for v1.0.5 Nov 12, 2024
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