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

split up node lib code #3265

Merged
merged 256 commits into from
May 21, 2024
Merged

split up node lib code #3265

merged 256 commits into from
May 21, 2024

Conversation

tzemanovic
Copy link
Member

@tzemanovic tzemanovic commented May 17, 2024

Describe your changes

relates to #2111

Indicate on which release or other PRs this topic is based on

#3259

diff: https://github.com/anoma/namada/pull/3265/files/b132a3a30da1b60d61d1ed981408b363cb06244b..4295161be956f3238276fc48e8a938cc8cb89051

Checklist before merging to draft

  • I have added a changelog
  • Git history is in acceptable state

Copy link

codecov bot commented May 20, 2024

Codecov Report

Attention: Patch coverage is 61.61157% with 929 lines in your changes are missing coverage. Please review.

Project coverage is 53.98%. Comparing base (4ed6229) to head (f18adaa).

Files Patch % Lines
crates/apps_lib/src/tendermint_node.rs 0.00% 109 Missing ⚠️
crates/sdk/src/masp.rs 0.00% 96 Missing ⚠️
crates/namada/src/ledger/protocol/mod.rs 60.79% 69 Missing ⚠️
crates/node/src/shell/finalize_block.rs 86.12% 67 Missing ⚠️
crates/apps_lib/src/client/utils.rs 0.00% 66 Missing ⚠️
crates/node/src/bench_utils.rs 0.00% 57 Missing ⚠️
crates/sdk/src/rpc.rs 0.00% 46 Missing ⚠️
crates/events/src/extend.rs 0.00% 33 Missing ⚠️
crates/namada/src/vm/host_env.rs 82.14% 30 Missing ⚠️
crates/apps_lib/src/config/genesis/chain.rs 12.90% 27 Missing ⚠️
... and 51 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3265      +/-   ##
==========================================
- Coverage   60.24%   53.98%   -6.27%     
==========================================
  Files         303      315      +12     
  Lines       93191   105320   +12129     
==========================================
+ Hits        56145    56857     +712     
- Misses      37046    48463   +11417     

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

tzemanovic added 20 commits May 20, 2024 16:30
* origin/grarco/masp-fees:
  Changelog #3217
  Assigns issues to TODOs
  Removes `wrapper_changed_keys` from `TxResult`
  Removes fee unshielding e2e test
  Removes fee unshielding integration tests
  Recomputes tx test fixture
  Recomputes wasm for tests modules
  Updates TODO comments
  Reworks sdk fee validation
  Renames `wrapper_fee_check`
  Removes error/functions related to fee unshielding
  Removes `descriptions_limit` protocol param
  Removes redundandt wrapper types
  Removes fee unshielding cli and tx args
  Removes `unshield_section_hash` from `WrapperTx`. Updates the relative functions. Removes event for masp wrapper tx
@tzemanovic tzemanovic force-pushed the tomas/split-up-node branch from bb4c198 to 4295161 Compare May 20, 2024 17:07
@tzemanovic tzemanovic marked this pull request as ready for review May 21, 2024 10:28
@tzemanovic tzemanovic requested a review from Fraccaman May 21, 2024 10:28
tzemanovic added a commit that referenced this pull request May 21, 2024
* tomas/split-up-node:
  changelog: add #3265
  post node split-up fixes
  `mv crates/node/src/mod.rs crates/node/src/lib.rs`
  `rm crates/node/src/lib.rs`
  `mv crates/apps_lib/src/bench_utils.rs crates/node/src/`
  `mv crates/node/src/tendermint_node.rs crates/apps_lib/src/`
  `mv crates/node/src/ledger/* crates/node/src/`
  `mv crates/node/src/mod.rs crates/node/src/lib.rs`
  `mv crates/apps_lib/src/node crates/node/src`
  node: add a new crate for node lib crate
@tzemanovic tzemanovic merged commit 40e40c3 into main May 21, 2024
15 of 19 checks passed
@tzemanovic tzemanovic deleted the tomas/split-up-node branch May 21, 2024 13:29
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.

9 participants