Skip to content
New issue

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

sequencer: already exists RPC error #1232

Open
danwt opened this issue Jan 22, 2025 · 0 comments
Open

sequencer: already exists RPC error #1232

danwt opened this issue Jan 22, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@danwt
Copy link
Contributor

danwt commented Jan 22, 2025

Roller version

💈 Roller version 1.12.2-hotfix1 💈 Build time: 2025-01-21T18:12:26Z 💈 Git commit: b17166e

Rollpp type (EVM/WASM) and version

drs 5

OS

ubuntu

Processor Architecture

aarch64

Others

No response

Steps to reproduce it

Create a rollapp (https://bb.dym.fyi/search?term=starthree_33809-1) dym native EVM chain
roller rollapp init
roller rollapp setup

after Would you also like to fill optional metadata for your sequencer? [y/N]: No

Expected result

Actual result

Get

Output: Error: rpc error: code = Unknown desc = rpc error: code = Unknown desc = failed to execute message; message index: 0: sequencer: already exists

(But second time roller rollapp setup worked ok!)

Log Files

would you like to use a custom reward address (leave empty to use the sequencer address):
auth_info:
  fee:
    amount:
    - amount: "10000000000000000"
      denom: adym
    gas_limit: "354910"
    granter: ""
    payer: ""
  signer_infos: []
  tip: null
body:
  extension_options: []
  memo: ""
  messages:
  - '@type': /dymensionxyz.dymension.sequencer.MsgCreateSequencer
    bond:
      amount: "100000000000000000000"
      denom: adym
    creator: dym15cc8fy9szq6dxulpjfpy0f7zdc76mvpzr7fsa3
    dymintPubKey:
      '@type': /cosmos.crypto.ed25519.PubKey
      key: ACZoRD6FFVWYtze2T3jcIpxWxaEljMRYCB07eQLsiC8=
    metadata:
      contact_details:
        telegram: ""
        website: ""
        x: ""
      details: ""
      evm_rpcs:
      - https://json-rpc.dadym.team.rollapp.network
      explorer_url: ""
      extra_data: null
      fee_denom:
        base: adym
        display: DYM
        exponent: 18
      gas_price: 10000000.000000000000000000ibc/FECACB927EB3102CCCB240FFB3B6FCCEEB8D944C6FEA8DFF079650FEFF59781D
      genesis_urls: []
      moniker: ""
      p2p_seeds: []
      rest_api_urls:
      - https://rest.dadym.team.rollapp.network
      rpcs:
      - https://rpc.dadym.team.rollapp.network
      snapshots: []
    reward_addr: ""
    rollapp_id: starthree_33809-1
    whitelisted_relayers: []
  non_critical_extension_options: []
  timeout_height: "0"
signatures: []
this transaction is going to register your sequencer with 100dym bond. do you want to continue? [y/N]: Yes
  ERROR   failed to register sequencer:  command execution failed: exit status 1
          Output: Error: rpc error: code = Unknown desc = rpc error: code = Unknown desc = failed to execute message; message index: 0: sequencer: already exists [cosmossdk.io/[email protected]/errors.go:151] With gas wanted: '18446744073709551615' and gas used: '129144' : unknown request
          Usage:
            dymd tx sequencer create-sequencer [pubkey] [rollapp-id] [bond] [metadata] --reward-address [reward_addr] --whitelisted-relayers [addr1,addr2,addr3] [flags]

          Flags:
            -a, --account-number uint           The account number of the signing account (offline mode only)
                --aux                           Generate aux signer data instead of sending a tx
            -b, --broadcast-mode string         Transaction broadcasting mode (sync|async) (default "sync")
                --chain-id string               The network chain ID
                --dry-run                       ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible)
                --fee-granter string            Fee granter grants fees for the transaction
                --fee-payer string              Fee payer pays fees for the transaction instead of deducting from the signer
                --fees string                   Fees to pay along with transaction; eg: 10uatom
                --from string                   Name or address of private key with which to sign
                --gas string                    gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically. Note: "auto" option doesn't always report accurate results. Set a valid coin value to adjust the result. Can be used instead of "fees". (default 200000)
                --gas-adjustment float          adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored  (default 1)
                --gas-prices string             Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom)
                --generate-only                 Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase only accessed when providing a key name)
            -h, --help                          help for create-sequencer
                --keyring-backend string        Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os")
                --keyring-dir string            The client Keyring directory; if omitted, the default 'home' directory will be used
                --ledger                        Use a connected Ledger device
                --node string                   <host>:<port> to tendermint rpc interface for this chain (default "tcp://localhost:26657")
                --note string                   Note to add a description to the transaction (previously --memo)
                --offline                       Offline mode (does not allow any online functionality)
            -o, --output string                 Output format (text|json) (default "json")
                --reward-address string         Sequencer reward address
            -s, --sequence uint                 The sequence number of the signing account (offline mode only)
                --sign-mode string              Choose sign mode (direct|amino-json|direct-aux), this is an advanced feature
                --timeout-height uint           Set a block timeout height to prevent the tx from being committed past a certain height
                --tip string                    Tip is the amount that is going to be transferred to the fee payer on the target chain. This flag is only valid when used with --aux, and is ignored if the target chain didn't enable the TipDecorator
                --whitelisted-relayers string   Sequencer whitelisted relayers
            -y, --yes                           Skip tx broadcasting prompt confirmation

          Global Flags:
                --home string         directory for config and data (default "/home/daniel_dymension_xyz/.dymension")
                --log_format string   The logging format (json|plain) (default "plain")
                --log_level string    The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
                --log_no_color        Disable colored logs
                --trace               print out full stack trace on errors

Notes

No response

@danwt danwt added the bug Something isn't working label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant