Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[4.25.0] - 2024-07-31
Added
bignumber.js
. PR: bfx-reports-framework#386look-up-trades
fn of the transaction tax report. PR: bfx-reports-framework#388EXCHANGE
trades for the trx tax report. PR: bfx-reports-framework#389_isInvoicePayOrder
,_isAirdropOnWallet
,_isMarginFundingPayment
,_isAffiliateRebate
,_isStakingPayments
ledgers to movements. PR: bfx-reports-framework#391IPC
messages when the trx tax report is ready. This is used in the electronjs environment to show a native OS notification to the app in case the tax report is being generated in the background. PR: bfx-reports-framework#397Rate Limit
orcool down
due toRate Limit
for 1min occurs, it needs to provide a feature to interrupt the tax report and sync being processed. PR: bfx-report#373TRY
to the FOREX ccy list. PR: bfx-report#377CSV
/PDF
formatter for the tax reportsource
field to follow the UI view, eg showAIRDROP_ON_WALLET
asAirdrop on wallet
. PR: bfx-report#381source
field toCSV
/PDF
of the tax report to follow the UI view. PR: bfx-reports-framework#398Disclaimer
message for the newTax Report
. PR: bfx-report-ui#831Source
column representation for the new Tax Report and formatted likeAirdrop on wallet
. PR: bfx-report-ui#836progress
representation for the newTax Report
. Implemented notification onTax Report
generation finish. PR: bfx-report-ui#837Changed
CollapsedTable
component. PR: bfx-report-ui#815Spot
report column configuration getters. PR: bfx-report-ui#817DateFormatSelector
component. PR: bfx-report-ui#818Funding Bids & Offers
,Funding Loans (Unused)
andFunding Credits (Used)
reports column configuration getters. Extended unified cell getter customizability for the cases when the tooltip content should be formatted differently from the main cell content. PR: bfx-report-ui#819LangMenu
component in a more performant way and reduces redundant code to avoid potential issues in the future. PR: bfx-report-ui#820Ledgers
,Funding Earnings
,Staking Earnings
andAffiliates Earnings
reports configuration getters. PR: bfx-report-ui#821Export
menu toggler component in a more performant way and reduces redundant code. PR: bfx-report-ui#822Public Trades
,Public Funding
andDerivatives
reports column configuration getters. Implemented unifiedformatType
utility for better reusability. PR: bfx-report-ui#823NavSwitcher
component and improved props linting. PR: bfx-report-ui#824Invoices
report columns configuration getters. Implemented unifiedgetLinkCell
andgetJsonFormattedCell
utilities for better reusability. PR: bfx-report-ui#827ShowMilliseconds
component in a more performant way and reduces redundant code. PR: bfx-report-ui#828Tax Report
loading state still active in cases when theemitTrxTaxReportGenerationInBackgroundToOne
event returns anerror
during report generation. PR: bfx-report-ui#832Fixed
pub-trades
endpoint does not return array. PR: bfx-reports-framework#396Tax Report
refreshing in some cases. PR: bfx-report-ui#833disabling
theAuthenticate
button during the2FA
login flow to prevent the possibility of requests with the same token duplication and related errors. PR: bfx-report-ui#838Security
dependabot
config for the ability to open new PRs against thestaging
branch. Also bumpedpug
version to3.0.3
to have a security improvement. PR: bfx-report#380braces
from3.0.2
to3.0.3
. PR: bfx-report-ui#826