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

Manage pending in memory and move it to synchroniser #1844

Merged
merged 5 commits into from
Dec 12, 2024

Move pending to sync package

45524e2
Select commit
Loading
Failed to load commit list.
Merged

Manage pending in memory and move it to synchroniser #1844

Move pending to sync package
45524e2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 12, 2024 in 0s

69.79% of diff hit (target 60.00%)

View this Pull Request on Codecov

69.79% of diff hit (target 60.00%)

Annotations

Check warning on line 164 in rpc/helpers.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/helpers.go#L164

Added line #L164 was not covered by tests

Check warning on line 433 in rpc/transaction.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/transaction.go#L432-L433

Added lines #L432 - L433 were not covered by tests

Check warning on line 443 in rpc/transaction.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/transaction.go#L440-L443

Added lines #L440 - L443 were not covered by tests

Check warning on line 499 in rpc/transaction.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/transaction.go#L498-L499

Added lines #L498 - L499 were not covered by tests

Check warning on line 510 in rpc/transaction.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/transaction.go#L506-L510

Added lines #L506 - L510 were not covered by tests

Check warning on line 522 in rpc/transaction.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/transaction.go#L522

Added line #L522 was not covered by tests

Check warning on line 527 in rpc/transaction.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/transaction.go#L526-L527

Added lines #L526 - L527 were not covered by tests

Check warning on line 58 in sync/sync.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sync/sync.go#L58

Added line #L58 was not covered by tests

Check warning on line 70 in sync/sync.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sync/sync.go#L69-L70

Added lines #L69 - L70 were not covered by tests

Check warning on line 74 in sync/sync.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sync/sync.go#L73-L74

Added lines #L73 - L74 were not covered by tests

Check warning on line 78 in sync/sync.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sync/sync.go#L77-L78

Added lines #L77 - L78 were not covered by tests

Check warning on line 532 in sync/sync.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sync/sync.go#L532

Added line #L532 was not covered by tests

Check warning on line 548 in sync/sync.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sync/sync.go#L547-L548

Added lines #L547 - L548 were not covered by tests

Check warning on line 579 in sync/sync.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sync/sync.go#L574-L579

Added lines #L574 - L579 were not covered by tests

Check warning on line 587 in sync/sync.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sync/sync.go#L586-L587

Added lines #L586 - L587 were not covered by tests