liftedinit / alberto

A crypto wallet for any ledger supporting the Many protocol
https://alberto.app
Apache License 2.0
6 stars 7 forks source link

feat: token create event handling and txn history improvements #145

Closed fmorency closed 11 months ago

fmorency commented 11 months ago

I tested the feature on the local network.

Requires https://github.com/liftedinit/many-js/pull/116

netlify[bot] commented 11 months ago

Deploy Preview for lifted-alberto ready!

Name Link
Latest commit 395d63b62b885a712dc885592571174c802592c3
Latest deploy log https://app.netlify.com/sites/lifted-alberto/deploys/651ae2d3b9cc700009eb44d8
Deploy Preview https://deploy-preview-145--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.

codecov[bot] commented 11 months ago

Codecov Report

Merging #145 (395d63b) into main (17507f0) will decrease coverage by 0.58%. The diff coverage is 40.00%.

@@            Coverage Diff             @@
##             main     #145      +/-   ##
==========================================
- Coverage   34.43%   33.85%   -0.58%     
==========================================
  Files          88       89       +1     
  Lines        2262     2280      +18     
  Branches      654      654              
==========================================
- Hits          779      772       -7     
- Misses       1472     1497      +25     
  Partials       11       11              
Files Coverage Δ
...ures/transactions/components/txn-list/txn-list.tsx 87.50% <100.00%> (+5.14%) :arrow_up:
src/views/home/asset-details/asset-details.tsx 66.66% <ø> (ø)
.../views/transaction-details/transaction-details.tsx 0.00% <0.00%> (ø)
src/features/network/queries.ts 20.00% <0.00%> (+1.48%) :arrow_up:
...omponents/txn-list/txn-list-item/txn-list-item.tsx 16.66% <0.00%> (-1.52%) :arrow_down:
...-list/txn-list-item/token-create-txn-list-item.tsx 0.00% <0.00%> (ø)
...actions/components/txn-list/txn-list-item/hooks.ts 13.08% <0.00%> (-0.92%) :arrow_down:
src/features/transactions/queries.ts 43.42% <49.20%> (-18.12%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

fmorency commented 11 months ago

@jgryffindor can you deploy this in QA for testing, please?