Finally got through check:data on mainnet after all of our fixes
I think you have to merge in https://github.com/coinbase/rosetta-cli/pull/198
Success: Reconciliation Coverage End Condition [Coverage: 96.125190%]
±-------------------±-------------------------------±-------+
| CHECK:DATA TESTS | DESCRIPTION | STATUS |
±-------------------±-------------------------------±-------+
| Request/Response | Rosetta implementation | PASSED |
| | serviced all requests | |
±-------------------±-------------------------------±-------+
| Response Assertion | All responses are correctly | PASSED |
| | formatted | |
±-------------------±-------------------------------±-------+
| Block Syncing | Blocks are connected into a | PASSED |
| | single canonical chain | |
±-------------------±-------------------------------±-------+
| Balance Tracking | Account balances did not go | PASSED |
| | negative | |
±-------------------±-------------------------------±-------+
| Reconciliation | No balance discrepencies were | PASSED |
| | found between computed and | |
| | live balances | |
±-------------------±-------------------------------±-------+
±-------------------------±-------------------------------±-----------+
| CHECK:DATA STATS | DESCRIPTION | VALUE |
±-------------------------±-------------------------------±-----------+
| Blocks | # of blocks synced | 792777 |
±-------------------------±-------------------------------±-----------+
| Orphans | # of blocks orphaned | 0 |
±-------------------------±-------------------------------±-----------+
| Transactions | # of transaction processed | 1622077 |
±-------------------------±-------------------------------±-----------+
| Operations | # of operations processed | 6853262 |
±-------------------------±-------------------------------±-----------+
| Active Reconciliations | # of reconciliations performed | 2976346 |
| | after seeing an account in a | |
| | block | |
±-------------------------±-------------------------------±-----------+
| Inactive Reconciliations | # of reconciliations performed | 10035865 |
| | on randomly selected accounts | |
±-------------------------±-------------------------------±-----------+
| Exempt Reconciliations | # of reconciliation failures | 0 |
| | considered exempt | |
±-------------------------±-------------------------------±-----------+
| Failed Reconciliations | # of reconciliation failures | 0 |
±-------------------------±-------------------------------±-----------+
| Skipped Reconciliations | # of reconciliations skipped | 682085 |
±-------------------------±-------------------------------±-----------+
| Reconciliation Coverage | % of accounts that have been | 76.648184% |
| | reconciled | |
±-------------------------±-------------------------------±-----------+
badger 2020/12/03 19:16:31 INFO: Storing value log head: {Fid:62 Len:36 Offset:3159392}
badger 2020/12/03 19:16:32 INFO: [Compactor: 173] Running compaction: {level:0 score:1.73 dropPrefixes:} for level: 0
badger 2020/12/03 19:16:42 INFO: LOG Compact 0->1, del 2 tables, add 1 tables, took 10.175999381s
badger 2020/12/03 19:16:42 INFO: [Compactor: 173] Compaction for level: 0 DONE
badger 2020/12/03 19:16:42 INFO: Force compaction on level 0 done