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

feat: Running balance in Transaction List #149

Closed
wants to merge 18 commits into from

Conversation

stanleyjones
Copy link
Contributor

@stanleyjones stanleyjones commented Dec 7, 2023

SCREENSHOT

Screenshot 2023-12-06 at 4 05 23 PM
  • Send events
  • Mint events
  • Burn events

Closes #142

Copy link

netlify bot commented Dec 7, 2023

Deploy Preview for lifted-alberto ready!

Name Link
🔨 Latest commit fee7aff
🔍 Latest deploy log https://app.netlify.com/sites/lifted-alberto/deploys/6572142072eeee0008b94ac4
😎 Deploy Preview https://deploy-preview-149--lifted-alberto.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@stanleyjones
Copy link
Contributor Author

Requesting a review just to make sure I'm on the right track. This PR is not ready to merge.

Copy link

codecov bot commented Dec 7, 2023

Codecov Report

Attention: 10 lines in your changes are missing coverage. Please review.

Comparison is base (5c00a1f) 35.10% compared to head (fee7aff) 35.48%.

Files Patch % Lines
src/features/transactions/queries.ts 66.66% 8 Missing ⚠️
...txn-list/txn-list-item/mint-burn-txn-list-item.tsx 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #149      +/-   ##
==========================================
+ Coverage   35.10%   35.48%   +0.38%     
==========================================
  Files          90       90              
  Lines        2396     2429      +33     
  Branches      683      695      +12     
==========================================
+ Hits          841      862      +21     
- Misses       1544     1555      +11     
- Partials       11       12       +1     

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

@stanleyjones stanleyjones marked this pull request as ready for review December 7, 2023 18:56
@fmorency
Copy link
Contributor

fmorency commented Dec 7, 2023

Requesting a review just to make sure I'm on the right track. This PR is not ready to merge.

It's fine! It looks robust to the treasury edge case where the initial account value is not 0?

Copy link
Contributor

@fmorency fmorency left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The track looks fine!

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.

Running balance alongside transactions
2 participants