Skip to content

Conversation

@johnnylarner
Copy link
Contributor

Description

closes: #XXXX


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Linked to GitHub issue with discussion and accepted design, OR link to spec that describes this work.
  • Wrote unit and integration tests.
  • Added relevant natspec and godoc comments.
  • Provide a conventional commit message to follow the repository standards.
  • Re-reviewed Files changed in the GitHub PR explorer.
  • Review SonarCloud Report in the comment section below once CI passes.

@codecov
Copy link

codecov bot commented Jul 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.86%. Comparing base (e76aacc) to head (d9b67af).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #623   +/-   ##
=======================================
  Coverage   99.86%   99.86%           
=======================================
  Files          17       17           
  Lines         767      767           
=======================================
  Hits          766      766           
  Misses          1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@srdtrk srdtrk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added some questions and suggestions

@@ -1,5 +1,5 @@
# Which type of ethereum testnet to run locally (pow|pos)
ETH_TESTNET_TYPE="pow"
ETH_TESTNET_TYPE="pos"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I'd prefer pow for the example file. I usually run pow if I don't have to run pos

# Either an empty string, or 'local', means it will use the local binary in the repo, unless running in mock mode
# Otherwise, it will download the binary from the release at the specified tag
E2E_WASM_LIGHT_CLIENT_TAG="cw-ics08-wasm-eth-vX.Y.Z"
E2E_WASM_LIGHT_CLIENT_TAG="local"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this case, cw-ics08-wasm-eth-vX.Y.Z format should be mentioned in the comments above

E2E_WASM_LIGHT_CLIENT_TAG="local"

# URL of the Tendermint RPC node for SP1 fixture generation
# URL of the Tendermint RPC node
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this env var is used elsewhere at the moment. So isn't true that it is used for SP1 fixture generation?

Comment on lines +30 to +32
# URL of the Ethereum RPC node
# use https://ethereum-sepolia.publicnode.com/ for the Eth Sepolia testnet
RPC_URL=https://ethereum-holesky-rpc.publicnode.com
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is this used?

@gjermundgaraba gjermundgaraba removed their request for review October 8, 2025 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants