Update oracle pub key#2
Closed
bartosz-lipinski wants to merge 34 commits into
Closed
Conversation
# Gitpod with solana 1.6.9 by default runs frontend with program on a devnet but also has rust and solana cli so allows user to compile, test and run it too
Create .gitpod.yml
Remove solana-validator crate
otherwise it can use mainnet-beta if it's a default url in config.yml
localnet:logs: add url as a parameter
implement program test rather than using TestValidator
- Update @project-serum/sol-wallet-adapter to latest * Fixes superstruct dependency mismatch - Remove manual types - Fix typings in Jest tests * Load typeRoots from node_modules - Add global mocks for testing-library rendering - Update test to check for text that exists
Bumps [@solana/spl-token-registry](https://github.com/solana-labs/token-list) from 0.2.2 to 0.2.203. - [Release notes](https://github.com/solana-labs/token-list/releases) - [Changelog](https://github.com/solana-labs/token-list/blob/main/CHANGELOG.md) - [Commits](solana-labs/token-list@0.2.2...v0.2.203) --- updated-dependencies: - dependency-name: "@solana/spl-token-registry" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Fix Jest test runner
…a/spl-token-registry-0.2.203 chore(deps): bump @solana/spl-token-registry from 0.2.2 to 0.2.203
* feat: adds solana wallet adapter * feat: cleaning up dependencies * fix: fixes code as per pr review comments * fix: fixes styling for dapp buttons * fix: unused fragment * fix: pr comments
AgustinBadi
added a commit
to rodrigoioyz/Cardano-Pyth-Hackathon
that referenced
this pull request
Mar 22, 2026
Merged
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated keys to respect selected environment + merged changes from upstream.