XRPLF / rippled

Decentralized cryptocurrency blockchain daemon implementing the XRP Ledger protocol in C++
https://xrpl.org
ISC License
4.54k stars 1.47k forks source link

move tfClawTwoAssets check to preflight #5201

Closed yinyiqian1 closed 21 hours ago

yinyiqian1 commented 4 days ago

High Level Overview of Change

Context of Change

Type of Change

API Impact

codecov[bot] commented 4 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 77.9%. Comparing base (f419c18) to head (b54d85d). Report is 1 commits behind head on develop.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/XRPLF/rippled/pull/5201/graphs/tree.svg?width=650&height=150&src=pr&token=i2RPGI5xGF&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=XRPLF)](https://app.codecov.io/gh/XRPLF/rippled/pull/5201?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=XRPLF) ```diff @@ Coverage Diff @@ ## develop #5201 +/- ## ======================================= Coverage 77.9% 77.9% ======================================= Files 784 784 Lines 66680 66681 +1 Branches 8138 8140 +2 ======================================= + Hits 51942 51948 +6 + Misses 14738 14733 -5 ``` | [Files with missing lines](https://app.codecov.io/gh/XRPLF/rippled/pull/5201?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=XRPLF) | Coverage Δ | | |---|---|---| | [src/xrpld/app/tx/detail/AMMClawback.cpp](https://app.codecov.io/gh/XRPLF/rippled/pull/5201?src=pr&el=tree&filepath=src%2Fxrpld%2Fapp%2Ftx%2Fdetail%2FAMMClawback.cpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=XRPLF#diff-c3JjL3hycGxkL2FwcC90eC9kZXRhaWwvQU1NQ2xhd2JhY2suY3Bw) | `100.0% <100.0%> (ø)` | | ... and [4 files with indirect coverage changes](https://app.codecov.io/gh/XRPLF/rippled/pull/5201/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=XRPLF) [![Impacted file tree graph](https://app.codecov.io/gh/XRPLF/rippled/pull/5201/graphs/tree.svg?width=650&height=150&src=pr&token=i2RPGI5xGF&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=XRPLF)](https://app.codecov.io/gh/XRPLF/rippled/pull/5201?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=XRPLF)
yinyiqian1 commented 3 days ago

@ximinez Pipeline failed with some unit test errors, but it's transient because the error is RR:Env Env::close() failed: no response from server. Running the tests locally is fine. Do you want to rerun it?