Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@exodus/activity-txs
Advanced tools
Activity consists of a set of asset transactions that are transformed using asset.api.getActivityTxs
which returns Array of Tx models: [Tx, Tx, Tx]
Most of the assets don't have this api and simply return original txs.
An example of this transformation is combining bitcoin batched transactions into a single activity item, instead of multiple Txs you get single Tx with adjusted coinAmount
.
These are utilized in the UI to display transaction history.
This feature introduces atoms with activity items generated from txLog and accountState. It provides an efficient way to store them by wallet accounts and to update this extensive object while avoiding unnecessary re-computations. Additionally, it offers extra redux selectors to retrieve activity limited by size or batched activity items.
ioc.use(activityTxs())
selector example to get batched activity for specific asset from specific account:
selectors.activityTxs.createBatchedAssetSourceSelector({ assetName, walletAccount })
return array of txs [Tx, Tx, ...]
FAQs
The activity-txs feature
We found that @exodus/activity-txs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.