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

Merge dev/katana branch #1697

Merged
merged 20 commits into from
Mar 26, 2024

fix(katana-executor): return reverted tx as error in estimate fee

0c67745
Select commit
Loading
Failed to load commit list.
Merged

Merge dev/katana branch #1697

fix(katana-executor): return reverted tx as error in estimate fee
0c67745
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Mar 26, 2024 in 1s

60.69% of diff hit (target 68.09%)

View this Pull Request on Codecov

60.69% of diff hit (target 68.09%)

Annotations

Check warning on line 221 in bin/katana/src/args.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/katana/src/args.rs#L221

Added line #L221 was not covered by tests

Check warning on line 72 in bin/katana/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/katana/src/main.rs#L46-L72

Added lines #L46 - L72 were not covered by tests

Check warning on line 79 in bin/katana/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/katana/src/main.rs#L78-L79

Added lines #L78 - L79 were not covered by tests

Check warning on line 19 in bin/saya/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/saya/src/main.rs#L19

Added line #L19 was not covered by tests

Check warning on line 34 in crates/dojo-test-utils/src/sequencer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-test-utils/src/sequencer.rs#L34

Added line #L34 was not covered by tests

Check warning on line 48 in crates/dojo-test-utils/src/sequencer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-test-utils/src/sequencer.rs#L41-L48

Added lines #L41 - L48 were not covered by tests

Check warning on line 58 in crates/dojo-test-utils/src/sequencer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-test-utils/src/sequencer.rs#L51-L58

Added lines #L51 - L58 were not covered by tests

Check warning on line 75 in crates/dojo-test-utils/src/sequencer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-test-utils/src/sequencer.rs#L74-L75

Added lines #L74 - L75 were not covered by tests

Check warning on line 100 in crates/katana/core/src/backend/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/core/src/backend/mod.rs#L99-L100

Added lines #L99 - L100 were not covered by tests

Check warning on line 103 in crates/katana/core/src/backend/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/core/src/backend/mod.rs#L102-L103

Added lines #L102 - L103 were not covered by tests

Check warning on line 113 in crates/katana/core/src/backend/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/core/src/backend/mod.rs#L113

Added line #L113 was not covered by tests

Check warning on line 135 in crates/katana/core/src/backend/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/core/src/backend/mod.rs#L135

Added line #L135 was not covered by tests

Check warning on line 150 in crates/katana/core/src/backend/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/core/src/backend/mod.rs#L150

Added line #L150 was not covered by tests

Check warning on line 159 in crates/katana/core/src/backend/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/core/src/backend/mod.rs#L159

Added line #L159 was not covered by tests

Check warning on line 198 in crates/katana/core/src/backend/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/core/src/backend/mod.rs#L198

Added line #L198 was not covered by tests

Check warning on line 111 in crates/katana/core/src/sequencer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/core/src/sequencer.rs#L111

Added line #L111 was not covered by tests

Check warning on line 141 in crates/katana/core/src/sequencer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/core/src/sequencer.rs#L134-L141

Added lines #L134 - L141 were not covered by tests

Check warning on line 209 in crates/katana/core/src/sequencer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/core/src/sequencer.rs#L209

Added line #L209 was not covered by tests

Check warning on line 248 in crates/katana/core/src/sequencer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/core/src/sequencer.rs#L247-L248

Added lines #L247 - L248 were not covered by tests

Check warning on line 290 in crates/katana/core/src/sequencer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/core/src/sequencer.rs#L288-L290

Added lines #L288 - L290 were not covered by tests

Check warning on line 432 in crates/katana/core/src/sequencer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/core/src/sequencer.rs#L432

Added line #L432 was not covered by tests

Check warning on line 500 in crates/katana/core/src/sequencer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/core/src/sequencer.rs#L500

Added line #L500 was not covered by tests

Check warning on line 509 in crates/katana/core/src/sequencer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/core/src/sequencer.rs#L509

Added line #L509 was not covered by tests

Check warning on line 32 in crates/katana/core/src/service/block_producer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/core/src/service/block_producer.rs#L32

Added line #L32 was not covered by tests

Check warning on line 52 in crates/katana/core/src/service/block_producer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/core/src/service/block_producer.rs#L52

Added line #L52 was not covered by tests