-
Notifications
You must be signed in to change notification settings - Fork 224
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
feat(target_chains/ethereum): add arbirum stylus sdk #2041
base: main
Are you sure you want to change the base?
Conversation
v1.9.3
@Ifechukwudaniel is attempting to deploy a commit to the Pyth Network Team on Vercel. A member of the Team first needs to authorize it. |
This is an early draft of the Pyth stylus SDK. Using external calls. I am working on the examples |
@Riateche all done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Let's work on making the CI pass.
target_chains/ethereum/sdk/stylus/.github/workflows/check-wasm.yml
Outdated
Show resolved
Hide resolved
target_chains/ethereum/sdk/stylus/pyth-mock-solidity/package-lock.json
Outdated
Show resolved
Hide resolved
done |
Co-authored-by: Pavel Strakhov <[email protected]>
chore: vec changes
.gitmodules
Outdated
[submodule "lazer/contracts/evm/lib/forge-std"] | ||
path = lazer/contracts/evm/lib/forge-std | ||
|
||
[submodule "lib/forge-std"] | ||
path = lib/forge-std | ||
url = https://github.com/foundry-rs/forge-std | ||
[submodule "lazer/contracts/evm/lib/openzeppelin-contracts-upgradeable"] | ||
path = lazer/contracts/evm/lib/openzeppelin-contracts-upgradeable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Existing submodules shouldn't have changed. Looks like these changes cause CI to fail: https://github.com/pyth-network/pyth-crosschain/actions/runs/12878600053/job/35985348184?pr=2041
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just added them back
Co-authored-by: Pavel Strakhov <[email protected]>
Co-authored-by: Pavel Strakhov <[email protected]>
Co-authored-by: Pavel Strakhov <[email protected]>
Co-authored-by: Pavel Strakhov <[email protected]>
Co-authored-by: Pavel Strakhov <[email protected]>
Co-authored-by: Pavel Strakhov <[email protected]>
Co-authored-by: Pavel Strakhov <[email protected]>
Co-authored-by: Pavel Strakhov <[email protected]>
Co-authored-by: Pavel Strakhov <[email protected]>
Co-authored-by: Pavel Strakhov <[email protected]>
Co-authored-by: Pavel Strakhov <[email protected]>
@Riateche can you approve it again |
I’m currently working on the early draft of the Stylus SDK, focusing on documentation, writing examples, and conducting end-to-end testing for the SDK