#Block Producer with new account: Failure to construct delegator table

11 messages · Page 1 of 1 (latest)

subtle moth
#

After running docker compose -f docker-compose.block-producer.yml up -d --pull always, frontend and the node starts. But, I am getting 500 Proxy error and 503 Service Unavaible errors in dashboard. docker stats show both are running. Am I doing something wrong?

ornate oriole
#

@subtle moth try refreshing the page after you get that error.

median grotto
#

@subtle moth do you still encounter the issue? If so please share your public key, I will have a look

subtle moth
#

Yes, I found that node stops after running for a couple of minutes, with no errors in the log. My public key is B62qqWZTN8EnD7VzKDwkVukFWzfBVmBq71nVQ9a5sQhz3mqe24nD6Di.

subtle moth
#

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$ 
ornate oriole
#

@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.

median grotto
#

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.

ornate oriole
subtle moth