We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running integration test:
DEBUG prism_da::celestia > posting 2 transactions to DA layer DEBUG prism_tests > received height 10 DEBUG prism_lightclient::lightclient > no finalized epoch found at height: 10 DEBUG prism_prover::prover > processing new height 10, current_epoch: 0 DEBUG prism_prover::prover > No transactions to process at height 10 ERROR prism_prover::prover > post_batch_loop: Failed to submit transactions: submitting epoch to da layer: ErrorObject { code: ServerError(1), message: "querying account bridge-0: rpc error: code = NotFound desc = account celestia15pxux42jgpey6ufzef6agqgxrx92q6d6jnalc3 not found", data: None }
The text was updated successfully, but these errors were encountered:
That should be fixed with: https://github.com/deltadevsde/prism/pull/186/files#diff-38c72f07f6913686d7b201b9553e5cd4690766a75edb6a8d9e757e14547c0558
The issue was not the script could not fund all accounts because of a nonce mismatch (Trying to fund multiple accounts in parallel)
Sorry, something went wrong.
sick
smuu
No branches or pull requests
When running integration test:
DEBUG prism_da::celestia > posting 2 transactions to DA layer
DEBUG prism_tests > received height 10
DEBUG prism_lightclient::lightclient > no finalized epoch found at height: 10
DEBUG prism_prover::prover > processing new height 10, current_epoch: 0
DEBUG prism_prover::prover > No transactions to process at height 10
ERROR prism_prover::prover > post_batch_loop: Failed to submit transactions: submitting epoch to da layer: ErrorObject { code: ServerError(1), message: "querying account bridge-0: rpc error: code = NotFound desc = account celestia15pxux42jgpey6ufzef6agqgxrx92q6d6jnalc3 not found", data: None }
The text was updated successfully, but these errors were encountered: