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

Add support for 2025 Cash Improvement Proposals and VM benchmarking #139

Open
wants to merge 26 commits into
base: master
Choose a base branch
from

Release v3.1.0-next.4 (#152)

489cac0
Select commit
Loading
Failed to load commit list.
Open

Add support for 2025 Cash Improvement Proposals and VM benchmarking #139

Release v3.1.0-next.4 (#152)
489cac0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 19, 2024 in 1s

72.87% of diff hit (target 98.35%)

View this Pull Request on Codecov

72.87% of diff hit (target 98.35%)

Annotations

Check warning on line 120 in src/lib/compiler/compiler-bch/compiler-bch.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/compiler/compiler-bch/compiler-bch.ts#L120

Added line #L120 was not covered by tests

Check warning on line 135 in src/lib/compiler/compiler-bch/compiler-bch.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/compiler/compiler-bch/compiler-bch.ts#L135

Added line #L135 was not covered by tests

Check warning on line 152 in src/lib/compiler/compiler-bch/compiler-bch.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/compiler/compiler-bch/compiler-bch.ts#L152

Added line #L152 was not covered by tests

Check warning on line 103 in src/lib/format/error.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/format/error.ts#L95-L103

Added lines #L95 - L103 were not covered by tests

Check warning on line 130 in src/lib/language/language-utils.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/language/language-utils.ts#L128-L130

Added lines #L128 - L130 were not covered by tests

Check warning on line 50 in src/lib/language/reduce.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/language/reduce.ts#L50

Added line #L50 was not covered by tests

Check warning on line 53 in src/lib/language/reduce.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/language/reduce.ts#L53

Added line #L53 was not covered by tests

Check warning on line 100 in src/lib/transaction/generate-transaction.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/transaction/generate-transaction.ts#L100

Added line #L100 was not covered by tests

Check warning on line 345 in src/lib/transaction/generate-transaction.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/transaction/generate-transaction.ts#L345

Added line #L345 was not covered by tests

Check warning on line 238 in src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts#L237-L238

Added lines #L237 - L238 were not covered by tests

Check warning on line 250 in src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts#L245-L250

Added lines #L245 - L250 were not covered by tests

Check warning on line 263 in src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts#L263

Added line #L263 was not covered by tests

Check warning on line 275 in src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts#L270-L275

Added lines #L270 - L275 were not covered by tests

Check warning on line 286 in src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts#L284-L286

Added lines #L284 - L286 were not covered by tests

Check warning on line 327 in src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts#L322-L327

Added lines #L322 - L327 were not covered by tests

Check warning on line 362 in src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts#L357-L362

Added lines #L357 - L362 were not covered by tests

Check warning on line 369 in src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts#L364-L369

Added lines #L364 - L369 were not covered by tests

Check warning on line 390 in src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts#L385-L390

Added lines #L385 - L390 were not covered by tests

Check warning on line 400 in src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts#L395-L400

Added lines #L395 - L400 were not covered by tests

Check warning on line 406 in src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts#L402-L406

Added lines #L402 - L406 were not covered by tests

Check warning on line 736 in src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts#L735-L736

Added lines #L735 - L736 were not covered by tests

Check warning on line 739 in src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts#L739

Added line #L739 was not covered by tests

Check warning on line 748 in src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts#L742-L748

Added lines #L742 - L748 were not covered by tests

Check warning on line 815 in src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts#L810-L815

Added lines #L810 - L815 were not covered by tests

Check warning on line 823 in src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.ts#L823

Added line #L823 was not covered by tests