Skip to content

fix: wire up rollbacks

Codecov / codecov/patch succeeded Dec 4, 2024 in 1s

58.76% of diff hit (target 49.87%)

View this Pull Request on Codecov

58.76% of diff hit (target 49.87%)

Annotations

Check warning on line 49 in components/chainhook-postgres/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/chainhook-postgres/src/lib.rs#L49

Added line #L49 was not covered by tests

Check warning on line 54 in components/chainhook-postgres/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/chainhook-postgres/src/lib.rs#L54

Added line #L54 was not covered by tests

Check warning on line 59 in components/chainhook-postgres/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/chainhook-postgres/src/lib.rs#L59

Added line #L59 was not covered by tests

Check warning on line 64 in components/chainhook-postgres/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/chainhook-postgres/src/lib.rs#L61-L64

Added lines #L61 - L64 were not covered by tests

Check warning on line 77 in components/chainhook-postgres/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/chainhook-postgres/src/lib.rs#L77

Added line #L77 was not covered by tests

Check warning on line 81 in components/chainhook-postgres/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/chainhook-postgres/src/lib.rs#L81

Added line #L81 was not covered by tests

Check warning on line 89 in components/chainhook-postgres/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/chainhook-postgres/src/lib.rs#L89

Added line #L89 was not covered by tests

Check warning on line 93 in components/chainhook-postgres/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/chainhook-postgres/src/lib.rs#L92-L93

Added lines #L92 - L93 were not covered by tests

Check warning on line 97 in components/chainhook-postgres/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/chainhook-postgres/src/lib.rs#L95-L97

Added lines #L95 - L97 were not covered by tests

Check warning on line 118 in components/chainhook-postgres/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/chainhook-postgres/src/lib.rs#L118

Added line #L118 was not covered by tests

Check warning on line 123 in components/chainhook-postgres/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/chainhook-postgres/src/lib.rs#L123

Added line #L123 was not covered by tests

Check warning on line 134 in components/chainhook-postgres/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/chainhook-postgres/src/lib.rs#L128-L134

Added lines #L128 - L134 were not covered by tests

Check warning on line 40 in components/chainhook-postgres/src/types/pg_bigint_u32.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/chainhook-postgres/src/types/pg_bigint_u32.rs#L39-L40

Added lines #L39 - L40 were not covered by tests

Check warning on line 46 in components/chainhook-postgres/src/types/pg_bigint_u32.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/chainhook-postgres/src/types/pg_bigint_u32.rs#L45-L46

Added lines #L45 - L46 were not covered by tests

Check warning on line 52 in components/chainhook-postgres/src/types/pg_bigint_u32.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/chainhook-postgres/src/types/pg_bigint_u32.rs#L51-L52

Added lines #L51 - L52 were not covered by tests

Check warning on line 101 in components/chainhook-postgres/src/types/pg_numeric_u128.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/chainhook-postgres/src/types/pg_numeric_u128.rs#L100-L101

Added lines #L100 - L101 were not covered by tests

Check warning on line 107 in components/chainhook-postgres/src/types/pg_numeric_u128.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/chainhook-postgres/src/types/pg_numeric_u128.rs#L106-L107

Added lines #L106 - L107 were not covered by tests

Check warning on line 113 in components/chainhook-postgres/src/types/pg_numeric_u128.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/chainhook-postgres/src/types/pg_numeric_u128.rs#L112-L113

Added lines #L112 - L113 were not covered by tests

Check warning on line 119 in components/chainhook-postgres/src/types/pg_numeric_u128.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/chainhook-postgres/src/types/pg_numeric_u128.rs#L118-L119

Added lines #L118 - L119 were not covered by tests

Check warning on line 125 in components/chainhook-postgres/src/types/pg_numeric_u128.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/chainhook-postgres/src/types/pg_numeric_u128.rs#L124-L125

Added lines #L124 - L125 were not covered by tests

Check warning on line 131 in components/chainhook-postgres/src/types/pg_numeric_u128.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/chainhook-postgres/src/types/pg_numeric_u128.rs#L130-L131

Added lines #L130 - L131 were not covered by tests

Check warning on line 42 in components/chainhook-postgres/src/types/pg_numeric_u64.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/chainhook-postgres/src/types/pg_numeric_u64.rs#L41-L42

Added lines #L41 - L42 were not covered by tests

Check warning on line 48 in components/chainhook-postgres/src/types/pg_numeric_u64.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/chainhook-postgres/src/types/pg_numeric_u64.rs#L47-L48

Added lines #L47 - L48 were not covered by tests

Check warning on line 309 in components/ordhook-cli/src/cli/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/ordhook-cli/src/cli/mod.rs#L309

Added line #L309 was not covered by tests

Check warning on line 311 in components/ordhook-cli/src/cli/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

components/ordhook-cli/src/cli/mod.rs#L311

Added line #L311 was not covered by tests