mirror of
https://github.com/nspcc-dev/neo-exporter.git
synced 2026-03-01 04:28:48 +00:00
Export addresses instead of hashes for balance data #52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @roman-khimov on GitHub (Feb 28, 2024).
Originally assigned to: @smallhive on GitHub.
Is your feature request related to a problem? Please describe.
I'm always frustrated when I see 653d7796269ebfa14b632f9a7f09560868d9f646 instead of NSPCCa2T6nc2kYcgWC2k68boyGgc9YdKsj. Accounts are much nicer as addresses and not hashes.
Describe the solution you'd like
Export all accounts as addresses in metrics.
Additional context
Notice that this is a breaking change. CC @532910.