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: add file-based transaction indexing #546

Merged
merged 38 commits into from
Oct 19, 2023

Merge branch 'master' into feature/simple-tx-indexing

d43a83f
Select commit
Loading
Failed to load commit list.
Merged

feat: add file-based transaction indexing #546

Merge branch 'master' into feature/simple-tx-indexing
d43a83f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 19, 2023 in 0s

66.66% of diff hit (target 47.55%)

View this Pull Request on Codecov

66.66% of diff hit (target 47.55%)

Annotations

Check warning on line 132 in tm2/pkg/autofile/group.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/autofile/group.go#L128-L132

Added lines #L128 - L132 were not covered by tests

Check warning on line 147 in tm2/pkg/autofile/group.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/autofile/group.go#L144-L147

Added lines #L144 - L147 were not covered by tests

Check warning on line 156 in tm2/pkg/autofile/group.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/autofile/group.go#L153-L156

Added lines #L153 - L156 were not covered by tests

Check warning on line 213 in tm2/pkg/bft/node/node.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/bft/node/node.go#L209-L213

Added lines #L209 - L213 were not covered by tests

Check warning on line 849 in tm2/pkg/bft/node/node.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/bft/node/node.go#L849

Added line #L849 was not covered by tests

Check warning on line 119 in tm2/pkg/bft/rpc/core/pipe.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/bft/rpc/core/pipe.go#L118-L119

Added lines #L118 - L119 were not covered by tests

Check warning on line 53 in tm2/pkg/bft/state/eventstore/file/file.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/bft/state/eventstore/file/file.go#L52-L53

Added lines #L52 - L53 were not covered by tests

Check warning on line 79 in tm2/pkg/bft/state/eventstore/file/file.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/bft/state/eventstore/file/file.go#L78-L79

Added lines #L78 - L79 were not covered by tests

Check warning on line 84 in tm2/pkg/bft/state/eventstore/file/file.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/bft/state/eventstore/file/file.go#L83-L84

Added lines #L83 - L84 were not covered by tests

Check warning on line 89 in tm2/pkg/bft/state/eventstore/file/file.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/bft/state/eventstore/file/file.go#L88-L89

Added lines #L88 - L89 were not covered by tests

Check warning on line 39 in tm2/pkg/bft/state/eventstore/store_service.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/bft/state/eventstore/store_service.go#L38-L39

Added lines #L38 - L39 were not covered by tests

Check warning on line 56 in tm2/pkg/bft/state/eventstore/store_service.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/bft/state/eventstore/store_service.go#L53-L56

Added lines #L53 - L56 were not covered by tests

Check warning on line 75 in tm2/pkg/bft/state/eventstore/store_service.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/bft/state/eventstore/store_service.go#L73-L75

Added lines #L73 - L75 were not covered by tests

Check warning on line 81 in tm2/pkg/bft/state/eventstore/store_service.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/bft/state/eventstore/store_service.go#L80-L81

Added lines #L80 - L81 were not covered by tests

Check warning on line 28 in tm2/pkg/bft/state/eventstore/types/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/bft/state/eventstore/types/config.go#L25-L28

Added lines #L25 - L28 were not covered by tests