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

Implement starknet_getMessageStatus #2184

Merged
merged 38 commits into from
Nov 19, 2024

Merge branch 'main' into rianhughes/rpc8-getMessageStatus2

c7dfcb9
Select commit
Loading
Failed to load commit list.
Merged

Implement starknet_getMessageStatus #2184

Merge branch 'main' into rianhughes/rpc8-getMessageStatus2
c7dfcb9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 19, 2024 in 1s

68.30% of diff hit (target 60.00%)

View this Pull Request on Codecov

68.30% of diff hit (target 60.00%)

Annotations

Check warning on line 380 in blockchain/blockchain.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/blockchain.go#L379-L380

Added lines #L379 - L380 were not covered by tests

Check warning on line 614 in blockchain/blockchain.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/blockchain.go#L613-L614

Added lines #L613 - L614 were not covered by tests

Check warning on line 975 in blockchain/blockchain.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/blockchain.go#L973-L975

Added lines #L973 - L975 were not covered by tests

Check warning on line 98 in l1/eth_subscriber.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

l1/eth_subscriber.go#L90-L98

Added lines #L90 - L98 were not covered by tests

Check warning on line 228 in l1/l1.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

l1/l1.go#L227-L228

Added lines #L227 - L228 were not covered by tests

Check warning on line 449 in migration/migration.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

migration/migration.go#L449

Added line #L449 was not covered by tests

Check warning on line 464 in migration/migration.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

migration/migration.go#L463-L464

Added lines #L463 - L464 were not covered by tests

Check warning on line 480 in migration/migration.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

migration/migration.go#L479-L480

Added lines #L479 - L480 were not covered by tests

Check warning on line 486 in migration/migration.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

migration/migration.go#L485-L486

Added lines #L485 - L486 were not covered by tests

Check warning on line 501 in migration/migration.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

migration/migration.go#L500-L501

Added lines #L500 - L501 were not covered by tests

Check warning on line 288 in node/node.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

node/node.go#L288

Added line #L288 was not covered by tests

Check warning on line 120 in rpc/handlers.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/handlers.go#L119-L120

Added lines #L119 - L120 were not covered by tests

Check warning on line 61 in rpc/l1.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/l1.go#L60-L61

Added lines #L60 - L61 were not covered by tests

Check warning on line 68 in rpc/l1.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/l1.go#L67-L68

Added lines #L67 - L68 were not covered by tests

Check warning on line 72 in rpc/l1.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/l1.go#L71-L72

Added lines #L71 - L72 were not covered by tests

Check warning on line 85 in rpc/l1.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/l1.go#L84-L85

Added lines #L84 - L85 were not covered by tests

Check warning on line 90 in rpc/l1.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/l1.go#L89-L90

Added lines #L89 - L90 were not covered by tests

Check warning on line 101 in rpc/l1.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/l1.go#L100-L101

Added lines #L100 - L101 were not covered by tests

Check warning on line 763 in rpc/transaction.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/transaction.go#L763

Added line #L763 was not covered by tests

Check warning on line 766 in rpc/transaction.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/transaction.go#L766

Added line #L766 was not covered by tests