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

perf: improve wasm block sync efficiency #226

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

test: push to save

b370df3
Select commit
Loading
Failed to load commit list.
Open

perf: improve wasm block sync efficiency #226

test: push to save
b370df3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 31, 2024 in 0s

0.00% of diff hit (target 80.00%)

View this Pull Request on Codecov

0.00% of diff hit (target 80.00%)

Annotations

Check warning on line 935 in relayer/chains/wasm/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/wasm/query.go#L931-L935

Added lines #L931 - L935 were not covered by tests

Check warning on line 947 in relayer/chains/wasm/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/wasm/query.go#L937-L947

Added lines #L937 - L947 were not covered by tests

Check warning on line 957 in relayer/chains/wasm/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/wasm/query.go#L950-L957

Added lines #L950 - L957 were not covered by tests

Check warning on line 969 in relayer/chains/wasm/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/wasm/query.go#L960-L969

Added lines #L960 - L969 were not covered by tests

Check warning on line 980 in relayer/chains/wasm/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/wasm/query.go#L971-L980

Added lines #L971 - L980 were not covered by tests

Check warning on line 983 in relayer/chains/wasm/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/wasm/query.go#L983

Added line #L983 was not covered by tests

Check warning on line 1000 in relayer/chains/wasm/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/wasm/query.go#L986-L1000

Added lines #L986 - L1000 were not covered by tests

Check warning on line 1004 in relayer/chains/wasm/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/wasm/query.go#L1002-L1004

Added lines #L1002 - L1004 were not covered by tests

Check warning on line 1008 in relayer/chains/wasm/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/wasm/query.go#L1008

Added line #L1008 was not covered by tests

Check warning on line 1027 in relayer/chains/wasm/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/wasm/query.go#L1014-L1027

Added lines #L1014 - L1027 were not covered by tests

Check warning on line 1040 in relayer/chains/wasm/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/wasm/query.go#L1030-L1040

Added lines #L1030 - L1040 were not covered by tests

Check warning on line 1055 in relayer/chains/wasm/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/wasm/query.go#L1042-L1055

Added lines #L1042 - L1055 were not covered by tests

Check warning on line 1059 in relayer/chains/wasm/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/wasm/query.go#L1059

Added line #L1059 was not covered by tests

Check warning on line 268 in relayer/chains/wasm/wasm_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/wasm/wasm_chain_processor.go#L267-L268

Added lines #L267 - L268 were not covered by tests

Check warning on line 286 in relayer/chains/wasm/wasm_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/wasm/wasm_chain_processor.go#L276-L286

Added lines #L276 - L286 were not covered by tests

Check warning on line 302 in relayer/chains/wasm/wasm_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/wasm/wasm_chain_processor.go#L292-L302

Added lines #L292 - L302 were not covered by tests

Check warning on line 317 in relayer/chains/wasm/wasm_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/wasm/wasm_chain_processor.go#L304-L317

Added lines #L304 - L317 were not covered by tests

Check warning on line 332 in relayer/chains/wasm/wasm_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/wasm/wasm_chain_processor.go#L319-L332

Added lines #L319 - L332 were not covered by tests

Check warning on line 405 in relayer/chains/wasm/wasm_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/wasm/wasm_chain_processor.go#L395-L405

Added lines #L395 - L405 were not covered by tests

Check warning on line 424 in relayer/chains/wasm/wasm_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/wasm/wasm_chain_processor.go#L408-L424

Added lines #L408 - L424 were not covered by tests

Check warning on line 429 in relayer/chains/wasm/wasm_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/wasm/wasm_chain_processor.go#L426-L429

Added lines #L426 - L429 were not covered by tests

Check warning on line 435 in relayer/chains/wasm/wasm_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/wasm/wasm_chain_processor.go#L431-L435

Added lines #L431 - L435 were not covered by tests

Check warning on line 453 in relayer/chains/wasm/wasm_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/wasm/wasm_chain_processor.go#L438-L453

Added lines #L438 - L453 were not covered by tests

Check warning on line 459 in relayer/chains/wasm/wasm_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/wasm/wasm_chain_processor.go#L456-L459

Added lines #L456 - L459 were not covered by tests

Check warning on line 471 in relayer/chains/wasm/wasm_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/wasm/wasm_chain_processor.go#L462-L471

Added lines #L462 - L471 were not covered by tests