mantlenetworkio / mantle

Mantle | Mass adoption of decentralized & token-governed technologies. With Mantle Network, Mantle Treasury, and token holder-governed products initiatives.
https://www.mantle.xyz
MIT License
222 stars 101 forks source link

[batch-submitter]: get tss manager signature fail #1049

Closed agnarsong closed 1 year ago

agnarsong commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. git clone Mantle (branch: develop commitId: 1a09f0a37216ddc698c96743541179bbe06a4002)
  2. run localNetwork
  3. Check the running status of batch-submitter

Expected behavior

Screenshots

(anaconda3)➜  rde git:(develop) ✗ tail -f local/logs/batch-submitter.log
ERROR[06-20|17:22:17.536] Proposer unable to craft batch tx        err="cannot get signature: 401 cannot POST http://127.0.0.1:8180/api/v1/sign/state: tss http error"
INFO [06-20|17:22:17.938] Sequencer fetching current block range
INFO [06-20|17:22:17.938] Proposer fetching current block range
INFO [06-20|17:22:17.939] Proposer block range                     start=1   end=201
INFO [06-20|17:22:17.940] Sequencer no updates                     start=227 end=227
INFO [06-20|17:22:17.940] Proposer crafting batch tx               start=1   end=201 nonce=0
INFO [06-20|17:22:18.020] Proposer batch constructed               num_state_roots=200
ERROR[06-20|17:22:18.020] get tss manager signature fail           err="cannot get signature: 401 cannot POST http://127.0.0.1:8180/api/v1/sign/state: tss http error"
ERROR[06-20|17:22:18.020] Proposer get tss manager signature fail  err="cannot get signature: 401 cannot POST http://127.0.0.1:8180/api/v1/sign/state: tss http error"
ERROR[06-20|17:22:18.020] Proposer unable to craft batch tx        err="cannot get signature: 401 cannot POST http://127.0.0.1:8180/api/v1/sign/state: tss http error"
INFO [06-20|17:22:18.437] Sequencer fetching current block range
INFO [06-20|17:22:18.437] Proposer fetching current block range
byteflyfunny commented 1 year ago

resolved