Skip to content

Cleanup nft logic from codebase#927

Merged
andreygLime merged 6 commits into
v2from
cleanup-nft-related-logic
Mar 25, 2026
Merged

Cleanup nft logic from codebase#927
andreygLime merged 6 commits into
v2from
cleanup-nft-related-logic

Conversation

@andreygLime

@andreygLime andreygLime commented Jan 21, 2026

Copy link
Copy Markdown

Detailed description:

This PR removes all NFT-related logic from the codebase. The cleanup includes:

  • Removal of NFT handlers (transfer and fee-message handlers)
  • Removal of NFT-related read-only handlers
  • Removal of NFT clients
  • Cleanup of NFT references across services, watchers, and helpers
  • Updated documentation to reflect the removal of NFT functionality

The codebase now focuses exclusively on fungible token transfers, simplifying the architecture and reducing maintenance overhead.

Special notes for your reviewer:

This is a cleanup PR that removes NFT functionality. All NFT-related code, handlers, and tests have been removed. The changes exclude unit and e2e test files as those will be updated separately.

Checklist

  • Documentation added
  • Tests updated

Comment thread app/process/watcher/assets/watcher.go Outdated
Comment thread app/process/watcher/prometheus/watcher.go Outdated
Comment thread app/process/watcher/prometheus/watcher.go Outdated
@codecov

codecov Bot commented Mar 17, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 89.47368% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 64.48%. Comparing base (1d0e38f) to head (7c27f1f).
⚠️ Report is 1 commits behind head on v2.

Files with missing lines Patch % Lines
app/process/watcher/transfer/watcher.go 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##               v2     #927      +/-   ##
==========================================
+ Coverage   64.36%   64.48%   +0.12%     
==========================================
  Files          86       82       -4     
  Lines        6763     5736    -1027     
==========================================
- Hits         4353     3699     -654     
+ Misses       2194     1852     -342     
+ Partials      216      185      -31     
Flag Coverage Δ
unittests 64.48% <89.47%> (+0.12%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@andreygLime andreygLime merged commit 26b975c into v2 Mar 25, 2026
5 checks passed
@andreygLime andreygLime deleted the cleanup-nft-related-logic branch March 25, 2026 14:21
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.

2 participants