#Block Producer with new account: Failure to construct delegator table
11 messages · Page 1 of 1 (latest)
@subtle moth try refreshing the page after you get that error.
@subtle moth do you still encounter the issue? If so please share your public key, I will have a look
Yes, I found that node stops after running for a couple of minutes, with no errors in the log. My public key is B62qqWZTN8EnD7VzKDwkVukFWzfBVmBq71nVQ9a5sQhz3mqe24nD6Di.
After running it a few times, I managed to get an error:
openmina-node-1 | 2024-11-13T04:58:44.563224Z INFO openmina_core::log::action: time="1731473924049860929" kind="TransactionPoolBestTipChangedWithAccounts"
openmina-node-1 | 2024-11-13T04:58:44.580826Z INFO openmina_core::log::action: time="1731473924057147287" kind="TransactionPoolApplyTransitionFrontierDiff"
openmina-node-1 | 2024-11-13T04:58:44.581876Z INFO node::transaction_pool::transaction_pool_actions: time="1731473924581858571" kind="TransactionPoolEffectfulFetchAccounts" summary="fetching accounts for tx pool"
openmina-node-1 | 2024-11-13T04:58:44.733466Z INFO openmina_core::log::action: time="1731473924080661495" kind="TransactionPoolApplyTransitionFrontierDiffWithAccounts"
openmina-node-1 | thread 'main' panicked at /openmina/node/src/ledger/ledger_effects.rs:420:25:
openmina-node-1 | not yet implemented: delegator table construction error handling
openmina-node-1 | note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
openmina-node-1 | 2024-11-13T05:28:00.722039Z INFO mina_tree::proofs::verifiers: Verifier index is loaded time="1731475680721936698"
openmina-node-1 | 2024-11-13T05:28:00.793996Z INFO mina_tree::proofs::verifiers: Verifier index is loaded time="1731475680793946272"
openmina-node-1 | 2024-11-13T05:28:00.794547Z INFO openmina::commands::node: time="1731475680794505031" summary="loading provers index"
mina@mina-desktop:~/openmina-v0.11.0-docker-compose$
@subtle moth I see that this account is quite new (created 10 days ago). The error you are getting happens because the wallet cannot be found in the staking ledger (from which its chances to win slots are computed). We need to handle that more gracefully.
Similar issue reported here #rust-node-testing message
Block Producer with new account: Failure to construct delegator table
@subtle moth I changed the title so it reflects better the error as described by Bruno. So others with the same issue can find it, hope that's okay.
https://github.com/openmina/openmina/pull/898 fix will be included in the next release
Thanks for the explanation. Probably, I won't be able to produce blocks with my balance. When is the next private key distribution wave 👀