coinbase / coinbase/mesh-cli

Interesting Accounts reports incorrect computed balance

Open
#247 2 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Go
Stars
165
Forks
99
PR merge metrics
No merged PRs in 30d

Description

Running `check:data` for `rosetta-deso` with this config: https://github.com/deso-protocol/rosetta-deso/blob/main/rosetta-cli-conf/testnet/deso.conf

With `interesting_accounts` set to:

```
[
{
"account_identifier": {
"address": "tBCKVxD4gX731qgvDPakPUe2FX5iWkTvfjsnSD2M7EuqJqeRjvVUWk"
},
"currency": {
"symbol": "tDESO",
"decimals": 9
}
}
]
```

Results in:

```
2021/11/03 14:07:23 Syncing 115545-115547
Reconciliation failed for tBCKVxD4gX731qgvDPakPUe2FX5iWkTvfjsnSD2M7EuqJqeRjvVUWk at 115547 computed: 0tDESO live: 85799tDESO
2021/11/03 14:07:28 check:data status server shutting down
[MEMORY] Heap: 1269.708649MB Stack: 4.031250MB System: 2984.198433MB GCs: 16

Error: reconciliation failure: active reconciliation error for tBCKVxD4gX731qgvDPakPUe2FX5iWkTvfjsnSD2M7EuqJqeRjvVUWk at 115547 (computed: 0tDESO, live: 85799tDESO)
```

For some reason the computed balance is zero but the reconciler computes the correct balance.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.