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

feat: tx queue for unordered txs requests #48

Merged
merged 10 commits into from
Aug 20, 2024

use colon

7a47fb4
Select commit
Loading
Failed to load commit list.
Merged

feat: tx queue for unordered txs requests #48

use colon
7a47fb4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Aug 20, 2024 in 0s

0.87% of diff hit (target 26.53%)

View this Pull Request on Codecov

0.87% of diff hit (target 26.53%)

Annotations

Check warning on line 88 in indexer/indexer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/indexer.go#L85-L88

Added lines #L85 - L88 were not covered by tests

Check warning on line 90 in indexer/indexer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/indexer.go#L90

Added line #L90 was not covered by tests

Check warning on line 45 in jsonrpc/backend/backend.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/backend.go#L38-L45

Added lines #L38 - L45 were not covered by tests

Check warning on line 49 in jsonrpc/backend/backend.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/backend.go#L47-L49

Added lines #L47 - L49 were not covered by tests

Check warning on line 54 in jsonrpc/backend/backend.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/backend.go#L51-L54

Added lines #L51 - L54 were not covered by tests

Check warning on line 65 in jsonrpc/backend/backend.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/backend.go#L57-L65

Added lines #L57 - L65 were not covered by tests

Check warning on line 29 in jsonrpc/backend/errors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/errors.go#L28-L29

Added lines #L28 - L29 were not covered by tests

Check warning on line 33 in jsonrpc/backend/errors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/errors.go#L32-L33

Added lines #L32 - L33 were not covered by tests

Check warning on line 41 in jsonrpc/backend/errors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/errors.go#L36-L41

Added lines #L36 - L41 were not covered by tests

Check warning on line 60 in jsonrpc/backend/tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/tx.go#L57-L60

Added lines #L57 - L60 were not covered by tests

Check warning on line 66 in jsonrpc/backend/tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/tx.go#L62-L66

Added lines #L62 - L66 were not covered by tests

Check warning on line 76 in jsonrpc/backend/tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/tx.go#L68-L76

Added lines #L68 - L76 were not covered by tests

Check warning on line 83 in jsonrpc/backend/tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/tx.go#L78-L83

Added lines #L78 - L83 were not covered by tests

Check warning on line 92 in jsonrpc/backend/tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/tx.go#L86-L92

Added lines #L86 - L92 were not covered by tests

Check warning on line 103 in jsonrpc/backend/tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/tx.go#L94-L103

Added lines #L94 - L103 were not covered by tests

Check warning on line 106 in jsonrpc/backend/tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/tx.go#L106

Added line #L106 was not covered by tests

Check warning on line 125 in jsonrpc/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/config/config.go#L111-L125

Added lines #L111 - L125 were not covered by tests

Check warning on line 130 in jsonrpc/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/config/config.go#L128-L130

Added lines #L128 - L130 were not covered by tests

Check warning on line 150 in jsonrpc/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/config/config.go#L149-L150

Added lines #L149 - L150 were not covered by tests

Check warning on line 170 in jsonrpc/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/config/config.go#L169-L170

Added lines #L169 - L170 were not covered by tests

Check warning on line 70 in jsonrpc/jsonrpc.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/jsonrpc.go#L66-L70

Added lines #L66 - L70 were not covered by tests

Check warning on line 42 in x/evm/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/config/config.go#L42

Added line #L42 was not covered by tests

Check warning on line 49 in x/evm/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/config/config.go#L48-L49

Added lines #L48 - L49 were not covered by tests

Check warning on line 153 in x/evm/keeper/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/keeper/keeper.go#L152-L153

Added lines #L152 - L153 were not covered by tests