[OP Stack Deployment] op-proposer error (updated version) #806
Blue003-dev
started this conversation in
Feedback
Replies: 2 comments 5 replies
-
We’ve observed this warn message, but it doesn’t appear to affect actual operation. We’ll report the issue. |
Beta Was this translation helpful? Give feedback.
3 replies
-
I am also facing the same issue
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
Hello, I referred to the link below
#17 (comment)
And I used op-deployer/v0.2.0 tag version of https://github.com/ethereum-optimism/optimism.git. Unlike the op-proposer run command written in discussion question 805, I ran op-proposer as follows.
export OP_PROPOSER_WAIT_NODE_SYNC=true
export OP_PROPOSER_GAME_FACTORY_ADDRESS=0x4f50ff3a4ab2c9687bb06326803f7ee3102b6dce
export OP_PROPOSER_PROPOSAL_INTERVAL=4m
export GS_PROPOSER_PRIVATE_KEY=0xXXXXXXXXXX
export OP_PROPOSER_GAME_TYPE=1
./bin/op-proposer
--poll-interval=12s
--rpc.port=8560
--rollup-rpc=http://localhost:9545
--private-key=$GS_PROPOSER_PRIVATE_KEY
--l1-eth-rpc=$L1_RPC_URL
However, after some time, the following error occurs.
./bin/op-proposer
--poll-interval=12s
--rpc.port=8560
--rollup-rpc=http://localhost:9545
--private-key=$GS_PROPOSER_PRIVATE_KEY
--l1-eth-rpc=$L1_RPC_URL
INFO [05-07|15:50:11.405] Initializing L2Output Submitter
INFO [05-07|15:50:11.564] Metrics disabled
INFO [05-07|15:50:11.602] Connected to DisputeGameFactory address=0x4F50fF3a4AB2C9687Bb06326803F7Ee3102B6DCE version=1.0.1
INFO [05-07|15:50:11.602] Starting JSON-RPC server
INFO [05-07|15:50:11.614] Started RPC server endpoint=http://[::]:8560
INFO [05-07|15:50:11.614] Starting Proposer
INFO [05-07|15:50:11.614] Starting Proposer
INFO [05-07|15:50:11.651] rollup current L1 block still behind target, retrying current_l1=a9cea7..ff4f88:8276116 target_l1=8,276,121
INFO [05-07|15:50:23.653] rollup current L1 block still behind target, retrying current_l1=e690fe..ffc318:8276117 target_l1=8,276,121
INFO [05-07|15:50:35.658] rollup current L1 block still behind target, retrying current_l1=f42171..1b528d:8276118 target_l1=8,276,121
INFO [05-07|15:50:47.660] rollup current L1 block still behind target, retrying current_l1=b54cf8..9eae0d:8276119 target_l1=8,276,121
INFO [05-07|15:50:59.664] rollup current L1 block still behind target, retrying current_l1=f26b26..4e9717:8276120 target_l1=8,276,121
INFO [05-07|15:51:11.666] rollup current L1 block target reached current_l1=4c17e8..f015e0:8276121 target_l1=8,276,121
INFO [05-07|15:51:11.666] Proposer started
INFO [05-07|15:51:23.709] No proposals found for at least proposal interval, submitting proposal now proposalInterval=4m0s
INFO [05-07|15:51:23.709] Proposing output root output=0d1a27..ed4872 block=4866
INFO [05-07|15:51:23.918] Publishing transaction service=proposer tx=ac8c92..27eb46 nonce=0 gasTipCap=1,000,000,000 gasFeeCap=36,104,685,576 gasLimit=413,788
INFO [05-07|15:51:23.955] Transaction successfully published service=proposer tx=ac8c92..27eb46 nonce=0 gasTipCap=1,000,000,000 gasFeeCap=36,104,685,576 gasLimit=413,788 tx=ac8c92..27eb46
INFO [05-07|15:53:36.032] Transaction confirmed service=proposer tx=ac8c92..27eb46 block=c446a9..d2c202:8276129 effectiveGasPrice=18,323,075,002
INFO [05-07|15:53:36.032] Proposer tx successfully published tx_hash=ac8c92..27eb46 l1blocknum=8,276,123 l1blockhash=b94a58..046628
INFO [05-07|15:55:47.793] No proposals found for at least proposal interval, submitting proposal now proposalInterval=4m0s
INFO [05-07|15:55:47.793] Proposing output root output=0d1a27..ed4872 block=4866
WARN [05-07|15:55:47.954] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:55:50.075] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:55:52.202] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:55:54.322] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:55:56.468] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:55:58.621] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:56:00.760] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:56:02.883] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:56:05.005] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:56:07.142] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:56:09.272] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:56:11.402] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:56:13.532] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:56:15.654] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:56:17.783] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:56:19.911] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:56:22.040] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:56:24.177] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:56:26.299] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:56:28.428] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:56:30.557] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:56:32.694] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:56:34.823] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:56:36.951] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:56:39.080] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:56:41.209] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:56:43.339] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:56:45.468] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:56:47.589] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:56:49.711] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
ERROR[05-07|15:56:49.711] Failed to send proposal transaction err="failed to create the tx: operation failed permanently after 30 attempts: failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99" l1blocknum=8,276,145 l1blockhash=cd5f6b..6367de l1head=8,276,149
INFO [05-07|15:56:49.837] No proposals found for at least proposal interval, submitting proposal now proposalInterval=4m0s
INFO [05-07|15:56:49.837] Proposing output root output=0d1a27..ed4872 block=4866
WARN [05-07|15:56:49.993] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: 429 Too Many Requests: {"code":-32007,"message":"15/second request limit reached - reduce calls per second or upgrade your account at quicknode.com"}"
WARN [05-07|15:56:52.123] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:56:54.252] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:56:56.382] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:56:58.512] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:57:00.641] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:57:02.769] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:57:04.899] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:57:07.019] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:57:09.148] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:57:11.277] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:57:13.408] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:57:15.546] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:57:17.684] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:57:19.822] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:57:21.951] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:57:24.090] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
^CINFO [05-07|15:57:25.506] Stopping Proposer
INFO [05-07|15:57:25.506] Stopping Proposer
ERROR[05-07|15:57:26.092] Failed to send proposal transaction err="failed to create the tx: context canceled" l1blocknum=8,276,151 l1blockhash=ce159f..1752d4 l1head=8,276,155
INFO [05-07|15:57:26.092] loop returning
INFO [05-07|15:57:26.092] Proposer stopped
INFO [05-07|15:57:26.092] Stopped RPC server
INFO [05-07|15:57:26.092] L2Output Submitter stopped
There is a spare eth in the proposer account. How can I solve the problem below? Please provide a solution guide.
Thank you.
====
How can I resolve the bugs and error messages below? And can you please tell me the solution guide for the reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99" below? Thank you for helping me
WARN [05-07|15:57:21.951] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
WARN [05-07|15:57:24.090] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted, reason: 0x014f6fe5b85ae10b28a63edc041d123e21509ed64232de84d1a48c16e5e1f881e95e1e99"
^CINFO [05-07|15:57:25.506] Stopping Proposer
INFO [05-07|15:57:25.506] Stopping Proposer
ERROR[05-07|15:57:26.092] Failed to send proposal transaction err="failed to create the tx: context canceled" l1blocknum=8,276,151 l1blockhash=ce159f..1752d4 l1head=8,276,155
Logs
No response
Additional Information
No response
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions