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

Conversation

fmoletta
Copy link
Contributor

@fmoletta fmoletta commented Jun 5, 2023

Closes #587

@fmoletta fmoletta marked this pull request as ready for review June 6, 2023 13:34
@codecov-commenter
Copy link

codecov-commenter commented Jun 6, 2023

Codecov Report

Merging #595 (aa16061) into main (e42da3d) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #595   +/-   ##
=======================================
  Coverage   89.99%   89.99%           
=======================================
  Files          50       50           
  Lines       10043    10043           
=======================================
  Hits         9038     9038           
  Misses       1005     1005           
Impacted Files Coverage Δ
src/business_logic/transaction/transactions.rs 89.47% <ø> (ø)
src/business_logic/transaction/declare.rs 98.73% <100.00%> (ø)
src/business_logic/transaction/declare_v2.rs 84.71% <100.00%> (ø)
src/business_logic/transaction/deploy.rs 98.63% <100.00%> (ø)
src/business_logic/transaction/deploy_account.rs 97.86% <100.00%> (ø)
src/business_logic/transaction/invoke_function.rs 98.94% <100.00%> (ø)
src/syscalls/deprecated_syscall_handler.rs 98.97% <100.00%> (ø)
src/testing/state.rs 96.79% <100.00%> (ø)

internal_declare::InternalDeclare, internal_deploy::InternalDeploy,
internal_deploy_account::InternalDeployAccount,
internal_invoke_function::InternalInvokeFunction,
transaction::{
Copy link
Collaborator

@juanbono juanbono Jun 6, 2023

Choose a reason for hiding this comment

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

I think it would be nice to re-export the transaction types in the transaction/mod.rs file so we can import them like this:

use transaction::{Deploy, Declare, DeployAccount, InvokeFunction};

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sounds good

@juanbono juanbono added this pull request to the merge queue Jun 7, 2023
Merged via the queue into main with commit 309bbcd Jun 7, 2023
@juanbono juanbono deleted the transaction-module-refactor branch June 14, 2023 20:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Transaction module refactors
5 participants