Page MenuHomePhabricator

[explorer] Show the token balance
ClosedPublic

Authored by Fabien on Thu, Jun 6, 12:18.

Details

Reviewers
Mengerian
Group Reviewers
Restricted Project
Maniphest Tasks
Restricted Maniphest Task
Commits
rABCd8f836e9e276: [explorer] Show the token balance
Summary

This was not working because of a change in the token id format from the NNG chronik (previously was bytes, now it's hex encoded). This caused a double hex encoding issue that failed the token lookup.

Ref T3543.

Test Plan
cargo run

Check an address page with tokens, the balance is correctly displayed.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
explorer_show_token_balance
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 29250
Build 58036: Build Diff
Build 58035: arc lint + arc unit