New year, new chapter. Wishing everyone good health, fresh goals, and new hopes as we set sail into what’s ahead. 🏴☠️
Kicking off the year with a strong focus on NEM Explorer. A lot of back-and-forth with PR feedback, refining logic, and slowly shaping the backend into something more accurate and reliable.
beneficiary and totalFee from API/account and /accounts endpointslightapi/pythonNem Explorer (Puller)
beneficiary and totalFee are available directly from the API, which reduces the need for additional network calls during block processing.totalFee from the API can be used directly, making manually calculation unnecessary.beneficiary (harvester) field into database schema. Previously I relied on the block signer public key and performed extra lookups to resolve the actual beneficiary (since the singer can be remote account). This change eliminates additional API calls.**Nem Explorer (**REST API)
/account endpoint, allowing the frontend to query account information by public key or address./accounts listing endpoint with support for pagination, and sorting balance and filtering by harvesting status.