Skip to content

Conversation

@YoshihitoAso
Copy link
Member

@YoshihitoAso YoshihitoAso commented Jan 30, 2026

📌 Description

This pull request removes all code and documentation related to the Blockchain Explorer feature from the project.

✅ Related Issues

🔄 Changes

Removal of Blockchain Explorer API and Models:

  • Deleted the entire app/api/routers/bc_explorer.py file, removing all Blockchain Explorer API endpoints.
  • Removed the IDXBlockData, IDXBlockDataBlockNumber, and IDXTxData database models.
  • Removed Blockchain Explorer response and query schemas.

Configuration and Documentation Cleanup:

  • Removed the Blockchain Explorer enable/disable setting from app/config.py.
  • Removed the Blockchain Explorer section from the environment variable documentation in ENV_LIST.md.

Application and Build Process Updates:

  • Removed inclusion of the Blockchain Explorer router from the FastAPI app in app/main.py.
  • Removed the --extra ibet-explorer option from Python package installation commands.

📌 Checklist

  • I have added tests where necessary.
  • I have updated the documentation where necessary.

@github-actions
Copy link

github-actions bot commented Jan 30, 2026

Coverage

Coverage Report •
FileStmtsMissCoverMissing
app
   config.py106595%62–63, 67, 120, 159
   main.py1342085%107–108, 112, 117–119, 148–149, 191, 203–205, 216–218, 221, 225, 230, 234, 376
app/model/db
   __init__.py180100% 
app/model/schema
   __init__.py210100% 
TOTAL46103156096% 

Tests Skipped Failures Errors Time
1504 0 💤 0 ❌ 0 🔥 12m 9s ⏱️

@YoshihitoAso YoshihitoAso added the enhancement New feature or request label Jan 30, 2026
@YoshihitoAso YoshihitoAso merged commit 4868260 into dev-26.3 Jan 30, 2026
11 checks passed
@YoshihitoAso YoshihitoAso deleted the rm-bc-explorer branch January 30, 2026 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Remove the BC Explorer feature

2 participants