Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Rename Declare to DeclareDeprecated & DeclareV2 to Declare #1220

Merged
merged 59 commits into from
Feb 8, 2024

Conversation

fmoletta
Copy link
Contributor

@fmoletta fmoletta commented Feb 2, 2024

Closes #1208
Based on #1210 for convenience

@fmoletta fmoletta added the 0.13 label Feb 2, 2024
Base automatically changed from map-sn-api-ro-sir-structs to main February 2, 2024 21:28
@codecov-commenter
Copy link

codecov-commenter commented Feb 5, 2024

Codecov Report

Attention: 139 lines in your changes are missing coverage. Please review.

Comparison is base (8f9b552) 88.97% compared to head (62b19c2) 88.96%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1220      +/-   ##
==========================================
- Coverage   88.97%   88.96%   -0.02%     
==========================================
  Files          52       52              
  Lines       15604    15588      -16     
==========================================
- Hits        13884    13868      -16     
  Misses       1720     1720              
Files Coverage Δ
src/core/transaction_hash/deprecated.rs 99.63% <100.00%> (ø)
src/lib.rs 98.23% <100.00%> (ø)
src/transaction/error.rs 75.00% <ø> (ø)
src/core/transaction_hash/current.rs 88.74% <0.00%> (ø)
src/core/transaction_hash/mod.rs 60.33% <66.66%> (ø)
src/transaction/mod.rs 50.54% <36.36%> (ø)
src/transaction/declare.rs 88.87% <86.90%> (-2.50%) ⬇️
src/transaction/declare_deprecated.rs 91.36% <91.36%> (ø)

... and 1 file with indirect coverage changes

cli/src/main.rs Outdated Show resolved Hide resolved
src/transaction/declare.rs Outdated Show resolved Hide resolved
src/transaction/declare.rs Outdated Show resolved Hide resolved
src/transaction/declare.rs Outdated Show resolved Hide resolved
Copy link
Collaborator

@juanbono juanbono left a comment

Choose a reason for hiding this comment

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

See comments

@fmoletta fmoletta requested a review from juanbono February 5, 2024 21:52
juanbono
juanbono previously approved these changes Feb 5, 2024
pefontana
pefontana previously approved these changes Feb 7, 2024
Copy link
Contributor

@pefontana pefontana left a comment

Choose a reason for hiding this comment

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

Nice one!

juanbono
juanbono previously approved these changes Feb 8, 2024
@fmoletta fmoletta dismissed stale reviews from juanbono and pefontana via 09794d9 February 8, 2024 13:40
@pefontana pefontana added this pull request to the merge queue Feb 8, 2024
Merged via the queue into main with commit 05e3bb9 Feb 8, 2024
7 checks passed
@pefontana pefontana deleted the rename-declare branch February 8, 2024 19:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[0.13] Rename DeclareV2 struct
4 participants