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

New agent config schema results in parsing errors #1500

Closed
tedim52 opened this issue Oct 9, 2023 · 1 comment · Fixed by hyperlane-xyz/hyperlane-package#21
Closed

New agent config schema results in parsing errors #1500

tedim52 opened this issue Oct 9, 2023 · 1 comment · Fixed by hyperlane-xyz/hyperlane-package#21
Labels
bug Something isn't working bugbash critical Critical bug or feature frontend Label for issues (bugs, FRs, etc) that pertain to the Kurtosis frontend

Comments

@tedim52
Copy link
Contributor

tedim52 commented Oct 9, 2023

What's your CLI version?

0.84.2

Description & steps to reproduce

The following agent config results in parsing error when running through Kurtosis, but works when input directly into the agent image:

   "base":{
      "name":"base",
      "chainId":84531,
      "domainId":84531,
      "protocol":"ethereum",
      "rpcUrls":[
         {
            "http":"https://goerli.base.org"
         }
      ],
      "mailbox":"<>",
      "interchainGasPaymaster":"<>",
      "validatorAnnounce":"<>",
      "index":{
         "from":10670130
      }
   },
   "goerli":{
      "chainId":5,
      "domainId":5,
      "name":"goerli",
      "protocol":"ethereum",
      "displayName":"Goerli",
      "nativeToken":{
         "name":"Ether",
         "symbol":"ETH",
         "decimals":18
      },
      "rpcUrls":[
         {
            "http":"https://goerli.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161"
         },
         {
            "http":"https://rpc.ankr.com/eth_goerli"
         },
         {
            "http":"https://eth-goerli.public.blastapi.io"
         }
      ],
      "blockExplorers":[
         {
            "name":"Etherscan",
            "url":"https://goerli.etherscan.io",
            "apiUrl":"https://api-goerli.etherscan.io/api",
            "family":"etherscan"
         }
      ],
      "blocks":{
         "confirmations":1,
         "reorgPeriod":2,
         "estimateBlockTime":13
      },
      "isTestnet":True,
      "mailbox":"<>",
      "interchainGasPaymaster":"<>",
      "validatorAnnounce":"<>",
      "index":{
         "from":8039005
      }
   },
   "chains":{
      "base":{
         "name":"base",
         "domain":84531,
         "addresses":{
            "mailbox":"<>",
            "interchainGasPaymaster":"<>",
            "validatorAnnounce":"<>"
         },
         "protocol":"ethereum",
         "finalityBlocks":1,
         "index":{
            "from":10670130
         }
      },
      "goerli":{
         "name":"goerli",
         "domain":5,
         "addresses":{
            "mailbox":"<>",
            "interchainGasPaymaster":"<>",
            "validatorAnnounce":"<>"
         },
         "protocol":"ethereum",
         "finalityBlocks":2,
         "index":{
            "from":8039005
         }
      }
   }
}```

### Desired behavior

The schema should be parsable by the `relayer` and `validator`.

### What is the severity of this bug?

Critical; I am blocked and Kurtosis is unusable for me because of this bug.

### What area of the product does this pertain to?

Frontend: the Graphical User Interface, including the Enclave Manager
@tedim52 tedim52 added bug Something isn't working bugbash labels Oct 9, 2023
@github-actions github-actions bot added critical Critical bug or feature frontend Label for issues (bugs, FRs, etc) that pertain to the Kurtosis frontend labels Oct 9, 2023
@tedim52
Copy link
Contributor Author

tedim52 commented Oct 18, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working bugbash critical Critical bug or feature frontend Label for issues (bugs, FRs, etc) that pertain to the Kurtosis frontend
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant