koinos / koinos-account-history

The account history microservice saves transaction history and provides an API to the Koinos cluster via RPC over AMQP.
MIT License
1 stars 0 forks source link

[BUG]: Discarding of Head #14

Open mvandeberg opened 1 year ago

mvandeberg commented 1 year ago

Is there an existing issue for this?

Current behavior

Some circumstance led to account history attempting to decapitate itself. Obviously, that's no good.

koinos-account_history-1  | terminate called after throwing an instance of 'boost::wrapexcept<koinos::state_db::cannot_discard>'
koinos-account_history-1  |   what():  cannot discard a node that would result in discarding of head

Expected behavior

Head should never be discarded

Steps to reproduce

No response

Environment

- OS:

Anything else?

No response

koinos-ci commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.