eos42 / Chintai-issues

A github to collect issues for the Chintai dApp
https://jungle.chintai.io
3 stars 4 forks source link

Edge case: when testing in local net, if 15% of the chain isn't active then chintai can't undelegate any bandwidth and funds cannot be recovered #21

Closed acoutts closed 6 years ago

acoutts commented 6 years ago

If <15% of the chain token supply is staked in voting then the following error occurs when Chintai attempts to undelegate bandwidth:


2018-08-29T12:35:21.023 thread-0   controller.cpp:687            push_scheduled_trans ] 3050003 eosio_assert_message_exception: eosio_assert_message assertion failure
assertion failure with message: cannot undelegate bandwidth until the chain is activated (at least 15% of all tokens participate in voting)
    {"s":"cannot undelegate bandwidth until the chain is activated (at least 15% of all tokens participate in voting)"}
    thread-0  wasm_interface.cpp:930 eosio_assert
pending console output: 
    {"console":""}
    thread-0  apply_context.cpp:61 exec_one
``