Release archive
2.6.1

ICODrops Harvester & GitHub Fallback Mapping

Release v2.6.1 focuses on ICODrops Harvester, GitHub Fallback Mapping, and Deploy Pipeline.

AddedImprovedFixed
ICODrops Harvester & GitHub Fallback Mapping

Release digest

Added

  • ICODrops Harvester 🎯 - Fallback vesting data source
    • Detailed vesting breakdowns with days_remaining
    • TGE date extraction
    • Investor list parsing
  • GitHub Fallback Mapping 🔗 - Extended coverage for new projects
    • category-labs → Monad
    • base-org → Base
    • Ensures dev metrics for projects missing from CoinGecko

Improved

  • Removed Exposed API Key 🔐 - CryptoRank key removed from code
    • Deleted scripts/test_cryptorank_endpoints.py
    • Replaced hardcoded key with env variable in cryptorank.py
    • Updated .gitignore to exclude test output files
  • connectors.md 📚 - Updated from 5 to 8 connectors
    • Added ICODrops section
    • Added CryptoRank section (disabled)

Fixed

  • Deploy Pipeline 🔧 - Fixed Docusaurus build failure
    • Escaped MDX curly braces in connectors.md
    • Fixed "name is not defined" error in static site generation
  • Vesting Data Persistence 💾 - token_unlocks column now saved correctly
    • Added column to INSERT/UPDATE statements in CryptoService

Technical notes