Skip to content

Conversation

@Daanvdplas
Copy link
Collaborator

@Daanvdplas Daanvdplas commented Nov 4, 2025

Closes #612

@Daanvdplas Daanvdplas force-pushed the daan/fix-contract_gas_input_devex branch from 62a149c to 222a07c Compare November 5, 2025 11:13
@Daanvdplas Daanvdplas requested a review from tsenovilla November 5, 2025 11:39
@codecov
Copy link

codecov bot commented Nov 5, 2025

Codecov Report

❌ Patch coverage is 93.47826% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 77.00%. Comparing base (0da971d) to head (a8a7ab0).
⚠️ Report is 1 commits behind head on daan/fix-contract_interaction.

Files with missing lines Patch % Lines
crates/pop-cli/src/commands/call/contract.rs 93.47% 3 Missing and 3 partials ⚠️
@@                        Coverage Diff                        @@
##           daan/fix-contract_interaction     #714      +/-   ##
=================================================================
+ Coverage                          76.96%   77.00%   +0.04%     
=================================================================
  Files                                111      111              
  Lines                              25360    25402      +42     
  Branches                           25360    25402      +42     
=================================================================
+ Hits                               19519    19562      +43     
- Misses                              3775     3776       +1     
+ Partials                            2066     2064       -2     
Files with missing lines Coverage Δ
crates/pop-cli/src/commands/call/contract.rs 71.79% <93.47%> (+1.61%) ⬆️

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Daanvdplas Daanvdplas merged commit b8e0943 into daan/fix-contract_interaction Nov 5, 2025
17 checks passed
@Daanvdplas Daanvdplas deleted the daan/fix-contract_gas_input_devex branch November 5, 2025 15:30
/// call.
#[arg(name = "gas", short, long)]
/// DEPRECATED use `--manual-weight <REF_TIME> <PROOF_SIZE>` instead, removed in v0.13.0.
#[arg(name = "gas", short, long, conflicts_with = "manual_weight", requires = "proof_size")]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one (and the other deprecated ones) should be marked with #[deprecated].

Daanvdplas added a commit that referenced this pull request Nov 7, 2025
* fix: chain & contract manual interaction

* Update crates/pop-cli/src/commands/call/chain.rs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* refactor: resolve funct args

* fix: contract gas input devex (#714)

* refactor: manual weight

* fix: docs and issue tommy

* fix: ci

* Update crates/pop-cli/src/commands/call/contract.rs

* Update crates/pop-cli/src/commands/call/contract.rs

* Update crates/pop-cli/src/commands/call/contract.rs

* Update crates/pop-cli/src/commands/call/contract.rs

* Update crates/pop-cli/src/commands/call/contract.rs

* fix: ci

* fix: deprecated

* fix: tests deprecated error

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants