You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
---
While testing v0.5.0 it turned out that some imports were unused, some
were redundant (eg the same type possible to import from different
repos), some were used as `any` or `unknown`. This PR is about fixing
all mentioned, solving TODOs and make the `tari.js` easier to use in
general.
Bump package to v0.5.1.
Motivation and Context
---
Cleanup, remove redundant types, improve exports & structure the repo.
How Has This Been Tested?
---
Manually with the Tari Universe and Tex Tapplet.
What process can a PR reviewer use to test or verify this change?
---
<!-- Checklist -->
<!-- 1. Is the title of your PR in the form that would make nice release
notes? The title, excluding the conventional commit
tag, will be included exactly as is in the CHANGELOG, so please think
about it carefully. -->
Breaking Changes
---
- [x] None
- [ ] Requires data directory on base node to be deleted
- [ ] Requires hard fork
- [ ] Other - Please specify
<!-- Does this include a breaking change? If so, include this line as a
footer -->
<!-- BREAKING CHANGE: Description what the user should do, e.g. delete a
database, resync the chain -->
0 commit comments