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 fee token to TransactionOption and TxnConfig #2650

Merged
merged 5 commits into from
Nov 7, 2024

fix: remove unused file and switch to single match for fee config

59c159a
Select commit
Loading
Failed to load commit list.
Merged

feat: add fee token to TransactionOption and TxnConfig #2650

fix: remove unused file and switch to single match for fee config
59c159a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 7, 2024 in 1s

64.97% of diff hit (target 57.34%)

View this Pull Request on Codecov

64.97% of diff hit (target 57.34%)

Annotations

Check warning on line 64 in bin/sozo/src/commands/migrate.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/migrate.rs#L64

Added line #L64 was not covered by tests

Check warning on line 15 in bin/sozo/src/commands/options/transaction.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/options/transaction.rs#L15

Added line #L15 was not covered by tests

Check warning on line 83 in bin/sozo/src/commands/options/transaction.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/options/transaction.rs#L83

Added line #L83 was not covered by tests

Check warning on line 85 in bin/sozo/src/commands/options/transaction.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/options/transaction.rs#L85

Added line #L85 was not covered by tests

Check warning on line 90 in bin/sozo/src/commands/options/transaction.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/options/transaction.rs#L87-L90

Added lines #L87 - L90 were not covered by tests

Check warning on line 150 in bin/sozo/src/commands/options/transaction.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/options/transaction.rs#L148-L150

Added lines #L148 - L150 were not covered by tests

Check warning on line 155 in bin/sozo/src/commands/options/transaction.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/options/transaction.rs#L152-L155

Added lines #L152 - L155 were not covered by tests

Check warning on line 157 in bin/sozo/src/commands/options/transaction.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/options/transaction.rs#L157

Added line #L157 was not covered by tests

Check warning on line 199 in bin/sozo/src/commands/options/transaction.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/options/transaction.rs#L199

Added line #L199 was not covered by tests

Check warning on line 229 in bin/sozo/src/commands/options/transaction.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/options/transaction.rs#L229

Added line #L229 was not covered by tests

Check warning on line 109 in crates/dojo/utils/src/tx/declarer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/utils/src/tx/declarer.rs#L106-L109

Added lines #L106 - L109 were not covered by tests

Check warning on line 68 in crates/dojo/utils/src/tx/deployer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/utils/src/tx/deployer.rs#L68

Added line #L68 was not covered by tests

Check warning on line 61 in crates/dojo/utils/src/tx/invoker.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/utils/src/tx/invoker.rs#L58-L61

Added lines #L58 - L61 were not covered by tests

Check warning on line 65 in crates/dojo/utils/src/tx/invoker.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/utils/src/tx/invoker.rs#L63-L65

Added lines #L63 - L65 were not covered by tests

Check warning on line 140 in crates/dojo/utils/src/tx/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/utils/src/tx/mod.rs#L138-L140

Added lines #L138 - L140 were not covered by tests

Check warning on line 144 in crates/dojo/utils/src/tx/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/utils/src/tx/mod.rs#L142-L144

Added lines #L142 - L144 were not covered by tests

Check warning on line 165 in crates/dojo/utils/src/tx/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/utils/src/tx/mod.rs#L162-L165

Added lines #L162 - L165 were not covered by tests

Check warning on line 169 in crates/dojo/utils/src/tx/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/utils/src/tx/mod.rs#L167-L169

Added lines #L167 - L169 were not covered by tests

Check warning on line 190 in crates/dojo/utils/src/tx/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/utils/src/tx/mod.rs#L187-L190

Added lines #L187 - L190 were not covered by tests

Check warning on line 194 in crates/dojo/utils/src/tx/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/utils/src/tx/mod.rs#L192-L194

Added lines #L192 - L194 were not covered by tests

Check warning on line 198 in crates/dojo/utils/src/tx/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/utils/src/tx/mod.rs#L197-L198

Added lines #L197 - L198 were not covered by tests

Check warning on line 214 in crates/dojo/utils/src/tx/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/utils/src/tx/mod.rs#L214

Added line #L214 was not covered by tests

Check warning on line 218 in crates/dojo/utils/src/tx/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/utils/src/tx/mod.rs#L218

Added line #L218 was not covered by tests

Check warning on line 220 in crates/dojo/utils/src/tx/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/utils/src/tx/mod.rs#L220

Added line #L220 was not covered by tests

Check warning on line 239 in crates/dojo/utils/src/tx/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo/utils/src/tx/mod.rs#L239

Added line #L239 was not covered by tests