Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Conversation

@batconjurer
Copy link
Contributor

Why this should be merged

How this works

How this was tested

How is this documented

@batconjurer batconjurer requested a review from a team as a code owner December 2, 2025 15:17
@batconjurer batconjurer marked this pull request as draft December 2, 2025 15:17
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

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

Semgrep PRO found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

Comment on lines +8 to +10
[submodule "ethereum/lib/forge-std"]
path = ethereum/lib/forge-std
url = https://github.com/foundry-rs/forge-std
Copy link
Contributor

Choose a reason for hiding this comment

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

You shouldn't need an extra submodule for this on the eth side. You should be able to set remappings.txt to resolve to whatever you need it to in order to use the already existing submodule.

src = "contracts"
out = "out"
libs = ["lib"]
solc_version = '0.8.30'
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need a newer version of solc for the ethereum BLS libraries?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes. I would love if it if we used a consistent solc version everywhere. Is there any good reason we can't?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants