Skip to content

Conversation

@grarco
Copy link
Collaborator

@grarco grarco commented Oct 3, 2024

Describe your changes

Closes #3872.

Checklist before merging

  • If this PR has some consensus breaking changes, I added the corresponding breaking:: labels
    • This will require 2 reviewers to approve the changes
  • If this PR requires changes to the docs or specs, a corresponding PR is opened in the namada-docs repo
    • Relevant PR if applies:
  • If this PR affects services such as namada-indexer or namada-masp-indexer, a corresponding PR is opened in that repo
    • Relevant PR if applies:

@codecov
Copy link

codecov bot commented Oct 3, 2024

Codecov Report

Attention: Patch coverage is 98.96907% with 1 line in your changes missing coverage. Please review.

Project coverage is 73.24%. Comparing base (602d154) to head (f7c195f).
Report is 16 commits behind head on main.

Files with missing lines Patch % Lines
crates/sdk/src/signing.rs 94.11% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3882      +/-   ##
==========================================
+ Coverage   73.20%   73.24%   +0.03%     
==========================================
  Files         341      341              
  Lines      105151   105240      +89     
==========================================
+ Hits        76978    77085     +107     
+ Misses      28173    28155      -18     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@grarco grarco marked this pull request as ready for review October 3, 2024 14:17
@grarco grarco requested a review from tzemanovic October 3, 2024 14:18
@tzemanovic tzemanovic added backport-44 merge Ready to merge - mergifyio bot will add the PR to merge queue when all checks pass labels Oct 3, 2024
mergify bot added a commit that referenced this pull request Oct 4, 2024
mergify bot added a commit that referenced this pull request Oct 4, 2024
@mergify mergify bot merged commit 3bba226 into main Oct 4, 2024
@mergify mergify bot deleted the grarco/better-batch-contruction branch October 4, 2024 09:17
mergify bot pushed a commit that referenced this pull request Oct 4, 2024
(cherry picked from commit f7c195f)
tzemanovic added a commit that referenced this pull request Oct 4, 2024
* origin/mergify/bp/0.44.0/pr-3882:
  Changelog #3882
  Extends batch sections test to check duplicate sections
  Custom `PartialEq` impl for `SigningTxData`
  Fixes cmt reference in `add_inner_tx`
  Avoids duplicated sections when contructing a batch
tzemanovic added a commit that referenced this pull request Oct 11, 2024
* 0.44.0:
  Namada 0.44.1
  Removes old reference to encrypted txs
  test/e2e/ibc: try to kill gaiad before running it
  Fixes broken assertions in integration tests
  Update crates/sdk/src/queries/vp/pos.rs
  small fix from comments
  changelog: add #3899
  fix up liveness queries
  Add new rpc query function to check validators' liveness(uptime) in this epoch
  test/e2e: try to forward Ctrl+C to the bg session
  Changelog for #3860
  feat: serde rename batch index into masp tx index
  Tries to drop bg process in tests
  mergify: unquote base branch name
  Changelog #3882
  Extends batch sections test to check duplicate sections
  Custom `PartialEq` impl for `SigningTxData`
  Fixes cmt reference in `add_inner_tx`
  Avoids duplicated sections when contructing a batch
  ci/mergify: unquote base name
  Increases timeout on epoch sleep
  Improves epoch sleeping in ibc tests and renames token variable
  Changelog #3866
  Sped up ibc token test
  Fixes ibc gas payment test
  Fixes typos and updates docstring
  e2e test for ibc token gas payment
  goveranance: let validator vote even if it doesn't have a self-bond
  changelog: add #3835
  tx: test tx sections api
  tx: improve the serialization api
  test/tx: add more unit tests
  tx: split out tx sections into dedicated mod
  tx: move signing related code into sign mod
  tx: rm unsued `SignedTxData`
  refactor and test signature index
  tx/types: rm unused code
  test/e2e: no dbg logs in shielded sync
  ci/mergify: add merge rule for backport to 0.44
  mergify: add backport strategy
  Changelog #3857
  Removes unused `Success` event
  Adds test for identical events in batch
  Adds batch events tests
  Removes eprintln from prepare proposal unit tests
  Adds tests for whitelisted tokens gas payment
  update hermes
  test/e2e: increase hermes timeout
  README: add notes about hermes
  update hermes
  ci: run checks on release branches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge Ready to merge - mergifyio bot will add the PR to merge queue when all checks pass non-breaking-change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Avoid duplicated sections when batching

3 participants