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

native: implement HF-based update #3402

Merged
merged 12 commits into from
May 10, 2024

core: add unit tests for HF-based native contracts update

9b8d579
Select commit
Loading
Failed to load commit list.
Merged

native: implement HF-based update #3402

core: add unit tests for HF-based native contracts update
9b8d579
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed May 8, 2024 in 1s

84.52% of diff hit (target 86.12%)

View this Pull Request on Codecov

84.52% of diff hit (target 86.12%)

Annotations

Check warning on line 61 in pkg/config/hardfork.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/config/hardfork.go#L60-L61

Added lines #L60 - L61 were not covered by tests

Check warning on line 70 in pkg/config/hardfork.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/config/hardfork.go#L70

Added line #L70 was not covered by tests

Check warning on line 35 in pkg/config/hardfork_string.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/config/hardfork_string.go#L34-L35

Added lines #L34 - L35 were not covered by tests

Check warning on line 2301 in pkg/core/blockchain.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/core/blockchain.go#L2301

Added line #L2301 was not covered by tests

Check warning on line 248 in pkg/core/interop/context.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/core/interop/context.go#L248

Added line #L248 was not covered by tests

Check warning on line 251 in pkg/core/interop/context.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/core/interop/context.go#L251

Added line #L251 was not covered by tests

Check warning on line 260 in pkg/core/interop/context.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/core/interop/context.go#L260

Added line #L260 was not covered by tests

Check warning on line 266 in pkg/core/interop/context.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/core/interop/context.go#L265-L266

Added lines #L265 - L266 were not covered by tests

Check warning on line 315 in pkg/core/interop/context.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/core/interop/context.go#L315

Added line #L315 was not covered by tests

Check warning on line 382 in pkg/core/interop/context.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/core/interop/context.go#L382

Added line #L382 was not covered by tests

Check warning on line 403 in pkg/core/interop/context.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/core/interop/context.go#L403

Added line #L403 was not covered by tests

Check warning on line 411 in pkg/core/interop/context.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/core/interop/context.go#L411

Added line #L411 was not covered by tests

Check warning on line 138 in pkg/core/native/designate.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/core/native/designate.go#L138

Added line #L138 was not covered by tests

Check warning on line 43 in pkg/core/native/interop.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/core/native/interop.go#L43

Added line #L43 was not covered by tests

Check warning on line 644 in pkg/core/native/management.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/core/native/management.go#L644

Added line #L644 was not covered by tests

Check warning on line 655 in pkg/core/native/management.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/core/native/management.go#L655

Added line #L655 was not covered by tests

Check warning on line 658 in pkg/core/native/management.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/core/native/management.go#L658

Added line #L658 was not covered by tests

Check warning on line 734 in pkg/core/native/management.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/core/native/management.go#L734

Added line #L734 was not covered by tests

Check warning on line 88 in pkg/core/native/native_gas.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/core/native/native_gas.go#L88

Added line #L88 was not covered by tests

Check warning on line 342 in pkg/core/native/native_nep17.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/core/native/native_nep17.go#L342

Added line #L342 was not covered by tests

Check warning on line 357 in pkg/core/native/native_nep17.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/core/native/native_nep17.go#L357

Added line #L357 was not covered by tests

Check warning on line 132 in pkg/core/native/notary.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/core/native/notary.go#L132

Added line #L132 was not covered by tests

Check warning on line 264 in pkg/core/native/oracle.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/core/native/oracle.go#L259-L264

Added lines #L259 - L264 were not covered by tests

Check warning on line 267 in pkg/core/native/oracle.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/core/native/oracle.go#L266-L267

Added lines #L266 - L267 were not covered by tests

Check warning on line 174 in pkg/core/native/policy.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/core/native/policy.go#L174

Added line #L174 was not covered by tests