-
Notifications
You must be signed in to change notification settings - Fork 57
Add support for 2025 Cash Improvement Proposals and VM benchmarking #139
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
base: master
Are you sure you want to change the base?
Conversation
…loops, and bigint, expand VMB benchmark tooling and tests
🦋 Changeset detectedLatest commit: 0955b4c The changes in this PR will be included in the next version bump. This PR includes no changesetsWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #139 +/- ##
==========================================
- Coverage 98.35% 95.83% -2.52%
==========================================
Files 152 161 +9
Lines 61284 54034 -7250
Branches 2272 1817 -455
==========================================
- Hits 60276 51785 -8491
- Misses 1002 2248 +1246
+ Partials 6 1 -5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Revise BCH VMs and VMB tests, rewrite VMB test tooling for performance
Release v (next)
e72ba49
to
60aec23
Compare
Submodule and test against BCHN, expand VMB test coverage
Release v3.1.0-next.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
if ('comment' in currentNode) { | ||
const sourceSample = samples.length - 1; | ||
const lastSampleStack = samples[sourceSample]?.state.stack; | ||
const match = /\[\[(?<hint>[\s\S]*?)\]\]/u.exec(currentNode.comment); |
Check failure
Code scanning / CodeQL
Polynomial regular expression used on uncontrolled data High
regular expression
library input
This
regular expression
library input
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
No description provided.