Releases: icdevsorg/index.mo
Releases · icdevsorg/index.mo
Initial Release
[0.2.0] - 2026-02-24
Added
- Initial release of ICRC Index-NG Motoko implementation
- Full compatibility with ICRC-1 and ICRC-3 ledgers
- Query endpoints:
ledger_id()- Get indexed ledger principalstatus()- Get sync statusicrc1_balance_of()- Get account balanceget_account_transactions()- Paginated transaction historyget_oldest_tx_id()/get_newest_tx_id()- Transaction ID boundsget_account_transaction_count()- Transaction count per accountget_blocks()- Fetch indexed blockslist_subaccounts()- Enumerate subaccounts for principalget_fee_collectors_ranges()- Fee collector tracking
- HTTP endpoints for
/metricsand/logs - Timer-based automatic syncing from ledger
- Enhanced Orthogonal Persistence (EOP) for Motoko 1.1.0+
- Configurable sync interval
- Support for both ICRC-3
icrc3_get_blocksand legacyget_transactionsendpoints - Fee collector tracking per ICRC-107
- PocketIC integration tests (22 tests passing)
- notify enabled to reduce cycle usage when used in conjunction with ICDevs ICRC ledgers.